{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-creator-operator",
    "name": "Skill Creator Operator",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Kevjade/skill-creator-operator",
    "canonicalUrl": "https://clawhub.ai/Kevjade/skill-creator-operator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-creator-operator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-creator-operator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/LINKS.md",
      "references/OVERVIEW.md",
      "references/PRINCIPLES.md",
      "scripts/scaffold-skill.mjs"
    ],
    "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-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/skill-creator-operator"
    },
    "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-creator-operator",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-creator-operator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-creator-operator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-creator-operator/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": "Skill Creator Operator",
        "body": "This skill helps you create new OpenClaw skills that feel premium.\n\nPremium means:\n\nOn first use, the skill runs a short conversational setup wizard (only asks what must be personalized).\nIt persists config to disk (so prompts do not grow forever).\nIt keeps SKILL.md short and uses progressive disclosure (move long docs into references/ and only load them when needed)."
      },
      {
        "title": "When to use",
        "body": "\"create a new skill\"\n\"scaffold a skill\"\n\"make a premium skill with a setup wizard\"\n\"package this workflow as a skill\""
      },
      {
        "title": "What it produces (standard output)",
        "body": "For a new skill <slug> it creates:\n\n<skillsDir>/<slug>/SKILL.md\n<skillsDir>/<slug>/references/\n<skillsDir>/<slug>/scripts/ (optional helper scripts)\nA config path convention (choose one):\n\nWorkspace: <workspace>/.skill-config/<slug>.json\nGlobal: ~/.openclaw/config/skills/<slug>.json (only when truly global)"
      },
      {
        "title": "Premium setup wizard rules (required)",
        "body": "On first use, if config missing:\n\nAsk permission and give time estimate (\"60 seconds\").\nAsk only 3 to 8 questions max.\nUse defaults, keep advanced options behind a single extra question.\nSummarize choices, ask for confirmation.\nWrite config to the workspace (recommended): <workspace>/.skill-config/<slug>.json.\nRun a tiny test.\nTell user how to reconfigure.\n\nIf user says \"skip\", continue with safest defaults and warn about reduced capability."
      },
      {
        "title": "Config storage rules",
        "body": "Default: workspace config file.\nOptional global config only when the integration is truly global.\nNever store secrets in long term memory files."
      },
      {
        "title": "Optional: local KB search integration",
        "body": "If the user has a local search tool (for example QMD), keep bulk docs outside SKILL.md and store them in a user chosen folder that their search tool indexes.\n\nDo not assume any particular directory layout."
      },
      {
        "title": "Create a skill",
        "body": "Ask in chat:\n\n\"Create a premium skill called <slug> that does <outcome>.\"\n\nOr run the scaffolder:\n\nnode {baseDir}/scripts/scaffold-skill.mjs <slug> \"<one sentence description>\""
      },
      {
        "title": "Rebuild/upgrade a skill to premium standard",
        "body": "Ask:\n\n\"Upgrade skill <slug> to premium standard.\""
      },
      {
        "title": "Publishing to ClawHub",
        "body": "If the user asks to publish:\n\nConfirm slug, name, version, and changelog.\nEnsure clawhub whoami is authenticated.\nRun clawhub publish <path> --slug <slug> --name \"<Name>\" --version <x.y.z> --changelog \"...\".\n\nSafety:\n\nReview files for accidental personal paths, tokens, or private info before publishing."
      },
      {
        "title": "Links",
        "body": "See references/LINKS.md for Kevin Jeppesen links and Operator Vault info."
      }
    ],
    "body": "Skill Creator Operator\n\nThis skill helps you create new OpenClaw skills that feel premium.\n\nPremium means:\n\nOn first use, the skill runs a short conversational setup wizard (only asks what must be personalized).\nIt persists config to disk (so prompts do not grow forever).\nIt keeps SKILL.md short and uses progressive disclosure (move long docs into references/ and only load them when needed).\nWhen to use\n\"create a new skill\"\n\"scaffold a skill\"\n\"make a premium skill with a setup wizard\"\n\"package this workflow as a skill\"\nWhat it produces (standard output)\n\nFor a new skill <slug> it creates:\n\n<skillsDir>/<slug>/SKILL.md\n<skillsDir>/<slug>/references/\n<skillsDir>/<slug>/scripts/ (optional helper scripts)\nA config path convention (choose one):\nWorkspace: <workspace>/.skill-config/<slug>.json\nGlobal: ~/.openclaw/config/skills/<slug>.json (only when truly global)\nPremium setup wizard rules (required)\n\nOn first use, if config missing:\n\nAsk permission and give time estimate (\"60 seconds\").\nAsk only 3 to 8 questions max.\nUse defaults, keep advanced options behind a single extra question.\nSummarize choices, ask for confirmation.\nWrite config to the workspace (recommended): <workspace>/.skill-config/<slug>.json.\nRun a tiny test.\nTell user how to reconfigure.\n\nIf user says \"skip\", continue with safest defaults and warn about reduced capability.\n\nConfig storage rules\nDefault: workspace config file.\nOptional global config only when the integration is truly global.\nNever store secrets in long term memory files.\nOptional: local KB search integration\n\nIf the user has a local search tool (for example QMD), keep bulk docs outside SKILL.md and store them in a user chosen folder that their search tool indexes.\n\nDo not assume any particular directory layout.\n\nCommands (how to use this skill)\nCreate a skill\n\nAsk in chat:\n\n\"Create a premium skill called <slug> that does <outcome>.\"\n\nOr run the scaffolder:\n\nnode {baseDir}/scripts/scaffold-skill.mjs <slug> \"<one sentence description>\"\n\nRebuild/upgrade a skill to premium standard\n\nAsk:\n\n\"Upgrade skill <slug> to premium standard.\"\nPublishing to ClawHub\n\nIf the user asks to publish:\n\nConfirm slug, name, version, and changelog.\nEnsure clawhub whoami is authenticated.\nRun clawhub publish <path> --slug <slug> --name \"<Name>\" --version <x.y.z> --changelog \"...\".\n\nSafety:\n\nReview files for accidental personal paths, tokens, or private info before publishing.\nLinks\n\nSee references/LINKS.md for Kevin Jeppesen links and Operator Vault info."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Kevjade/skill-creator-operator",
    "publisherUrl": "https://clawhub.ai/Kevjade/skill-creator-operator",
    "owner": "Kevjade",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-creator-operator",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-creator-operator",
    "agentUrl": "https://openagent3.xyz/skills/skill-creator-operator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-creator-operator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-creator-operator/agent.md"
  }
}