Skillboss
Analysis
SkillBoss appears coherent as a broad AI-service gateway, but it can use one API key for provider routing plus email/SMS batch sending, so it should be reviewed carefully before installation.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
| `email/send` | Send single email | | `email/batch` | Send batch emails | ... | `prelude/notify-send` | Send SMS notification | | `prelude/notify-batch` | Batch SMS notifications |
These are outbound and bulk communication actions exposed through the skill's model catalog. The provided artifacts do not show clear recipient limits, rate limits, or explicit approval requirements for these high-impact actions.
Source: unknown Homepage: none
The registry entry does not provide a source repository or homepage to independently verify the service identity or documentation. Because this is instruction-only with no install code, this is a provenance note rather than evidence of malicious behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
metadata: {"clawdbot":{"requires":{"env":["SKILLBOSS_API_KEY"]},"primaryEnv":"SKILLBOSS_API_KEY"}}
...
**Auth:** `-H "Authorization: Bearer $SKILLBOSS_API_KEY"`The skill requires a bearer API key for SkillBoss. This is expected for the integration, but the same credential appears to cover many provider actions and potentially billing-impacting requests.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
One API key, 50+ models across providers (Bedrock, OpenAI, Vertex, ElevenLabs, Replicate, Minimax, and more). Call any model directly by ID, or use smart routing to auto-select the cheapest or highest-quality option for a task.
The skill is a provider gateway and may route submitted content to multiple downstream AI providers; smart routing means the exact downstream provider may not always be explicitly selected by the user.
