← Back to Skills Marketplace
1477009639zw-blip

Beta Quick Skill Maker

by 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install betasqmaker
Description
Creates a complete SKILL.md in one command. Input name + description + emoji → output a production-ready OpenClaw skill file.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install betasqmaker
  3. After installation, invoke the skill by name or use /betasqmaker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
init
Metadata
Slug betasqmaker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Beta Quick Skill Maker?

Creates a complete SKILL.md in one command. Input name + description + emoji → output a production-ready OpenClaw skill file. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install Beta Quick Skill Maker?

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

Is Beta Quick Skill Maker free?

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

Which platforms does Beta Quick Skill Maker support?

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

Who created Beta Quick Skill Maker?

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

💬 Comments