{
  "schemaVersion": "1.0",
  "item": {
    "slug": "publisher",
    "name": "Publisher",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/TunaIssaCoding/publisher",
    "canonicalUrl": "https://clawhub.ai/TunaIssaCoding/publisher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/publisher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=publisher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/publish.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/publisher"
    },
    "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/publisher",
    "agentPageUrl": "https://openagent3.xyz/skills/publisher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/publisher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/publisher/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": "publisher",
        "body": "Professional documentation and publishing for Clawdbot skills\n\nGenerate adoption-optimized READMEs and publish to GitHub + ClawdHub with one command."
      },
      {
        "title": "⚠️ Requirements",
        "body": "bash\njq (for JSON parsing)\ngh CLI (GitHub operations)\nclawdhub CLI (publishing)\ngit"
      },
      {
        "title": "📋 What It Does",
        "body": "Automates the complete publishing workflow:"
      },
      {
        "title": "Documentation Generation",
        "body": "Reads your SKILL.md to understand what the skill does\nGenerates 3 one-liner options using proven patterns\nCreates a README following GitHub best practices:\n\nProblem/solution upfront\nInverted pyramid structure\nEmoji headers for scannability\nBold outcomes\nUnder 15% text highlighting\n\n\nUpdates SKILL.md frontmatter with chosen description"
      },
      {
        "title": "Publishing",
        "body": "Creates GitHub repository (if doesn't exist)\nPushes code to GitHub\nPublishes to ClawdHub with auto-detected version"
      },
      {
        "title": "🚀 Installation",
        "body": "clawdhub install skill-publisher"
      },
      {
        "title": "💡 Usage",
        "body": "cd ~/clawd/skills/your-skill\nskill-publisher\n\nThe script will:\n\nShow 3 one-liner options (choose or write your own)\nGenerate README preview\nAsk for approval\nPublish to GitHub + ClawdHub"
      },
      {
        "title": "🎯 One-Liner Generation Patterns",
        "body": "The tool generates options using three proven patterns:"
      },
      {
        "title": "Pattern A: Continuous Benefit",
        "body": "Keep [thing] [desired state] [timeframe]\n\nExample: \"Keep your Claude access token fresh 24/7\""
      },
      {
        "title": "Pattern B: Elimination",
        "body": "[Do thing] without [pain point]\n\nExample: \"Build cross-device tools without hardcoding paths\""
      },
      {
        "title": "Pattern C: Automation",
        "body": "Automatically [action] [thing] [when]\n\nExample: \"Automatically refresh tokens before they expire\""
      },
      {
        "title": "📚 README Structure Generated",
        "body": "Follows the framework from GitHub's documentation best practices:"
      },
      {
        "title": "Essential Sections (above the fold)",
        "body": "Title + subtitle\nThe problem: (1 sentence)\nThis tool: (1 sentence)\n📋 Requirements\n⚡ What It Does (outcome first, then features)\n🚀 Installation\n🔧 How It Works (result first, then process)"
      },
      {
        "title": "Optional Sections (collapsible)",
        "body": "Configuration options\nTroubleshooting\nFor Developers\nImplementation details"
      },
      {
        "title": "Phase 1: Analysis",
        "body": "Reads SKILL.md frontmatter (if exists)\nExtracts key information: name, description, requirements\nParses scripts for dependencies"
      },
      {
        "title": "Phase 2: One-Liner Generation",
        "body": "Analyzes your SKILL.md description and generates 3 options:\n\nPattern A: Continuous benefit format\nPattern B: Pain point elimination format\nPattern C: Automation format\n\nShows you all 3, lets you choose or write custom."
      },
      {
        "title": "Phase 3: README Generation",
        "body": "Uses the template from ~/clawd/templates/README-template.md:\n\nFills in title, problem, solution\nExtracts requirements from SKILL.md\nGenerates \"What It Does\" from description\nCreates installation steps\nBuilds \"How It Works\" with examples"
      },
      {
        "title": "Phase 4: Publishing",
        "body": "Checks for gh CLI (guides setup if missing)\nReads VERSION file for version number\nCreates GitHub repo (using gh repo create)\nCommits and pushes all files\nPublishes to ClawdHub with clawdhub publish"
      },
      {
        "title": "📁 File Structure Expected",
        "body": "your-skill/\n├── SKILL.md           # Required: skill description\n├── VERSION            # Required: version number (e.g., \"1.0.0\")\n├── scripts/           # Optional: your scripts\n│   └── main.sh\n├── README.md          # Generated by this tool\n└── .gitignore         # Optional"
      },
      {
        "title": "⚙️ Configuration",
        "body": "No configuration needed. The tool auto-detects everything from:\n\nSKILL.md (name, description, requirements)\nVERSION (version number)\nscripts/ (code examples, dependencies)"
      },
      {
        "title": "\"gh: command not found\"",
        "body": "Install GitHub CLI:\n\nbrew install gh\ngh auth login"
      },
      {
        "title": "\"SKILL.md not found\"",
        "body": "Create a minimal SKILL.md:\n\n---\nname: your-skill\ndescription: Brief description of what it does\n---\n\n# your-skill\n\nMore details about your skill here."
      },
      {
        "title": "\"VERSION file not found\"",
        "body": "Create a VERSION file:\n\necho \"1.0.0\" > VERSION"
      },
      {
        "title": "📖 References",
        "body": "GitHub documentation best practices: https://docs.github.com/en/contributing/writing-for-github-docs/best-practices-for-github-docs\nREADME template: ~/clawd/templates/README-template.md\nOne-liner formulas: See \"One-Liner Generation Patterns\" section above"
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "publisher\n\nProfessional documentation and publishing for Clawdbot skills\n\nGenerate adoption-optimized READMEs and publish to GitHub + ClawdHub with one command.\n\n⚠️ Requirements\nbash\njq (for JSON parsing)\ngh CLI (GitHub operations)\nclawdhub CLI (publishing)\ngit\n📋 What It Does\n\nAutomates the complete publishing workflow:\n\nDocumentation Generation\nReads your SKILL.md to understand what the skill does\nGenerates 3 one-liner options using proven patterns\nCreates a README following GitHub best practices:\nProblem/solution upfront\nInverted pyramid structure\nEmoji headers for scannability\nBold outcomes\nUnder 15% text highlighting\nUpdates SKILL.md frontmatter with chosen description\nPublishing\nCreates GitHub repository (if doesn't exist)\nPushes code to GitHub\nPublishes to ClawdHub with auto-detected version\n🚀 Installation\nclawdhub install skill-publisher\n\n💡 Usage\ncd ~/clawd/skills/your-skill\nskill-publisher\n\n\nThe script will:\n\nShow 3 one-liner options (choose or write your own)\nGenerate README preview\nAsk for approval\nPublish to GitHub + ClawdHub\n🎯 One-Liner Generation Patterns\n\nThe tool generates options using three proven patterns:\n\nPattern A: Continuous Benefit\nKeep [thing] [desired state] [timeframe]\n\n\nExample: \"Keep your Claude access token fresh 24/7\"\n\nPattern B: Elimination\n[Do thing] without [pain point]\n\n\nExample: \"Build cross-device tools without hardcoding paths\"\n\nPattern C: Automation\nAutomatically [action] [thing] [when]\n\n\nExample: \"Automatically refresh tokens before they expire\"\n\n📚 README Structure Generated\n\nFollows the framework from GitHub's documentation best practices:\n\nEssential Sections (above the fold)\nTitle + subtitle\nThe problem: (1 sentence)\nThis tool: (1 sentence)\n📋 Requirements\n⚡ What It Does (outcome first, then features)\n🚀 Installation\n🔧 How It Works (result first, then process)\nOptional Sections (collapsible)\nConfiguration options\nTroubleshooting\nFor Developers\nImplementation details\n🔧 How It Works\nPhase 1: Analysis\nReads SKILL.md frontmatter (if exists)\nExtracts key information: name, description, requirements\nParses scripts for dependencies\nPhase 2: One-Liner Generation\n\nAnalyzes your SKILL.md description and generates 3 options:\n\nPattern A: Continuous benefit format\nPattern B: Pain point elimination format\nPattern C: Automation format\n\nShows you all 3, lets you choose or write custom.\n\nPhase 3: README Generation\n\nUses the template from ~/clawd/templates/README-template.md:\n\nFills in title, problem, solution\nExtracts requirements from SKILL.md\nGenerates \"What It Does\" from description\nCreates installation steps\nBuilds \"How It Works\" with examples\nPhase 4: Publishing\nChecks for gh CLI (guides setup if missing)\nReads VERSION file for version number\nCreates GitHub repo (using gh repo create)\nCommits and pushes all files\nPublishes to ClawdHub with clawdhub publish\n📁 File Structure Expected\nyour-skill/\n├── SKILL.md           # Required: skill description\n├── VERSION            # Required: version number (e.g., \"1.0.0\")\n├── scripts/           # Optional: your scripts\n│   └── main.sh\n├── README.md          # Generated by this tool\n└── .gitignore         # Optional\n\n⚙️ Configuration\n\nNo configuration needed. The tool auto-detects everything from:\n\nSKILL.md (name, description, requirements)\nVERSION (version number)\nscripts/ (code examples, dependencies)\n🐛 Troubleshooting\n\"gh: command not found\"\n\nInstall GitHub CLI:\n\nbrew install gh\ngh auth login\n\n\"SKILL.md not found\"\n\nCreate a minimal SKILL.md:\n\n---\nname: your-skill\ndescription: Brief description of what it does\n---\n\n# your-skill\n\nMore details about your skill here.\n\n\"VERSION file not found\"\n\nCreate a VERSION file:\n\necho \"1.0.0\" > VERSION\n\n📖 References\nGitHub documentation best practices: https://docs.github.com/en/contributing/writing-for-github-docs/best-practices-for-github-docs\nREADME template: ~/clawd/templates/README-template.md\nOne-liner formulas: See \"One-Liner Generation Patterns\" section above\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TunaIssaCoding/publisher",
    "publisherUrl": "https://clawhub.ai/TunaIssaCoding/publisher",
    "owner": "TunaIssaCoding",
    "version": "1.0.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/publisher",
    "downloadUrl": "https://openagent3.xyz/downloads/publisher",
    "agentUrl": "https://openagent3.xyz/skills/publisher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/publisher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/publisher/agent.md"
  }
}