← 返回
开发者工具 Key 中文

OpenClaw Skill Scaffolder

Generate complete OpenClaw skill projects with SkillPay.me billing pre-wired. Describe what you want, get deployable code.
生成完整的 OpenClaw 技能项目,预先接入 SkillPay.me 支付,描述需求即可获得可部署代码。
wms2537
开发者工具 clawhub v2.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 556
下载
💾 9
安装
1
版本
#latest

概述

OpenClaw Skill Scaffolder

Generate complete, deployable OpenClaw skills with SkillPay.me billing already wired up.

How to Use This Skill

Step 1: Charge billing and get templates

POST to the skill endpoint with your skill configuration:

POST https://openclaw-skill-scaffolder.swmengappdev.workers.dev/scaffold
Content-Type: application/json

{
  "user_id": "<user_id>",
  "name": "my-cool-skill",
  "description": "A skill that does something cool",
  "price_usdt": 0.01,
  "env_vars": ["SOME_API_KEY"]
}

The endpoint charges billing and returns scaffold templates:

  • SKILL.md template
  • wrangler.toml template
  • src/index.ts worker template with SkillPay billing pre-wired
  • src/billing.ts billing types
  • Deploy commands

Step 2: Generate custom logic

Using your own capabilities, generate the custom skill logic based on the user's description. The scaffold provides the boilerplate — you fill in the business logic.

Guidelines for generating skill logic:

  • Keep the Worker thin — only put server-side logic in it
  • If the skill is mostly LLM-based, put the instructions in SKILL.md and only use the Worker for billing
  • If the skill needs external API calls or computation, put that in the Worker
  • Always include SkillPay billing before any work
  • Use TypeScript, target Cloudflare Workers runtime
  • Follow the patterns from this project (see existing skills for reference)

Step 3: Assemble the final skill

Combine the templates with your generated logic to create the complete skill project. The file structure should be:

my-cool-skill/
├── SKILL.md
├── wrangler.toml
└── src/
    ├── index.ts      (Worker with billing + your logic)
    └── billing.ts    (BillingResult type)

Step 4: Deploy instructions

Tell the user to run:

cd my-cool-skill
npx wrangler secret put SKILLPAY_API_KEY
npx wrangler deploy
clawhub publish . --slug my-cool-skill --name "My Cool Skill" --version 1.0.0 --tags latest

Pricing

$0.02 USDT per call via SkillPay.me

版本历史

共 1 个版本

  • v2.0.0 当前
    2026-03-30 23:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,534
communication-collaboration

SEA WhatsApp Business Bot

wms2537
**AI智能WhatsApp自动回复系统** 专为马来西亚/新加坡中小企业打造 支持马来文/英文或中文/英文双语 自动处理预约、常见问题及订单
★ 0 📥 593
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,474