← Back to Skills Marketplace
1477009639zw-blip

Beta Skill Maker

by 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install beta-skill-maker
Description
Creates production-ready SKILL.md files for OpenClaw AI agents. Takes a skill concept and outputs a complete, publishable SKILL.md with metadata, instruction...
README (SKILL.md)

Skill Maker

Creates complete, production-ready SKILL.md files for OpenClaw agents. Perfect for publishing on ClawHub or ugig.net.

Usage

python3 skill_maker.py --name "my-skill" --desc "Does X" --output ./my-skill/

What it generates

  • SKILL.md — full skill file with frontmatter, instructions, examples
  • references/ — reference docs if applicable
  • README.md — quick start guide

Input options

Flag Description
--name Skill name (lowercase, URL-safe)
--desc Short description (\x3C50 chars)
--output Output directory
--category Category: productivity/trading/research/automation
--emoji Emoji icon

Output structure

{skill-name}/
├── SKILL.md          # Main skill file
├── references/       # Supporting docs
│   └── overview.md   # Feature breakdown
└── README.md         # Quick start

Example

python3 skill_maker.py \
  --name "market-brief" \
  --desc "Generates hourly market briefings" \
  --category trading \
  --emoji "📊" \
  --output ./market-brief/

Notes

  • All metadata (env/bins) must match actual code references
  • No obfuscated shell commands allowed
  • Single bundle ≤ 50MB
  • MIT-0 license by default
Usage Guidance
This skill appears to do what it claims: it is a small local generator that writes SKILL.md, README.md, and a references file into whatever output directory you provide. Before using or publishing generated SKILL.md files, review their contents — the tool will copy any strings you pass via --bins or --env into the generated metadata, so avoid injecting real secrets there. Also note the metadata lists a 'markdown' binary even though the script doesn't use it; you can remove that requirement from generated SKILL.md if it's not needed. Otherwise the skill is low-risk: it performs local file creation only and has no network or credential access.
Capability Assessment
Purpose & Capability
The skill's name, description, instructions, and included Python generator all align: the tool creates SKILL.md, README.md, and a references/ overview. Minor inconsistency: the skill metadata declares 'markdown' as a required binary alongside python3, but the generator code uses only python3 (it does not invoke a 'markdown' binary). This extra declared binary is unnecessary but not malicious.
Instruction Scope
SKILL.md instructs the agent/user to run the included python3 script with flags and to write output to a user-specified directory. The runtime instructions and the script stay within the stated scope (file generation). The script does not read environment variables, system credentials, network endpoints, or other files outside the target output directory.
Install Mechanism
No install spec is provided (instruction-only with one included Python file). Nothing is downloaded or written outside the user-specified output directory. No third-party packages or remote archives are pulled.
Credentials
The skill requests no environment variables or credentials. The generator accepts --env and --bins arguments and will insert their names into generated SKILL.md, but it does not read or transmit any environment values itself. No disproportionate credential access is requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence, nor does it modify other skills or system-wide settings. It simply writes files to the output directory chosen by the user.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install beta-skill-maker
  3. After installation, invoke the skill by name or use /beta-skill-maker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — create SKILL.md files for OpenClaw agents
Metadata
Slug beta-skill-maker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Beta Skill Maker?

Creates production-ready SKILL.md files for OpenClaw AI agents. Takes a skill concept and outputs a complete, publishable SKILL.md with metadata, instruction... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install Beta Skill Maker?

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

Is Beta Skill Maker free?

Yes, Beta Skill Maker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Beta Skill Maker support?

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

Who created Beta Skill Maker?

It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.

💬 Comments