Skill Creator
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 capabilities with specialized knowledge, workflows, or tool integrations.
v0.1.0
2026/01/27
Initial release of skill-creator, a comprehensive guide for designing modular skills to extend Claude’s capabilities. - Introduces principles for creating effective, concise, and domain-specific skills. - Explains modular structure: required SKILL.md and optional scripts, references, and assets folders. - Outlines guidelines for what to include (and exclude) in a skill package. - Details progressive disclosure design for efficient context management. - Provides reference patterns for organizing content and bundling resources.
Security Scan
状态
clean
OpenClaw
gpt-5-mini
OpenClaw 分析
This is an internally consistent 'skill authoring' guide with example helper scripts; it does not request credentials, install remote code, or contain obvious malicious behavior.
置信度: high
VirusTotal
Type: OpenClaw Skill Name: skill-creator Version: 0.1.0 The skill is classified as suspicious primarily due to the `scripts/init_skill.py` file. This script creates a new skill directory and, as part of its templating process, generates an `example.py` file within the `scripts/` subdirectory, setting its permissions to `0o755` (executable). While the content of the generated `example.py` is a benign placeholder, the capability to create executable files in a user-specified path, even for templating, represents a significant security risk if the script's inputs were controlled by a malicious actor or if the template itself were altered. The `SKILL.md` and other files are instructional and do not contain malicious prompt injection or other harmful behaviors.