Skill Marketplace Installer
When to Use
- User says find skill or task matches this capability
- User says install skill or task matches this capability
- User says skill marketplace or task matches this capability
- User says check skill safety or task matches this capability
Workflow
- Search marketplace via documented CLI (npx @agentskill.sh/cli search).
- Show skill name, owner, description, and ratings before install.
- Require explicit user approval before install.
- Run security scan if CLI supports it; warn on suspicious patterns.
- Install to user skills directory; list what was added.
- Never install skills requesting credentials in SKILL.md without user review.
Integrations
skill-rubric-reviewerhitl-approverprivacy-redactor
Error Handling
| Failure | Response |
|---|---|
| CLI unavailable | Document manual install from source URL with rubric review first. |
| Scan flags risk | Block install; explain finding; offer alternatives. |
Gotchas
- Third-party skills are untrusted until reviewed with skill-rubric-reviewer.
Safety & Ethics (Publication-Ready)
This skill is designed for public distribution. Constraints:
- User consent required before every install.
- Recommends security scan before install when available.
- Attributes agentskill.sh CLI; does not bundle proprietary marketplace code.
- No silent telemetry or auto-rating posts in this skill.
Prohibited actions
- No unauthorized access, malware, or harmful automation
- No silent exfiltration of data, credentials, or telemetry
- No destructive system changes without hitl-approver
- No publication of user PII or environment secrets in outputs
Attribution
- Compatible with agentskill.sh CLI; marketplace terms apply to installed skills.
Example
Input: User request matching triggers above. Output: Structured result per workflow; local artifacts only unless user opts in.