← 返回 Skills 市场
Beta Quick Skill Maker
作者
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install betasqmaker
功能描述
Creates a complete SKILL.md in one command. Input name + description + emoji → output a production-ready OpenClaw skill file.
使用说明 (SKILL.md)
Quick Skill Maker
Create a production-ready SKILL.md in one command.
Usage
python3 maker.py --name "my-skill" --desc "Does X" --emoji "🚀"
Examples
# Research skill
python3 maker.py --name market-research --desc "Market research reports" --emoji "🔍"
# Trading skill
python3 maker.py --name spx-analysis --desc "SPX technical analysis" --emoji "📈"
# Any skill
python3 maker.py --name "your-skill" --desc "What it does" --emoji "🛠️"
Output
Creates SKILL.md in current directory.
安全使用建议
This skill is small and appears safe: it only runs a local Python script that creates a SKILL.md file. Before running, consider (1) running it in an empty or disposable directory to avoid overwriting an existing SKILL.md, (2) opening the maker.py source (it's short and readable) to verify it matches the provided content, and (3) ensuring you have python3 on PATH. There is no network activity or credential access in the code. If you need confirmation, run the script with test inputs first to inspect the generated file.
功能分析
Type: OpenClaw Skill
Name: betasqmaker
Version: 1.0.0
The skill is a simple utility designed to generate a template SKILL.md file. The Python script maker.py uses standard libraries to take user-provided arguments and write them into a formatted markdown file without any network access, sensitive data retrieval, or obfuscated execution logic.
能力评估
Purpose & Capability
The skill is a 'quick skill maker' and only requires python3 to run a small script that templates a SKILL.md. Required binaries and the included maker.py align with the described functionality.
Instruction Scope
Instructions are narrowly scoped: run maker.py with name/description/emoji to write SKILL.md. One practical note: maker.py will overwrite SKILL.md in the current directory without prompting, which is a data-loss risk but not a security concern.
Install Mechanism
No install spec; this is instruction-only with a small local Python script. There are no downloads or extracts, and no external package installs.
Credentials
The skill requests no environment variables, credentials, or config paths. maker.py does not read environment variables or other files; the requested access is proportional to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills' configs. It runs on demand and only writes a local SKILL.md file.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install betasqmaker - 安装完成后,直接呼叫该 Skill 的名称或使用
/betasqmaker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
init
元数据
常见问题
Beta Quick Skill Maker 是什么?
Creates a complete SKILL.md in one command. Input name + description + emoji → output a production-ready OpenClaw skill file. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Beta Quick Skill Maker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install betasqmaker」即可一键安装,无需额外配置。
Beta Quick Skill Maker 是免费的吗?
是的,Beta Quick Skill Maker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Beta Quick Skill Maker 支持哪些平台?
Beta Quick Skill Maker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Beta Quick Skill Maker?
由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。
推荐 Skills