← Back to Skills Marketplace
76
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skillbossapp
Description
Give your OpenClaw agent access to 354+ tools (100+ LLMs, web scraping, search, image/video/audio generation, email) through one API key with signed JWT audi...
Usage Guidance
Before installing: 1) Treat SKILLBOSS_API_KEY as a sensitive credential — only provision a scoped/trial key for testing (the SKILL.md documents a $0.50 anonymous trial endpoint you can use). 2) Verify the npm package identity and review the published package contents (dist files) to ensure they match the source here. 3) Confirm the metadata inconsistencies are resolved (registry listing should declare the required env var). 4) Restrict the plugin's per-call and per-agent budgets (maxCostPerCallUsd and server-side wallet rules) to prevent unexpected spend. 5) Consider using a sub-wallet or a low-balance/trial key for experiments and review signed receipts to reconcile activity. 6) Review SkillBoss's privacy/terms to understand what data may be routed to third-party model vendors via their gateway — any sensitive prompts or data sent through the plugin will flow to external models. If you need this in an org environment, validate with your security/compliance team before provisioning a production API key.
Capability Tags
Capability Assessment
Purpose & Capability
The plugin's code and SKILL.md consistently require a SkillBoss API key and route all calls to api.skillboss.co, which is coherent with the stated purpose. However the registry metadata at the top incorrectly lists "Required env vars: none" and "Primary credential: none" even though openclaw.plugin.json, marketplace.json, and SKILL.md all require SKILLBOSS_API_KEY (apiKey in configSchema). There are also inconsistent catalog size claims (SKILL.md: 354+; README/manifest: 700+). These mismatches are suspicious because they make it harder to audit what credentials the plugin needs and why.
Instruction Scope
The SKILL.md and README instruct the agent/user to obtain and export a SkillBoss API key, install the npm package, and use the provided tools (chat, scrape, search, generate_image, send_email, run, etc.). The instructions themselves do not request other unrelated system files or credentials, and the code only uses the configured API key and network calls to SkillBoss endpoints. That scope is appropriate for a gateway/wallet plugin.
Install Mechanism
Installation is via the npm package skillboss-openclaw-plugin (no remote archive downloads). The registry summary claimed "No install spec — instruction-only skill," but the package includes code and a package.json indicating an npm distribution. This inconsistency (instruction-only vs packaged code) is not necessarily malicious but is an operational/integrity concern you should clarify before install. Npm installs are standard but still carry risk; review the published npm package and its integrity (checksums/signature) if you plan to use it.
Credentials
Functionally the plugin needs a single API credential (SkillBoss API key) which is proportionate to a multi-vendor gateway. However the top-level registry metadata omitted this requirement while other manifests require SKILLBOSS_API_KEY (openclaw.plugin.json configSchema and .claude-plugin/marketplace.json). That omission is an inconsistency worth flagging: it could be a packaging error or an attempt to hide required secrets. No other unrelated secrets are requested by the code.
Persistence & Privilege
The skill does not request always: true, does not modify other skills' configurations, and only runs as a normal user-invocable plugin. It will make outbound network requests (expected for a gateway) but does not request elevated platform privileges in the provided manifests.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skillbossapp - After installation, invoke the skill by name or use
/skillbossapp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of SkillBoss plugin
Metadata
Frequently Asked Questions
What is SkillBoss?
Give your OpenClaw agent access to 354+ tools (100+ LLMs, web scraping, search, image/video/audio generation, email) through one API key with signed JWT audi... It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.
How do I install SkillBoss?
Run "/install skillbossapp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SkillBoss free?
Yes, SkillBoss is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SkillBoss support?
SkillBoss is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SkillBoss?
It is built and maintained by Richiecyq (@richiecyq); the current version is v1.0.0.
More Skills