← Back to Skills Marketplace
150
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install openclaw-skill-creator-pro
Description
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"...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-skill-creator-pro - After installation, invoke the skill by name or use
/openclaw-skill-creator-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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"... It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install openclaw skill creator?
Run "/install openclaw-skill-creator-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openclaw skill creator free?
Yes, openclaw skill creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openclaw skill creator support?
openclaw skill creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openclaw skill creator?
It is built and maintained by claw0x (@kennyzir); the current version is v1.0.2.
More Skills