@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.

当前版本
v0.1.0
243 7万总安装 2,213

LICENSE.txt

text/plain · 11357 字节

SKILL.md

text/plain · 17837 字节

references/output-patterns.md

text/plain · 1813 字节

references/workflows.md

text/plain · 818 字节

scripts/init_skill.py

text/plain · 10863 字节

scripts/package_skill.py

text/plain · 3288 字节

scripts/quick_validate.py

text/plain · 3523 字节

Security Scan

OpenClaw

gpt-5-mini

clean

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.

元数据

  • 作者: @chindden
  • 创建时间: 2026/01/27
  • 更新时间: 2026/04/14
  • 版本数: 1
  • 评论数: 3
  • 扫描时间: 2026/02/11

运行要求

官方公开数据里暂未列出运行要求。