← Back to Skills Marketplace
wms2537

OpenClaw Skill Scaffolder

by wms2537 · GitHub ↗ · v2.0.0
cross-platform ✓ Security Clean
293
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-skill-scaffolder
Description
Generate complete OpenClaw skill projects with SkillPay.me billing pre-wired. Describe what you want, get deployable code.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-skill-scaffolder
  3. After installation, invoke the skill by name or use /openclaw-skill-scaffolder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-skill-scaffolder
Version 2.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is OpenClaw Skill Scaffolder?

Generate complete OpenClaw skill projects with SkillPay.me billing pre-wired. Describe what you want, get deployable code. It is an AI Agent Skill for Claude Code / OpenClaw, with 293 downloads so far.

How do I install OpenClaw Skill Scaffolder?

Run "/install openclaw-skill-scaffolder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Skill Scaffolder free?

Yes, OpenClaw Skill Scaffolder is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OpenClaw Skill Scaffolder support?

OpenClaw Skill Scaffolder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Skill Scaffolder?

It is built and maintained by wms2537 (@wms2537); the current version is v2.0.0.

💬 Comments