skill-studioCreate, validate, and publish OpenClaw Skills through conversation. Use when user wants to create a new skill, build a ClawHub plugin, generate SKILL.md, or...
Install via ClawdBot CLI:
clawdbot install tobewin/skill-studioGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
eval(Calls external URL not in known-safe list
https://clawhub.ai/@username/{skill-name}AI Analysis
The skill's external API call to clawhub.ai appears consistent with its stated purpose of publishing skills to ClawHub, suggesting legitimate functionality rather than data exfiltration. However, the presence of eval() in shell commands introduces a potential security risk if user input is not properly sanitized, though no credential harvesting or hidden malicious behavior is evident.
Audited Apr 16, 2026 · audit v1.0
Generated May 23, 2026
A non-technical team lead needs to create an internal skill for compiling daily reports. Using Skill Studio's guided mode, they answer step-by-step questions and generate a functional SKILL.md in minutes without writing code.
A developer wants to publish a weather forecast skill on ClawHub. They use expert mode to provide all details at once, then validate and fix metadata automatically before generating a publish-ready SKILL.md.
A skill maintainer has an outdated SKILL.md with broken metadata. They run Skill Studio's auto-validation, which identifies JSON format issues and missing dependencies, and applies one-click fixes to bring it up to standard.
A global company wants a skill that triggers in multiple languages (e.g., English and Chinese). Skill Studio guides the user through collecting trigger phrases in both languages and generates a SKILL.md with appropriate triggers and descriptions.
A SaaS provider builds a plugin that calls external APIs to sync data. They specify environment variables for API keys and required bins (curl, python3) during guided creation, and Skill Studio automatically adds dependency checks and error handling.
Offer basic skill creation and validation for free, with premium templates for complex integrations (e.g., multi-API skills). Users pay per download or subscription for advanced features like custom branding or priority support.
Enterprise clients pay to have their skills created, validated, and published under their own brand on ClawHub. Includes consulting, custom metadata, and ongoing maintenance.
Skill Studio integrates a marketplace where users can sell their generated skills. Studio takes a commission (e.g., 15%) on each sale, encouraging high-quality skill creation and validation.
💬 Integration Tip
To integrate Skill Studio into your workflow, set the OPENCLAW_WORKSPACE environment variable to your project directory and ensure curl, python3, and npm are installed. Use guided mode for first-time users and expert mode for rapid iteration.
Scored May 23, 2026
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Backup and restore OpenClaw data. Use when user asks to create backups, set up automatic backup schedules, restore from backup, or manage backup rotation. Handles ~/.openclaw directory archiving with proper exclusions.
Vet ClawHub skills for security and utility before installation. Use when considering installing a ClawHub skill, evaluating third-party code, or assessing w...
Coding workflow with planning, implementation, verification, and testing for clean software development.