龙虾技能商店 中文 SEO 预渲染页
技能详情

Skill Creator

chindden/skill-creator

v0.1.0MIT-0@chindden

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

作者 @chindden 更新于 2026年3月12日 版本 v0.1.0
下载量 34,900
收藏 118
当前安装 1,100
累计安装 1,200

安全扫描

Security ScanVirusTotalVirusTotalSuspiciousView report →OpenClawOpenClawBenignhigh confidenceThis is an internally consistent 'skill authoring' guide with example helper scripts; it does not request credentials, install remote code, or contain obvious malicious behavior.Details ▾✓Purpose & CapabilityThe name/description (skill creation guidance) match the included files: SKILL.md, reference docs, and helper scripts for initializing, validating, and packaging skills. The provided scripts and references are appropriate for a skill-authoring toolkit.✓Instruction ScopeSKILL.md is a guidance document for building skills and does not instruct the agent to read unrelated system files or exfiltrate data. The bundled scripts perform local filesystem operations (create directories, write files, zip a folder, validate frontmatter) which are coherent with a skill-creator purpose. Note: these scripts are executable templates and will create/modify files when run.✓Install MechanismNo install spec is present (instruction-only with bundled scripts). Nothing is downloaded from external URLs and no archive extraction from remote servers is performed, which is low-risk.✓CredentialsThe skill requests no environment variables, credentials, or config paths. The absence of secrets is proportional to its stated purpose.✓Persistence & PrivilegeNo 'always: true' or elevated persistence is requested. The skill is user-invocable and allows model invocation (platform default), which is expected for a skill. The bundled scripts operate on the local filesystem but do not modify other skills or system-wide agent settings.AssessmentThis package is a skill-authoring template and appears coherent and non-malicious. Before running any bundled scripts, review them (init_skill.py, package_skill.py, quick_validate.py) to confirm the target paths and behaviour, and run them in a sandboxed or development environment if you're unsure. The scripts will create directories, write template files, and produce a .skill zip; they do not request network access or credentials. Also note the validator enforces strict frontmatter keys—if you plan to add extra metadata fields, update or review quick_validate.py ac…