Communityv5.11.3

Openclaw Godmode Skill Repo

Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW.

5kdownloads12stars22active installsTonyNoScope
View on ClawHubBack to Skills

Skill Details

Slug
cc-godmode
Latest Version
5.11.3
Author
TonyNoScope
Published
Feb 4, 2026
Updated
May 17, 2026
Total Versions
3

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Openclaw Godmode Skill Repo.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v5.11.3

v5.11.3 – Security Declaration Alignment This release fixes security-scan findings caused by inconsistent runtime declarations in v5.11.2. What changed • Updated runtime declarations to match actual workflow behavior: • requires_binaries: true • requires_credentials: true • requires_network: true • Clarified package behavior: • The package itself remains documentation-only (no install-time executable payload). • Agent workflows may execute shell/network actions at runtime when invoked by the user. • Added explicit runtime transparency: • Required/optional runtime binaries • Optional credentials/environment expectations (e.g. GH_TOKEN, Claude auth, MCP configuration) • Refined security semantics to distinguish: • install-time safety • runtime agent capabilities Why this release v5.11.2 could create a misleading security impression by claiming no network/credentials/code-execution requirements while documenting workflows that use shell, GitHub, Playwright, and web tools. v5.11.3 resolves that mismatch for clearer trust and more accurate scanner interpretation. Compatibility • No breaking workflow changes • Backward-compatible behavior • Metadata/security declaration update only