← 返回 Skills 市场
150
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install openclaw-skill-creator-pro
功能描述
Teach your OpenClaw agent new tricks by creating custom skills. Use when you want your agent to do something it can't do yet — like "read my Google Calendar"...
安全使用建议
This generator appears to be what it claims: a local tool that writes new SKILL.md files and example code. However, the skills it creates (e.g., Google Calendar reader or Slack messenger) will legitimately require API credentials or service-account files. Before using any generated skill, review the generated SKILL.md and code: 1) only provide API keys or JSON credential files if you trust the integration and understand its scope; 2) store credentials securely (avoid world-readable files and prefer least-privilege tokens); 3) check the generated code for any endpoints or behaviors you do not expect; and 4) test new skills in a limited or non-production environment first. If you want higher assurance, ask the author for provenance or signed releases, or run the generated code through your organization's code review process before enabling it in agents that have access to sensitive data.
功能分析
Type: OpenClaw Skill
Name: openclaw-skill-creator-pro
Version: 1.0.2
The skill bundle is a legitimate utility designed to help users generate boilerplate code and instructions for creating custom OpenClaw skills, such as Google Calendar integrations, Slack bots, and CSV analyzers. The logic in `handler.ts` uses predefined templates to generate markdown and TypeScript code based on user descriptions, and it provides helpful setup guides for obtaining API keys. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the tool operates locally and follows standard development practices for handling credentials via environment variables.
能力评估
Purpose & Capability
Name and description match the behavior found in handler.ts and SKILL.md: the package is a local skill creator that generates skill templates (Google Calendar, Slack, CSV) and instructions. There are no unrelated environment variables, binaries, or install steps requested by the generator itself.
Instruction Scope
The SKILL.md and handler.ts limit actions to generating skill files and guidance. The generator does not attempt to read arbitrary system files, exfiltrate data, or call external endpoints itself. It does include templates that instruct the user how to configure credentials for external services (which is expected for those integrations).
Install Mechanism
No install spec is provided (instruction-only), and the included handler.ts is local code. There are no downloads, URL-based installs, or archive extraction steps in the skill bundle.
Credentials
The generator declares no required environment variables. Templates reference service-specific credentials (e.g., GOOGLE_CALENDAR_CREDENTIALS, SLACK_BOT_TOKEN) only in contexts where external integrations would legitimately need them. No unrelated secrets or broad system credentials are requested.
Persistence & Privilege
The skill is not marked always:true and does not request elevated or persistent system-wide privileges. It does not modify other skills' configuration or agent settings beyond producing guidance for the user to add skill files and environment variables.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-skill-creator-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-skill-creator-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- No functional or documentation changes in this release.
- Version updated to 1.0.2 with no changes to files or content.
v1.0.1
openclaw-skill-creator-pro v1.0.1
- Clarified that while this skill runs 100% locally, skills it generates may require external API credentials (such as Google or Slack).
- Added examples of which kinds of generated skills do/don’t require credentials.
- Updated prerequisite and usage sections to clearly separate the requirements for the skill-generator and generated skills.
- No code changes; documentation only.
v1.0.0
OpenClaw Skill Creator 1.0.0
- Initial release of OpenClaw Skill Creator.
- Enables users to describe custom skill ideas in plain English; generates skill files and setup instructions with no coding required.
- Supports integrations like Google Calendar, Slack, CSV file analysis, document search, and PDF processing.
- Runs entirely locally—no external APIs, internet, or API keys required for operation.
- Guides users step-by-step from idea to working skill, including real-world scenarios and sample prompts.
- Designed specifically for the OpenClaw agent framework, following native conventions.
元数据
常见问题
openclaw skill creator 是什么?
Teach your OpenClaw agent new tricks by creating custom skills. Use when you want your agent to do something it can't do yet — like "read my Google Calendar"... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 openclaw skill creator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-creator-pro」即可一键安装,无需额外配置。
openclaw skill creator 是免费的吗?
是的,openclaw skill creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
openclaw skill creator 支持哪些平台?
openclaw skill creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 openclaw skill creator?
由 claw0x(@kennyzir)开发并维护,当前版本 v1.0.2。
推荐 Skills