← 返回 Skills 市场
timyljob2011-sudo

skill-creater

作者 timyljob2011-sudo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
149
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-creater
功能描述
Generate complete AgentSkills from user requirements. Creates SKILL.md, scripts, references, assets folders, and packages them into a ready-to-upload archive...
安全使用建议
This package appears to be a developer utility but has several red flags that point to sloppy or incomplete implementation rather than clear malicious intent. Things to do before trusting or using it: - Inspect and run the Python scripts locally in a safe environment (sandbox/VM) and review output ZIP contents before uploading anywhere. - Note naming/path inconsistencies: SKILL.md and manifest mention 'skill-creater' but build.sh and some human-facing text say 'skill-craftsmen'/'skill-craftsmen' and build.sh calls scripts/package_skill.py while package_skill.py is at repository root. This likely indicates broken scripts or copy-paste errors you should fix before use. - Expect the 'interview' capability to be manual: init_skill_template.py currently only accepts a single CLI argument (no interactive Q&A). If you need interactive prompting, add or review that logic yourself. - Validate generated SKILL.md and manifest.json contents before uploading to Clawhub; the packager's validation is minimal. - Because the package writes files and zips directories, do not run it on directories containing sensitive files (or run it with a dedicated temp folder) to avoid accidental inclusion. - If you plan to let an autonomous agent invoke this skill, consider restricting autonomous invocation until you've verified the generated outputs are safe and correct. If you want, I can: (1) point out exact lines to change to fix build.sh path/name mismatches, (2) show a short test plan to validate the packager locally, or (3) produce a hardened checklist for reviewing generated skills before upload.
功能分析
Package: skill-creater (xpi) Version: 1.0.0 Description: Generate complete AgentSkills from user requirements with proper structure, scripts, and packaging for Clawhub distribution The provided code is a developer utility for generating and packaging 'AgentSkills' for the Clawhub platform. It consists of Python scripts for template generation (init_skill_template.py) and ZIP archiving (package_skill.py). The logic is restricted to local file system operations within specified directories, performing basic string manipulation and standard file I/O. There is no evidence of shell execution, network activity, credential exfiltration, or hidden payload delivery.
能力评估
Purpose & Capability
The skill claims to 'interview' users, generate complete SKILL.md, scripts, references, and package into a zip. The repository contains generator and packager scripts that implement name/manifest generation and zipping, which aligns with the stated purpose. However the claimed interactive interview and some 'automatic assurances' are not implemented in the provided scripts; overall capability is plausible but overstated.
Instruction Scope
SKILL.md describes an automated interview flow and many guarantees (YAML compliance, progressive disclosure). The code (init_skill_template.py) is a simple CLI that accepts a single description argument — it does not implement an interactive interview or advanced validation. The packager validates only basic frontmatter existence and a few manifest fields. The instructions therefore promise more automation and validation than the code provides.
Install Mechanism
No install spec; this is an instruction-and-code skill only. There are no external downloads, no network installs, and no injected third-party packages referenced. Packaging and file I/O are local.
Credentials
The skill requests no environment variables, no credentials, and references no external secrets. The code only reads/writes local filesystem paths and manifest/SKILL.md files, which is consistent with the purpose.
Persistence & Privilege
The skill does not request persistent presence (always: false) and does not modify other skills or system-wide settings. It runs local file operations only and is not configured for forced inclusion.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-creater
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-creater 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skill-creater. - Automatically generates complete AgentSkill packages from user requirements. - Includes interview workflow to clarify needs, then creates SKILL.md, scripts, references, asset folders, and manifest. - Outputs a ready-to-upload .zip archive for Clawhub. - Ensures directory structure, documentation, and metadata meet best practices.
元数据
Slug skill-creater
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

skill-creater 是什么?

Generate complete AgentSkills from user requirements. Creates SKILL.md, scripts, references, assets folders, and packages them into a ready-to-upload archive... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 skill-creater?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-creater」即可一键安装,无需额外配置。

skill-creater 是免费的吗?

是的,skill-creater 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

skill-creater 支持哪些平台?

skill-creater 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 skill-creater?

由 timyljob2011-sudo(@timyljob2011-sudo)开发并维护,当前版本 v1.0.0。

💬 留言讨论