{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-scaffold",
    "name": "Skill Scaffold",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/NextFrontierBuilds/skill-scaffold",
    "canonicalUrl": "https://clawhub.ai/NextFrontierBuilds/skill-scaffold",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-scaffold",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-scaffold",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "bin/skill-scaffold.js",
      "package.json"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/skill-scaffold"
    },
    "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/skill-scaffold",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-scaffold/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-scaffold/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-scaffold/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": "Skill Scaffold",
        "body": "Create AI agent skills in seconds. Supports OpenClaw/Moltbot, MCP servers, and generic skill structures."
      },
      {
        "title": "Trigger Words",
        "body": "Use this skill when the user mentions:\n\n\"create a skill\"\n\"scaffold a skill\"\n\"new skill template\"\n\"skill generator\"\n\"make a openclaw skill\"\n\"mcp server template\""
      },
      {
        "title": "Quick Start",
        "body": "# Install globally\nnpm install -g skill-scaffold\n\n# Create a OpenClaw skill\nskill-scaffold my-awesome-skill\n\n# Create an MCP server\nskill-scaffold my-api --template mcp\n\n# With all options\nskill-scaffold weather-bot --template openclaw --cli --description \"Weather alerts for agents\""
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionskill-scaffold <name>Create skill with default (openclaw) templateskill-scaffold <name> --template mcpCreate MCP server scaffoldskill-scaffold <name> --template genericCreate minimal skillskill-scaffold <name> --cliInclude CLI binary scaffoldskill-scaffold --helpShow help"
      },
      {
        "title": "OpenClaw (default)",
        "body": "Full skill structure for OpenClaw/Moltbot agents:\n\nSKILL.md with YAML frontmatter, trigger words, commands table\nREADME.md with badges, installation, features\nscripts/ folder for helpers"
      },
      {
        "title": "MCP",
        "body": "Model Context Protocol server scaffold:\n\nSKILL.md with MCP config examples\nTools and resources documentation\nReady for Claude Desktop/Cursor integration"
      },
      {
        "title": "Generic",
        "body": "Minimal structure:\n\nBasic SKILL.md\nSimple README.md"
      },
      {
        "title": "Options",
        "body": "OptionDescriptionDefault--template <type>Template: openclaw, mcp, genericopenclaw--author <name>Author nameNextFrontierBuilds--description <text>Skill descriptionAuto-generated--dir <path>Output directoryCurrent directory--cliInclude CLI binary scaffoldfalse--no-scriptsSkip scripts folderfalse"
      },
      {
        "title": "Usage Examples",
        "body": "# Create in current directory\nskill-scaffold my-skill\n\n# Create in specific directory\nskill-scaffold my-skill --dir ~/clawd/skills\n\n# MCP server with custom author\nskill-scaffold github-mcp --template mcp --author \"YourName\"\n\n# Full CLI tool\nskill-scaffold awesome-cli --cli --description \"Does awesome things\""
      },
      {
        "title": "Output Structure",
        "body": "my-skill/\n├── SKILL.md       # Main documentation (OpenClaw reads this)\n├── README.md      # GitHub/npm readme\n├── scripts/       # Helper scripts (optional)\n└── bin/           # CLI binary (if --cli flag used)\n    └── my-skill.js"
      },
      {
        "title": "After Creating",
        "body": "cd my-skill\nEdit SKILL.md with your actual documentation\nAdd implementation (scripts or bin/)\nTest locally\nPublish: clawdhub publish . or npm publish"
      },
      {
        "title": "Notes",
        "body": "Skill names must be lowercase with hyphens only\nSEO keywords are auto-included in generated files\nWorks with OpenClaw, Moltbot, and any agent that reads SKILL.md"
      }
    ],
    "body": "Skill Scaffold\n\nCreate AI agent skills in seconds. Supports OpenClaw/Moltbot, MCP servers, and generic skill structures.\n\nTrigger Words\n\nUse this skill when the user mentions:\n\n\"create a skill\"\n\"scaffold a skill\"\n\"new skill template\"\n\"skill generator\"\n\"make a openclaw skill\"\n\"mcp server template\"\nQuick Start\n# Install globally\nnpm install -g skill-scaffold\n\n# Create a OpenClaw skill\nskill-scaffold my-awesome-skill\n\n# Create an MCP server\nskill-scaffold my-api --template mcp\n\n# With all options\nskill-scaffold weather-bot --template openclaw --cli --description \"Weather alerts for agents\"\n\nCommands\nCommand\tDescription\nskill-scaffold <name>\tCreate skill with default (openclaw) template\nskill-scaffold <name> --template mcp\tCreate MCP server scaffold\nskill-scaffold <name> --template generic\tCreate minimal skill\nskill-scaffold <name> --cli\tInclude CLI binary scaffold\nskill-scaffold --help\tShow help\nTemplates\nOpenClaw (default)\n\nFull skill structure for OpenClaw/Moltbot agents:\n\nSKILL.md with YAML frontmatter, trigger words, commands table\nREADME.md with badges, installation, features\nscripts/ folder for helpers\nMCP\n\nModel Context Protocol server scaffold:\n\nSKILL.md with MCP config examples\nTools and resources documentation\nReady for Claude Desktop/Cursor integration\nGeneric\n\nMinimal structure:\n\nBasic SKILL.md\nSimple README.md\nOptions\nOption\tDescription\tDefault\n--template <type>\tTemplate: openclaw, mcp, generic\topenclaw\n--author <name>\tAuthor name\tNextFrontierBuilds\n--description <text>\tSkill description\tAuto-generated\n--dir <path>\tOutput directory\tCurrent directory\n--cli\tInclude CLI binary scaffold\tfalse\n--no-scripts\tSkip scripts folder\tfalse\nUsage Examples\n# Create in current directory\nskill-scaffold my-skill\n\n# Create in specific directory\nskill-scaffold my-skill --dir ~/clawd/skills\n\n# MCP server with custom author\nskill-scaffold github-mcp --template mcp --author \"YourName\"\n\n# Full CLI tool\nskill-scaffold awesome-cli --cli --description \"Does awesome things\"\n\nOutput Structure\nmy-skill/\n├── SKILL.md       # Main documentation (OpenClaw reads this)\n├── README.md      # GitHub/npm readme\n├── scripts/       # Helper scripts (optional)\n└── bin/           # CLI binary (if --cli flag used)\n    └── my-skill.js\n\nAfter Creating\ncd my-skill\nEdit SKILL.md with your actual documentation\nAdd implementation (scripts or bin/)\nTest locally\nPublish: clawdhub publish . or npm publish\nNotes\nSkill names must be lowercase with hyphens only\nSEO keywords are auto-included in generated files\nWorks with OpenClaw, Moltbot, and any agent that reads SKILL.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/NextFrontierBuilds/skill-scaffold",
    "publisherUrl": "https://clawhub.ai/NextFrontierBuilds/skill-scaffold",
    "owner": "NextFrontierBuilds",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-scaffold",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-scaffold",
    "agentUrl": "https://openagent3.xyz/skills/skill-scaffold/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-scaffold/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-scaffold/agent.md"
  }
}