← Back to Skills Marketplace
super9du

OpenClaw Skills Creator

by Super 9° · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-skills-creator
Description
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an exis...
Usage Guidance
This package appears coherent for the stated purpose: templates, a validator, a packager, and tests for creating AgentSkills. Before running any scripts, review them locally — they create directories and write files (init_skill) and will read/write filesystem paths when packaging/validating. Packaging includes explicit protections (skips symlinks, checks files stay within the skill root). There are no external downloads, no required secrets, and no odd environment variables. Recommended steps before use: (1) inspect scripts for any network calls or subprocess.exec usage you don't expect, (2) run tests in an isolated/sandbox environment, and (3) if you will execute init_skill or package_skill on directories with sensitive data, ensure the target path is correct to avoid accidental inclusion.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-skills-creator Version: 1.0.0 The 'openclaw-skills-creator' bundle is a utility toolkit designed to help AI agents create, validate, and package other OpenClaw skills. It contains well-documented instructions in SKILL.md and functional Python scripts (init_skill.py, package_skill.py, quick_validate.py) that implement robust security checks, such as preventing path traversal and rejecting symlinks during the packaging process. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name/description match the included files: SKILL.md is a skill-authoring guide and the repository includes init, package, and validate scripts plus tests. The requested resources (none) and file contents are proportional to a 'skills creator' utility.
Instruction Scope
SKILL.md stays on-topic (how to author skills, when to include scripts/references/assets). It explicitly notes scripts may be executed; the bundled scripts are typical (create templates, validate frontmatter, package into a zip). That means running the skill could involve executing bundled code — review scripts before running them in your environment.
Install Mechanism
No install spec or external downloads are present. This is an instruction-and-scripts bundle only, so nothing is fetched from untrusted URLs or installed automatically.
Credentials
The skill declares no required environment variables or credentials. The code references only local filesystem operations and standard Python modules; PyYAML is optional and only used if present.
Persistence & Privilege
The skill does not request always:true and uses default autonomous-invocation behavior (normal). It does not attempt to modify other skills or system-wide configurations in the provided code.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-skills-creator
  3. After installation, invoke the skill by name or use /openclaw-skills-creator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of openclaw-skill-creator — a tool for authoring, editing, reviewing, and improving AgentSkills. - Provides comprehensive guidance for creating modular, concise, and effective skills. - Details best practices for structuring SKILL.md, bundled scripts, references, and assets. - Emphasizes context efficiency: keep core instructions in SKILL.md and offload detailed documentation to separate files as needed. - Outlines progressive disclosure for skill content loading: metadata, SKILL.md body, resources. - Clarifies what should and should not be included in a skill package.
Metadata
Slug openclaw-skills-creator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenClaw Skills Creator?

Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an exis... It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install OpenClaw Skills Creator?

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

Is OpenClaw Skills Creator free?

Yes, OpenClaw Skills Creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Skills Creator support?

OpenClaw Skills Creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Skills Creator?

It is built and maintained by Super 9° (@super9du); the current version is v1.0.0.

💬 Comments