← 返回 Skills 市场
1477009639zw-blip

Beta Skill Maker

作者 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
129
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install beta-skill-maker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /beta-skill-maker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — create SKILL.md files for OpenClaw agents
元数据
Slug beta-skill-maker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。

如何安装 Beta Skill Maker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install beta-skill-maker」即可一键安装,无需额外配置。

Beta Skill Maker 是免费的吗?

是的,Beta Skill Maker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Beta Skill Maker 支持哪些平台?

Beta Skill Maker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Beta Skill Maker?

由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。

💬 留言讨论