skill-creatorGenerate a new Claude Code skill from a plain-language description — decides invocation control (disable-model-invocation vs user-invocable), arguments (argument-hint, $ARGUMENTS), and context cost, then scaffolds and tests it.
Install via ClawdBot CLI:
clawdbot install chindden/skill-creatorGrade Excellent — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
http://www.apache.org/licenses/Audited Apr 16, 2026 · audit v1.0
Generated Feb 26, 2026
A financial services firm wants to create a skill that guides Claude through multi-step financial modeling, integrating proprietary Excel templates and company-specific valuation methods. The skill would include references for financial schemas and scripts for data validation.
An e-commerce company needs a skill to help Claude interact with their custom API for inventory management and order processing. The skill would provide low-freedom scripts for API calls and reference files detailing endpoint specifications and error handling.
A law firm aims to develop a skill that assists Claude in generating and reviewing legal documents like NDAs or contracts. It would include assets with template documents and references for legal policies, ensuring consistency and compliance in document creation.
An educational technology provider seeks to create a skill for Claude to produce lesson plans and quizzes based on specific curricula. The skill would bundle assets like presentation templates and references for educational standards, enabling efficient content generation.
A healthcare organization wants a skill to guide Claude in handling patient data workflows, such as anonymizing records or generating reports. It would include scripts for data transformation and references for compliance with regulations like HIPAA.
Companies can monetize skills by offering them as add-ons to their SaaS platforms, enabling clients to customize AI workflows. Revenue is generated through subscription fees or one-time purchases for specialized skill packages.
Agencies or freelancers use the skill creator to build tailored skills for clients in specific industries, charging for development and maintenance services. This model leverages expertise in domain-specific workflows and tool integrations.
Large enterprises develop skills internally to streamline operations, such as automating report generation or integrating with proprietary systems. Revenue is indirect, realized through cost savings and increased productivity across departments.
💬 Integration Tip
Focus on keeping SKILL.md concise by moving detailed schemas and examples to reference files, and use bundled scripts for repetitive tasks to ensure deterministic reliability without overloading the context window.
Scored Apr 19, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.