@chindden

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.

Current version
v0.1.0
295 8.9万All installs 2,414

LICENSE.txt

text/plain · 11357 bytes

SKILL.md

text/plain · 17837 bytes

references/output-patterns.md

text/plain · 1813 bytes

references/workflows.md

text/plain · 818 bytes

scripts/init_skill.py

text/plain · 10863 bytes

scripts/package_skill.py

text/plain · 3288 bytes

scripts/quick_validate.py

text/plain · 3523 bytes

skill-card.md

text/markdown · 2053 bytes

Security Scan

Status

clean

Open VirusTotal

OpenClaw

gpt-5.5

clean

OpenClaw analysis

This skill is a coherent local helper for creating and packaging skills, with no evidence of hidden data access, network use, persistence, or destructive behavior.

Confidence: 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.

Metadata

  • Owner: @chindden
  • Created: 2026/01/27
  • Updated: 2026/05/17
  • Versions: 1
  • Comments: 3
  • Scan checked at: 2026/05/27

Runtime

No runtime requirements are exposed in the official public payload.