← 返回 Skills 市场
293
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-scaffolder
功能描述
Generate complete OpenClaw skill projects with SkillPay.me billing pre-wired. Describe what you want, get deployable code.
安全使用建议
This skill appears coherent for building billing-enabled skill projects, but before using it: (1) be aware you or your agent will POST skill metadata (including user_id and any descriptive text) to an external endpoint you do not control — avoid sending secrets or highly sensitive descriptions in those requests; (2) the scaffolder charges users using its SkillPay credentials on the hosted endpoint; when you deploy a generated skill you will be asked to set your own SKILLPAY_API_KEY as a wrangler secret — that grants the deployed worker the ability to bill on your SkillPay account, so only set it after you review the generated code; (3) review the returned templates (especially worker code) for any hidden endpoints or unexpected network calls before deploying; (4) note minor code issues (the scaffolder's handler imports from ../../shared/* which are not bundled here, and the scaffolder hard-codes a 0.02 charge in one place) — if you plan to use this in production, consider self-hosting the scaffolder or auditing and adapting the templates first.
功能分析
Type: OpenClaw Skill
Name: openclaw-skill-scaffolder
Version: 2.0.0
The skill is a developer utility designed to scaffold new OpenClaw projects with integrated SkillPay.me billing. The core logic in `src/index.ts` and `src/templates.ts` generates boilerplate code (Worker, configuration, and documentation) based on user input and correctly implements a charging mechanism via an external API. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the behavior is consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description say it scaffolds OpenClaw skills with SkillPay billing; the code and SKILL.md generate skill boilerplate, wrangler config, and worker code that uses SKILLPAY_API_KEY to call SkillPay.me. The single required env var is directly related to billing functionality and is proportionate.
Instruction Scope
Runtime instructions tell the agent to POST skill configuration to an external endpoint (openclaw-skill-scaffolder.swmengappdev.workers.dev). That aligns with a hosted scaffolding service but means you and the agent will send user_id, skill metadata, and env var names to an external third party. The endpoint returns templates; the flow does not ask for secret values in the request body, but user-provided descriptions or metadata could contain sensitive information. Also the included templates instruct users to run 'npx wrangler secret put' to store SKILLPAY_API_KEY in their workers (expected for enabling billing).
Install Mechanism
There is no install spec and this is effectively instruction-plus-templates; nothing is downloaded from arbitrary URLs during install. Code files are included in the package (templates and a handler), so no additional install-time network fetches are required by the skill bundle itself.
Credentials
Only SKILLPAY_API_KEY is required by the scaffolder itself, which is appropriate for a component that charges via SkillPay. The generated templates optionally include additional env var names requested by the skill author (e.g., OPENAI_API_KEY) but the scaffolder only requires the key needed to operate billing. There are no unrelated credential requests in the package.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. It does not attempt to modify other skills' configurations. It will, however, instruct users to store SKILLPAY_API_KEY as a wrangler secret for their deployed worker (normal for enabling billing).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-skill-scaffolder - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-skill-scaffolder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Major update: Adds full skill project scaffolding with pre-wired SkillPay.me billing.
- Generates deployable OpenClaw skill templates, including SKILL.md, wrangler.toml, index.ts, and billing types.
- Requires SKILLPAY_API_KEY for billing integration.
- Provides clear deployment and pricing instructions.
- New guidance for adding custom logic and assembling final projects.
元数据
常见问题
OpenClaw Skill Scaffolder 是什么?
Generate complete OpenClaw skill projects with SkillPay.me billing pre-wired. Describe what you want, get deployable code. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。
如何安装 OpenClaw Skill Scaffolder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-scaffolder」即可一键安装,无需额外配置。
OpenClaw Skill Scaffolder 是免费的吗?
是的,OpenClaw Skill Scaffolder 完全免费(开源免费),可自由下载、安装和使用。
OpenClaw Skill Scaffolder 支持哪些平台?
OpenClaw Skill Scaffolder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Skill Scaffolder?
由 wms2537(@wms2537)开发并维护,当前版本 v2.0.0。
推荐 Skills