skill-creatorsGuide for creating effective skills for Clawdbot agents. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, c...
Install via ClawdBot CLI:
clawdbot install tobeyrebecca/skill-creatorsGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://api.heybossai.com/v1/chat/completionsCalls external URL not in known-safe list
https://api.heybossai.com/v1`Audited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
Marketing agencies can use this skill to generate images, videos, and text for social media campaigns, advertisements, and client presentations. By leveraging multiple AI models, they can quickly produce high-quality, diverse content tailored to different platforms and audiences, reducing production time and costs.
E-learning platforms can integrate this skill to create interactive educational materials, such as generating explanatory videos, converting text to speech for accessibility, and processing documents for course content. This enhances learning experiences by providing multimedia resources and automating content creation for instructors.
SaaS companies can utilize the chat and speech-to-text models to build AI-powered customer support bots that handle inquiries, transcribe support calls, and generate responses. This improves response times, reduces human workload, and provides 24/7 assistance to users, enhancing overall customer satisfaction.
Entertainment studios can employ video and music generation models to create short clips, background scores, and visual effects for projects. This allows for rapid prototyping of ideas, generating content for trailers or social media, and experimenting with different creative styles without extensive manual effort.
Legal and financial firms can use document processing and chat models to parse contracts, generate summaries, and automate report creation. This streamlines administrative tasks, ensures accuracy in data extraction, and allows professionals to focus on analysis and decision-making rather than manual paperwork.
Offer this skill as a paid API service where businesses pay per API call or through subscription tiers based on usage volume. This model provides recurring revenue by catering to developers and companies needing scalable AI capabilities without managing multiple provider integrations.
License the skill as a white-label platform for other companies to rebrand and integrate into their own products, such as CRM systems or content management tools. This generates revenue through licensing fees and customization services, expanding market reach through partnerships.
Provide basic access to the skill for free with limited usage, then charge for advanced features like higher-quality models, increased rate limits, or priority support. This attracts a broad user base and converts heavy users into paying customers, driving revenue growth.
💬 Integration Tip
Start by testing the skill with simple curl commands to understand API responses, then integrate it into existing workflows using the allowed Bash and Read tools for automation.
Scored Apr 19, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Local text-to-speech via sherpa-onnx (offline, no cloud)
Start voice calls via the OpenClaw voice-call plugin.