← Back to Skills Marketplace
253
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install wangkang-skill-c
Description
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capa...
Usage Guidance
This package is a documentation + template toolkit for creating skills and appears coherent and safe: it doesn't request credentials or reach out to network endpoints. If you plan to run the included Python scripts locally, note they will read and write files in the paths you pass (init_skill will create a skill directory; package_skill will zip directories; quick_validate expects PyYAML installed). Also be aware of a minor naming mismatch between the registry slug (wangkang-skill-c) and the SKILL.md/_meta.json name (skill-creator) — this is likely harmless but worth verifying the source before trusting or publishing. As always, run these scripts in a trusted/dev environment and review code before execution.
Capability Analysis
Type: OpenClaw Skill
Name: wangkang-skill-c
Version: 1.3.3
This bundle is a meta-skill designed to help an AI agent guide users through the creation, validation, and packaging of new OpenClaw skills. The included Python scripts (init_skill.py, package_skill.py, and quick_validate.py) perform standard filesystem operations consistent with their stated purpose, such as directory initialization and ZIP archiving, using safe practices like yaml.safe_load. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's name/description (skill creator) matches the included SKILL.md, reference docs, and helper scripts (init_skill.py, package_skill.py, quick_validate.py). The files and guidance are appropriate for authoring, validating, and packaging skills; nothing requested is disproportionate to that purpose.
Instruction Scope
SKILL.md contains guidance for composing skills and references for workflows/output patterns; it does not instruct the agent to read unrelated system files, exfiltrate data, or contact external endpoints. The included scripts operate on local skill directories and SKILL.md files only (create directories, zip files, validate frontmatter).
Install Mechanism
There is no install spec (instruction-only with bundled scripts). No remote downloads or archive extraction are specified, so nothing will be fetched or executed implicitly during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scripts use command-line args and local filesystem operations; they do not attempt to read or require secrets.
Persistence & Privilege
always is false and the skill does not request persistent/privileged platform presence. It does not modify other skills or global agent settings. Model invocation remains allowed (normal for skills) but there are no autonomous privileged actions in the package.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wangkang-skill-c - After installation, invoke the skill by name or use
/wangkang-skill-c - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
No changes detected for version 1.0.0.
- Initial release; no file changes since previous version.
v1.3.3
Initial release of the Skill Creator guide.
- Provides a comprehensive guide for creating effective, context-efficient skills.
- Explains modular skill structure including required metadata, markdown instructions, and optional scripts, references, and assets.
- Emphasizes concise documentation and appropriate levels of specificity (degrees of freedom) for skill instructions.
- Outlines best practices for using SKILL.md and bundled resources, with strong recommendations against including auxiliary documentation files.
- Introduces progressive disclosure for efficient context management, with practical examples for multi-domain and variant-rich skills.
Metadata
Frequently Asked Questions
What is wangkang-skill-c?
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capa... It is an AI Agent Skill for Claude Code / OpenClaw, with 253 downloads so far.
How do I install wangkang-skill-c?
Run "/install wangkang-skill-c" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wangkang-skill-c free?
Yes, wangkang-skill-c is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wangkang-skill-c support?
wangkang-skill-c is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wangkang-skill-c?
It is built and maintained by wangkang5 (@wangkang5); the current version is v1.3.3.
More Skills