{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gsd-claw",
    "name": "Gsd Claw",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/RubenAQuispe/gsd-claw",
    "canonicalUrl": "https://clawhub.ai/RubenAQuispe/gsd-claw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gsd-claw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gsd-claw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "assets/CONTEXT.md",
      "assets/PLAN.md",
      "assets/PROJECT.md",
      "assets/REQUIREMENTS.md",
      "assets/ROADMAP.md",
      "assets/STATE.md"
    ],
    "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. 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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/gsd-claw"
    },
    "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/gsd-claw",
    "agentPageUrl": "https://openagent3.xyz/skills/gsd-claw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gsd-claw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gsd-claw/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "GSD Claw",
        "body": "A spec-driven development system adapted for OpenClaw. Transforms vague ideas into verified, working implementations through structured workflows.\n\nBased on: glittercowboy/get-shit-done\nOriginal Author: Lex Christopherson (@glittercowboy)\nLicense: MIT"
      },
      {
        "title": "When to Use",
        "body": "Trigger this skill when user says:\n\n\"Let's plan [project/feature]\"\n\"I want to build [something]\"\n\"Scope out [project name]\"\n\"GSD mode\" or \"spec-driven\"\n\"Plan and execute [task]\"\nAny substantial project that needs structure\n\nNOT for: Quick questions, simple tasks, chat conversations."
      },
      {
        "title": "Core Philosophy",
        "body": "From the original GSD:\n\n\"The complexity is in the system, not in your workflow.\"\n\nPrinciples:\n\nPlans ARE prompts — Executable instructions, not documents to interpret\nVerification built-in — Every task has acceptance criteria\nFresh context per task — Subagents prevent context rot\nSolo developer + AI — No enterprise theater"
      },
      {
        "title": "Workflow Overview",
        "body": "┌─────────────────────────────────────────────────────────────┐\n│  1. DISCUSS     Capture decisions before planning           │\n│  2. PLAN        Research → Create verified specs            │\n│  3. EXECUTE     Work through tasks with deviation rules     │\n│  4. VERIFY      Confirm deliverables actually work          │\n└─────────────────────────────────────────────────────────────┘"
      },
      {
        "title": "Phase 1: DISCUSS",
        "body": "Purpose: Capture user's vision BEFORE any planning.\n\nProcess:\n\nAsk about the goal (what are we building?)\nIdentify gray areas based on domain:\n\nVisual features → layout, interactions, empty states\nAPIs → response format, error handling\nContent → structure, tone, depth\n\n\nFor each area, ask until user is satisfied\nDocument decisions in {project}/.gsd/CONTEXT.md\n\nOutput Structure:\n\n# Context: [Project/Phase Name]\n\n## Decisions (Locked)\n- [User decision 1]\n- [User decision 2]\n\n## Agent Discretion (Freedom Areas)\n- [Area where agent can choose approach]\n\n## Deferred Ideas (Out of Scope)\n- [Not doing this now]\n\nRule: Never assume. Always ask."
      },
      {
        "title": "Phase 2: PLAN",
        "body": "Purpose: Create executable task specs with built-in verification."
      },
      {
        "title": "Research (Optional but Recommended)",
        "body": "Spawn sub-agent to investigate:\n\nTechnical approach options\nPotential pitfalls\nBest practices for the domain\n\nSave to: {project}/.gsd/RESEARCH.md"
      },
      {
        "title": "Create Plans",
        "body": "Each plan = 2-3 tasks maximum (context efficiency).\n\nTask XML Structure:\n\n<task type=\"auto\">\n  <name>Task N: Action-oriented name</name>\n  <files>src/path/file.ts, src/other/file.ts</files>\n  <action>\n    What to do, what to avoid and WHY.\n    Be specific. No guessing.\n  </action>\n  <verify>Command or check to prove completion</verify>\n  <done>Measurable acceptance criteria</done>\n</task>\n\nTask Types:\n\ntype=\"auto\" — Agent executes autonomously\ntype=\"checkpoint:verify\" — User must verify\ntype=\"checkpoint:decision\" — User must choose"
      },
      {
        "title": "Plan Verification",
        "body": "Before execution, verify plans against:\n\nTasks are specific and actionable\n Each task has verify + done criteria\n Scope matches CONTEXT.md decisions\n No enterprise bloat\n\nSave plans to: {project}/.gsd/plans/{phase}-{N}-PLAN.md"
      },
      {
        "title": "Phase 3: EXECUTE",
        "body": "Purpose: Work through tasks with deviation handling."
      },
      {
        "title": "Execution Rules",
        "body": "Read plan as literal instructions\nExecute each task in order\nVerify done criteria before moving on\nApply deviation rules automatically\nDocument everything"
      },
      {
        "title": "Deviation Rules",
        "body": "Apply automatically — track for summary:\n\nRuleTriggerActionPermissionBugBroken behavior, errors, security issuesFix → verify → trackAutoMissing CriticalMissing validation, auth, error handlingAdd → verify → trackAutoBlockingPrevents completion (missing deps, wrong types)Fix blocker → trackAutoArchitecturalNew table, schema change, breaking APISTOP → ask userAsk\n\nRule 4 (Architectural) Format:\n\n⚠️ Architectural Decision Needed\n\nCurrent task: [task name]\nDiscovery: [what prompted this]\nProposed change: [modification]\nWhy needed: [rationale]\nAlternatives: [other approaches]\n\nProceed? (yes / different approach / defer)"
      },
      {
        "title": "Fresh Context Pattern",
        "body": "For multi-task execution, spawn sub-agents:\n\nEach sub-agent gets fresh 200k context\nMain context stays lean for user interaction\nPrevents quality degradation"
      },
      {
        "title": "Task Completion",
        "body": "After each task:\n\nVerify done criteria met\nCommit changes (if applicable)\nRecord in summary\nMove to next task"
      },
      {
        "title": "Phase 4: VERIFY",
        "body": "Purpose: Confirm deliverables actually work."
      },
      {
        "title": "Automated Verification",
        "body": "Run verify commands from each task\nCheck files exist\nRun tests if applicable"
      },
      {
        "title": "User Acceptance",
        "body": "Walk user through testable deliverables:\n\nExtract what they should be able to do now\nPresent one at a time\nGet yes/no or issue description\nIf issues found → create fix plans\n\nIf all pass: Mark phase complete.\nIf issues: Don't debug manually — create fix plan and re-execute."
      },
      {
        "title": "File Structure",
        "body": "{project}/\n└── .gsd/\n    ├── PROJECT.md           # Vision, always loaded\n    ├── STATE.md             # Current position, decisions, blockers\n    ├── REQUIREMENTS.md      # Scoped v1/v2 requirements\n    ├── ROADMAP.md           # Phases and progress\n    ├── CONTEXT.md           # User decisions from discuss phase\n    ├── RESEARCH.md          # Domain research (optional)\n    └── plans/\n        ├── 01-01-PLAN.md    # Phase 1, Plan 1\n        ├── 01-01-SUMMARY.md # Execution results\n        └── ...\n\nTemplates: Copy from assets/ directory when initializing project files."
      },
      {
        "title": "Quick Mode",
        "body": "For small tasks that don't need full planning:\n\nTrigger: \"Quick: [task description]\"\n\nProcess:\n\nSkip research and discussion\nCreate single plan with 1-3 tasks\nExecute with deviation rules\nVerify and commit\n\nWhen to use:\n\nBug fixes\nSmall features\nConfig changes\nOne-off tasks"
      },
      {
        "title": "STATE.md Template",
        "body": "# Project State\n\n## Current Position\nPhase: [N]\nPlan: [N of M]\nStatus: [planning | executing | verifying | blocked]\n\n## Decisions Made\n- [Decision 1] — [rationale]\n- [Decision 2] — [rationale]\n\n## Blockers\n- [Blocker if any]\n\n## Deviations Applied\n- [Rule N] [Description] — [resolution]\n\nUpdate STATE.md after each significant action."
      },
      {
        "title": "Anti-Patterns (Banned)",
        "body": "From original GSD:\n\n❌ Enterprise theater\n\nStory points, sprint ceremonies\nHuman time estimates (days/weeks)\nRACI matrices, stakeholder syncs\n\n❌ Vague tasks\n\n<!-- BAD -->\n<task>\n  <name>Add authentication</name>\n  <action>Implement auth</action>\n  <verify>???</verify>\n</task>\n\n❌ Filler language\n\n\"Let me...\", \"I'd be happy to...\"\n\"Great question!\", \"Excellent!\"\n\n✅ Direct, imperative, technical"
      },
      {
        "title": "OpenClaw Adaptations",
        "body": "Original GSD → OpenClaw Version\n\nGSDOpenClaw/gsd:command slash commandsNatural language triggersClaude Code Task() spawningsessions_spawn sub-agents.claude/ directory{project}/.gsd/ directoryBash scriptsPowerShell/cross-platformgit commit protocolOptional, user preference\n\nPreserved Core:\n\nXML task structure with verify/done\nDeviation rules\nFresh context via sub-agents\nState management\nPlan verification loop"
      },
      {
        "title": "Example Usage",
        "body": "User: \"Let's plan the ORO website SEO overhaul\"\n\nAgent (DISCUSS):\n\nStarting GSD workflow for: ORO Website SEO Overhaul\n\nBefore planning, I need to understand your vision.\n\n1. What's the primary goal?\n   a) Rank higher for specific keywords\n   b) Improve technical SEO scores\n   c) Both\n   d) Something else\n\n2. Any pages that are highest priority?\n3. Budget constraints for tools/services?\n4. Timeline expectations?\n\nAfter discussion → creates CONTEXT.md\n\nAgent (PLAN):\n\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n GSD ► PLANNING: ORO SEO Overhaul\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\nSpawning research sub-agent...\n[Research complete]\n\nCreating plans...\n- Plan 1: Technical SEO fixes (3 tasks)\n- Plan 2: Content optimization (2 tasks)\n- Plan 3: Performance improvements (3 tasks)\n\nVerifying plans against requirements...\n✓ All checks passed\n\nReady to execute?"
      },
      {
        "title": "Credits",
        "body": "This skill is adapted from Get Shit Done (GSD) by Lex Christopherson (@glittercowboy).\n\nOriginal Repository: https://github.com/glittercowboy/get-shit-done\nLicense: MIT\nPhilosophy: Solo developer + AI, no enterprise bloat\n\nThank you Lex for creating an incredibly effective system for building things with AI."
      },
      {
        "title": "Version History",
        "body": "1.0.0 — Initial OpenClaw adaptation"
      }
    ],
    "body": "GSD Claw\n\nA spec-driven development system adapted for OpenClaw. Transforms vague ideas into verified, working implementations through structured workflows.\n\nBased on: glittercowboy/get-shit-done\nOriginal Author: Lex Christopherson (@glittercowboy)\nLicense: MIT\n\nWhen to Use\n\nTrigger this skill when user says:\n\n\"Let's plan [project/feature]\"\n\"I want to build [something]\"\n\"Scope out [project name]\"\n\"GSD mode\" or \"spec-driven\"\n\"Plan and execute [task]\"\nAny substantial project that needs structure\n\nNOT for: Quick questions, simple tasks, chat conversations.\n\nCore Philosophy\n\nFrom the original GSD:\n\n\"The complexity is in the system, not in your workflow.\"\n\nPrinciples:\n\nPlans ARE prompts — Executable instructions, not documents to interpret\nVerification built-in — Every task has acceptance criteria\nFresh context per task — Subagents prevent context rot\nSolo developer + AI — No enterprise theater\nWorkflow Overview\n┌─────────────────────────────────────────────────────────────┐\n│  1. DISCUSS     Capture decisions before planning           │\n│  2. PLAN        Research → Create verified specs            │\n│  3. EXECUTE     Work through tasks with deviation rules     │\n│  4. VERIFY      Confirm deliverables actually work          │\n└─────────────────────────────────────────────────────────────┘\n\nPhase 1: DISCUSS\n\nPurpose: Capture user's vision BEFORE any planning.\n\nProcess:\n\nAsk about the goal (what are we building?)\nIdentify gray areas based on domain:\nVisual features → layout, interactions, empty states\nAPIs → response format, error handling\nContent → structure, tone, depth\nFor each area, ask until user is satisfied\nDocument decisions in {project}/.gsd/CONTEXT.md\n\nOutput Structure:\n\n# Context: [Project/Phase Name]\n\n## Decisions (Locked)\n- [User decision 1]\n- [User decision 2]\n\n## Agent Discretion (Freedom Areas)\n- [Area where agent can choose approach]\n\n## Deferred Ideas (Out of Scope)\n- [Not doing this now]\n\n\nRule: Never assume. Always ask.\n\nPhase 2: PLAN\n\nPurpose: Create executable task specs with built-in verification.\n\nResearch (Optional but Recommended)\n\nSpawn sub-agent to investigate:\n\nTechnical approach options\nPotential pitfalls\nBest practices for the domain\n\nSave to: {project}/.gsd/RESEARCH.md\n\nCreate Plans\n\nEach plan = 2-3 tasks maximum (context efficiency).\n\nTask XML Structure:\n\n<task type=\"auto\">\n  <name>Task N: Action-oriented name</name>\n  <files>src/path/file.ts, src/other/file.ts</files>\n  <action>\n    What to do, what to avoid and WHY.\n    Be specific. No guessing.\n  </action>\n  <verify>Command or check to prove completion</verify>\n  <done>Measurable acceptance criteria</done>\n</task>\n\n\nTask Types:\n\ntype=\"auto\" — Agent executes autonomously\ntype=\"checkpoint:verify\" — User must verify\ntype=\"checkpoint:decision\" — User must choose\nPlan Verification\n\nBefore execution, verify plans against:\n\n Tasks are specific and actionable\n Each task has verify + done criteria\n Scope matches CONTEXT.md decisions\n No enterprise bloat\n\nSave plans to: {project}/.gsd/plans/{phase}-{N}-PLAN.md\n\nPhase 3: EXECUTE\n\nPurpose: Work through tasks with deviation handling.\n\nExecution Rules\nRead plan as literal instructions\nExecute each task in order\nVerify done criteria before moving on\nApply deviation rules automatically\nDocument everything\nDeviation Rules\n\nApply automatically — track for summary:\n\nRule\tTrigger\tAction\tPermission\nBug\tBroken behavior, errors, security issues\tFix → verify → track\tAuto\nMissing Critical\tMissing validation, auth, error handling\tAdd → verify → track\tAuto\nBlocking\tPrevents completion (missing deps, wrong types)\tFix blocker → track\tAuto\nArchitectural\tNew table, schema change, breaking API\tSTOP → ask user\tAsk\n\nRule 4 (Architectural) Format:\n\n⚠️ Architectural Decision Needed\n\nCurrent task: [task name]\nDiscovery: [what prompted this]\nProposed change: [modification]\nWhy needed: [rationale]\nAlternatives: [other approaches]\n\nProceed? (yes / different approach / defer)\n\nFresh Context Pattern\n\nFor multi-task execution, spawn sub-agents:\n\nEach sub-agent gets fresh 200k context\nMain context stays lean for user interaction\nPrevents quality degradation\nTask Completion\n\nAfter each task:\n\nVerify done criteria met\nCommit changes (if applicable)\nRecord in summary\nMove to next task\nPhase 4: VERIFY\n\nPurpose: Confirm deliverables actually work.\n\nAutomated Verification\nRun verify commands from each task\nCheck files exist\nRun tests if applicable\nUser Acceptance\n\nWalk user through testable deliverables:\n\nExtract what they should be able to do now\nPresent one at a time\nGet yes/no or issue description\nIf issues found → create fix plans\n\nIf all pass: Mark phase complete.\nIf issues: Don't debug manually — create fix plan and re-execute.\n\nFile Structure\n{project}/\n└── .gsd/\n    ├── PROJECT.md           # Vision, always loaded\n    ├── STATE.md             # Current position, decisions, blockers\n    ├── REQUIREMENTS.md      # Scoped v1/v2 requirements\n    ├── ROADMAP.md           # Phases and progress\n    ├── CONTEXT.md           # User decisions from discuss phase\n    ├── RESEARCH.md          # Domain research (optional)\n    └── plans/\n        ├── 01-01-PLAN.md    # Phase 1, Plan 1\n        ├── 01-01-SUMMARY.md # Execution results\n        └── ...\n\n\nTemplates: Copy from assets/ directory when initializing project files.\n\nQuick Mode\n\nFor small tasks that don't need full planning:\n\nTrigger: \"Quick: [task description]\"\n\nProcess:\n\nSkip research and discussion\nCreate single plan with 1-3 tasks\nExecute with deviation rules\nVerify and commit\n\nWhen to use:\n\nBug fixes\nSmall features\nConfig changes\nOne-off tasks\nState Management\nSTATE.md Template\n# Project State\n\n## Current Position\nPhase: [N]\nPlan: [N of M]\nStatus: [planning | executing | verifying | blocked]\n\n## Decisions Made\n- [Decision 1] — [rationale]\n- [Decision 2] — [rationale]\n\n## Blockers\n- [Blocker if any]\n\n## Deviations Applied\n- [Rule N] [Description] — [resolution]\n\n\nUpdate STATE.md after each significant action.\n\nAnti-Patterns (Banned)\n\nFrom original GSD:\n\n❌ Enterprise theater\n\nStory points, sprint ceremonies\nHuman time estimates (days/weeks)\nRACI matrices, stakeholder syncs\n\n❌ Vague tasks\n\n<!-- BAD -->\n<task>\n  <name>Add authentication</name>\n  <action>Implement auth</action>\n  <verify>???</verify>\n</task>\n\n\n❌ Filler language\n\n\"Let me...\", \"I'd be happy to...\"\n\"Great question!\", \"Excellent!\"\n\n✅ Direct, imperative, technical\n\nOpenClaw Adaptations\n\nOriginal GSD → OpenClaw Version\n\nGSD\tOpenClaw\n/gsd:command slash commands\tNatural language triggers\nClaude Code Task() spawning\tsessions_spawn sub-agents\n.claude/ directory\t{project}/.gsd/ directory\nBash scripts\tPowerShell/cross-platform\ngit commit protocol\tOptional, user preference\n\nPreserved Core:\n\nXML task structure with verify/done\nDeviation rules\nFresh context via sub-agents\nState management\nPlan verification loop\nExample Usage\n\nUser: \"Let's plan the ORO website SEO overhaul\"\n\nAgent (DISCUSS):\n\nStarting GSD workflow for: ORO Website SEO Overhaul\n\nBefore planning, I need to understand your vision.\n\n1. What's the primary goal?\n   a) Rank higher for specific keywords\n   b) Improve technical SEO scores\n   c) Both\n   d) Something else\n\n2. Any pages that are highest priority?\n3. Budget constraints for tools/services?\n4. Timeline expectations?\n\n\nAfter discussion → creates CONTEXT.md\n\nAgent (PLAN):\n\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n GSD ► PLANNING: ORO SEO Overhaul\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\nSpawning research sub-agent...\n[Research complete]\n\nCreating plans...\n- Plan 1: Technical SEO fixes (3 tasks)\n- Plan 2: Content optimization (2 tasks)\n- Plan 3: Performance improvements (3 tasks)\n\nVerifying plans against requirements...\n✓ All checks passed\n\nReady to execute?\n\nCredits\n\nThis skill is adapted from Get Shit Done (GSD) by Lex Christopherson (@glittercowboy).\n\nOriginal Repository: https://github.com/glittercowboy/get-shit-done\nLicense: MIT\nPhilosophy: Solo developer + AI, no enterprise bloat\n\nThank you Lex for creating an incredibly effective system for building things with AI.\n\nVersion History\n1.0.0 — Initial OpenClaw adaptation"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/RubenAQuispe/gsd-claw",
    "publisherUrl": "https://clawhub.ai/RubenAQuispe/gsd-claw",
    "owner": "RubenAQuispe",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gsd-claw",
    "downloadUrl": "https://openagent3.xyz/downloads/gsd-claw",
    "agentUrl": "https://openagent3.xyz/skills/gsd-claw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gsd-claw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gsd-claw/agent.md"
  }
}