{
  "schemaVersion": "1.0",
  "item": {
    "slug": "god-mode",
    "name": "God's eye view of your dev repos. Multi-project tracking across  GitHub/Azure DevOps. AI learns from your commits to upgrade your agents.md.",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/InfantLab/god-mode",
    "canonicalUrl": "https://clawhub.ai/InfantLab/god-mode",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/god-mode",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=god-mode",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "config.example.yaml",
      "README.md",
      "SKILL.md",
      "sql/schema.sql",
      "scripts/setup.sh",
      "scripts/lib/config.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/god-mode"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/god-mode",
    "agentPageUrl": "https://openagent3.xyz/skills/god-mode/agent",
    "manifestUrl": "https://openagent3.xyz/skills/god-mode/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/god-mode/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "god-mode Skill",
        "body": "Developer oversight and AI agent coaching for OpenClaw."
      },
      {
        "title": "Overview",
        "body": "god-mode gives you a bird's-eye view of all your coding projects and coaches you to write better AI agent instructions.\n\nKey features:\n\nMulti-project status dashboard\nIncremental sync from GitHub (Azure/GitLab coming)\nAgent instruction analysis based on commit patterns\nLocal SQLite cache for fast queries"
      },
      {
        "title": "Quick Start",
        "body": "# First-run setup\ngod setup\n\n# Add a project\ngod projects add github:myuser/myrepo\n\n# Sync data\ngod sync\n\n# See overview\ngod status\n\n# Analyze your agents.md\ngod agents analyze myrepo"
      },
      {
        "title": "god status [project]",
        "body": "Show overview of all projects, or details for one:\n\ngod status              # All projects\ngod status myproject    # One project in detail"
      },
      {
        "title": "god sync [project] [--force]",
        "body": "Fetch/update data from repositories:\n\ngod sync                # Incremental sync all\ngod sync myproject      # Just one project\ngod sync --force        # Full refresh (ignore cache)"
      },
      {
        "title": "god projects",
        "body": "Manage configured projects:\n\ngod projects                        # List all\ngod projects add github:user/repo   # Add project\ngod projects remove myproject       # Remove project"
      },
      {
        "title": "god agents analyze <project>",
        "body": "Analyze agents.md against commit history:\n\ngod agents analyze myproject\n\nFinds gaps between your agent instructions and actual work patterns, suggests improvements."
      },
      {
        "title": "god agents generate <project> (Coming Soon)",
        "body": "Bootstrap agents.md for a new project by analyzing repo structure."
      },
      {
        "title": "Configuration",
        "body": "Config file: ~/.config/god-mode/config.yaml\n\nprojects:\n  - id: github:user/repo\n    name: My Project      # Display name\n    priority: high        # high/medium/low\n    tags: [work, api]\n    local: ~/code/myrepo  # Local clone path\n\nsync:\n  initialDays: 90         # First sync lookback\n  commitsCacheMinutes: 60\n\nanalysis:\n  agentFiles:             # Files to search for\n    - agents.md\n    - AGENTS.md\n    - CLAUDE.md\n    - .github/copilot-instructions.md"
      },
      {
        "title": "Data Storage",
        "body": "All data stored locally in ~/.god-mode/:\n\ncache.db - SQLite database (commits, PRs, issues, analyses)\ncontexts/ - Saved workspace contexts (v0.2)"
      },
      {
        "title": "Authentication",
        "body": "god-mode uses your existing CLI authentication:\n\nProviderCLISetupGitHubghgh auth loginAzureazaz loginGitLabglabglab auth login\n\nNo tokens stored by god-mode. We delegate to CLIs you already trust."
      },
      {
        "title": "Requirements",
        "body": "gh - GitHub CLI (for GitHub repos)\nsqlite3 - Database\njq - JSON processing"
      },
      {
        "title": "Morning Check-In",
        "body": "god status\n# See all projects at a glance\n# Notice any stale PRs or quiet projects"
      },
      {
        "title": "Before Switching Projects",
        "body": "god status myproject\n# See recent activity, open PRs, issues\n# Remember where you left off"
      },
      {
        "title": "Improving Your AI Assistant",
        "body": "god agents analyze myproject\n# Get suggestions based on your actual commit patterns\n# Apply recommendations to your agents.md"
      },
      {
        "title": "Weekly Review",
        "body": "god status\n# Review activity across all projects\n# Identify projects needing attention"
      },
      {
        "title": "Daily Briefing (Heartbeat)",
        "body": "# HEARTBEAT.md\n- Run `god status` and summarize:\n  - Projects with stale PRs (>3 days)\n  - Projects with no activity (>5 days)\n  - Open PRs needing review"
      },
      {
        "title": "Agent Analysis (Cron)",
        "body": "# Weekly agent instruction review\nschedule: \"0 9 * * 1\"  # Monday 9am\ntask: |\n  Run `god agents analyze` on high-priority projects.\n  If gaps found, notify with suggestions."
      },
      {
        "title": "\"gh: command not found\"",
        "body": "Install GitHub CLI: https://cli.github.com/"
      },
      {
        "title": "\"Not logged in to GitHub\"",
        "body": "Run: gh auth login"
      },
      {
        "title": "\"No projects configured\"",
        "body": "Add a project: god projects add github:user/repo"
      },
      {
        "title": "Stale data",
        "body": "Force refresh: god sync --force\n\nOpenClaw Community Skill\nLicense: MIT\nRepository: https://github.com/InfantLab/god-mode-skill"
      }
    ],
    "body": "god-mode Skill\n\nDeveloper oversight and AI agent coaching for OpenClaw.\n\nOverview\n\ngod-mode gives you a bird's-eye view of all your coding projects and coaches you to write better AI agent instructions.\n\nKey features:\n\nMulti-project status dashboard\nIncremental sync from GitHub (Azure/GitLab coming)\nAgent instruction analysis based on commit patterns\nLocal SQLite cache for fast queries\nQuick Start\n# First-run setup\ngod setup\n\n# Add a project\ngod projects add github:myuser/myrepo\n\n# Sync data\ngod sync\n\n# See overview\ngod status\n\n# Analyze your agents.md\ngod agents analyze myrepo\n\nCommands\ngod status [project]\n\nShow overview of all projects, or details for one:\n\ngod status              # All projects\ngod status myproject    # One project in detail\n\ngod sync [project] [--force]\n\nFetch/update data from repositories:\n\ngod sync                # Incremental sync all\ngod sync myproject      # Just one project\ngod sync --force        # Full refresh (ignore cache)\n\ngod projects\n\nManage configured projects:\n\ngod projects                        # List all\ngod projects add github:user/repo   # Add project\ngod projects remove myproject       # Remove project\n\ngod agents analyze <project>\n\nAnalyze agents.md against commit history:\n\ngod agents analyze myproject\n\n\nFinds gaps between your agent instructions and actual work patterns, suggests improvements.\n\ngod agents generate <project> (Coming Soon)\n\nBootstrap agents.md for a new project by analyzing repo structure.\n\nConfiguration\n\nConfig file: ~/.config/god-mode/config.yaml\n\nprojects:\n  - id: github:user/repo\n    name: My Project      # Display name\n    priority: high        # high/medium/low\n    tags: [work, api]\n    local: ~/code/myrepo  # Local clone path\n\nsync:\n  initialDays: 90         # First sync lookback\n  commitsCacheMinutes: 60\n\nanalysis:\n  agentFiles:             # Files to search for\n    - agents.md\n    - AGENTS.md\n    - CLAUDE.md\n    - .github/copilot-instructions.md\n\nData Storage\n\nAll data stored locally in ~/.god-mode/:\n\ncache.db - SQLite database (commits, PRs, issues, analyses)\ncontexts/ - Saved workspace contexts (v0.2)\nAuthentication\n\ngod-mode uses your existing CLI authentication:\n\nProvider\tCLI\tSetup\nGitHub\tgh\tgh auth login\nAzure\taz\taz login\nGitLab\tglab\tglab auth login\n\nNo tokens stored by god-mode. We delegate to CLIs you already trust.\n\nRequirements\ngh - GitHub CLI (for GitHub repos)\nsqlite3 - Database\njq - JSON processing\nExamples\nMorning Check-In\ngod status\n# See all projects at a glance\n# Notice any stale PRs or quiet projects\n\nBefore Switching Projects\ngod status myproject\n# See recent activity, open PRs, issues\n# Remember where you left off\n\nImproving Your AI Assistant\ngod agents analyze myproject\n# Get suggestions based on your actual commit patterns\n# Apply recommendations to your agents.md\n\nWeekly Review\ngod status\n# Review activity across all projects\n# Identify projects needing attention\n\nAgent Workflows\nDaily Briefing (Heartbeat)\n# HEARTBEAT.md\n- Run `god status` and summarize:\n  - Projects with stale PRs (>3 days)\n  - Projects with no activity (>5 days)\n  - Open PRs needing review\n\nAgent Analysis (Cron)\n# Weekly agent instruction review\nschedule: \"0 9 * * 1\"  # Monday 9am\ntask: |\n  Run `god agents analyze` on high-priority projects.\n  If gaps found, notify with suggestions.\n\nTroubleshooting\n\"gh: command not found\"\n\nInstall GitHub CLI: https://cli.github.com/\n\n\"Not logged in to GitHub\"\n\nRun: gh auth login\n\n\"No projects configured\"\n\nAdd a project: god projects add github:user/repo\n\nStale data\n\nForce refresh: god sync --force\n\nOpenClaw Community Skill\nLicense: MIT\nRepository: https://github.com/InfantLab/god-mode-skill"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/InfantLab/god-mode",
    "publisherUrl": "https://clawhub.ai/InfantLab/god-mode",
    "owner": "InfantLab",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/god-mode",
    "downloadUrl": "https://openagent3.xyz/downloads/god-mode",
    "agentUrl": "https://openagent3.xyz/skills/god-mode/agent",
    "manifestUrl": "https://openagent3.xyz/skills/god-mode/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/god-mode/agent.md"
  }
}