← Back to Skills Marketplace
Pub Skillcreator
by
TobeyRebecca
· GitHub ↗
· v1.0.0
· MIT-0
272
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-creators
Description
Guide for creating effective skills for Clawdbot agents. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, c...
Usage Guidance
This skill appears to be what it says (a guide and API examples), but it relies on a third-party aggregator (https://api.heybossai.com) with no homepage or provenance provided. Before installing: (1) Verify the provider's reputation and privacy/security policies for heybossai.com; (2) Only provide a limited-scope API key (and rotate it afterward) — avoid using keys that grant access to sensitive accounts or data; (3) Assume any prompts, uploaded audio/files, or returned content may be stored/processed by the aggregator — do not send secrets or private data; (4) Note examples reference jq and run.mjs (undeclared); ensure the runtime has the expected tools or update the skill metadata; (5) Test with minimal, non-sensitive requests and monitor network activity/logs; (6) If you cannot verify the service or its operator, treat the API key as high-risk and consider not installing the skill.
Capability Analysis
Type: OpenClaw Skill
Name: skill-creators
Version: 1.0.0
The skill bundle acts as a wrapper for a third-party API (api.heybossai.com) that claims to provide access to over 50 AI models, including non-existent versions like GPT-5 and Claude 4.6 (found in SKILL.md and chat-models.md). This deceptive marketing of 'future' models is a strong indicator of a potentially fraudulent service or a credential harvesting front. While the skill primarily uses standard curl commands to interact with the API, the lack of transparency regarding the service provider and the inclusion of sensitive capabilities like SMS and email routing through an unverified domain (skillboss.co) pose a significant security risk.
Capability Assessment
Purpose & Capability
The name/description promise (a skill-creation guide plus a catalog of 50+ models) matches the SKILL.md contents: it documents model IDs and shows curl examples targeting https://api.heybossai.com/v1. The declared primaryEnv SKILLBOSS_API_KEY is appropriate for an API aggregator.
Instruction Scope
Runtime instructions are limited to curling the heybossai API (listing models, running models, downloading returned URLs). They do not instruct reading unrelated local files or other env vars. However: examples include use of jq and a local run.mjs utility (run.mjs --model ...), which are not declared in required binaries and therefore are an undeclared dependency; the examples also show uploading or sending content (base64 audio, text prompts) to the external API, so sensitive data could be transmitted to the aggregator.
Install Mechanism
No install spec and no code files that execute locally — lowest installation risk. The skill is instruction-only.
Credentials
Only one credential (SKILLBOSS_API_KEY) is requested, which is proportionate given the skill talks to a single aggregator API. But that single key would grant the skill broad access to many downstream model providers via the aggregator, and the aggregator's domain (heybossai.com) and source are undocumented here — this concentrates risk in one external service.
Persistence & Privilege
always:false (not force-included) and disable-model-invocation:false (normal). The skill does not request system-wide config changes or persistent privileges beyond the API key.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-creators - After installation, invoke the skill by name or use
/skill-creators - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Provides unified access to 50+ AI models for text, image, video, audio, music, web, and more via the SkillBoss API.
- Includes setup guide and direct bash/curl invocation examples for each model type (chat, image, video, tts, stt, music, search, email, SMS, document parsing, background removal).
- Supports smart routing to automatically pick optimal models for tasks.
- Covers authentication, model listing/filtering, and detailed API parameter descriptions.
- Shows example responses and advanced inputs for flexible skill creation.
- Requires a SKILLBOSS_API_KEY for authentication.
Metadata
Frequently Asked Questions
What is Pub Skillcreator?
Guide for creating effective skills for Clawdbot agents. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, c... It is an AI Agent Skill for Claude Code / OpenClaw, with 272 downloads so far.
How do I install Pub Skillcreator?
Run "/install skill-creators" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pub Skillcreator free?
Yes, Pub Skillcreator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pub Skillcreator support?
Pub Skillcreator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pub Skillcreator?
It is built and maintained by TobeyRebecca (@tobeyrebecca); the current version is v1.0.0.
More Skills