# Skill Marketplace Installer

> Safely search and install agent skills from public marketplaces with explicit user consent and security checks. Use for: find skill, install skill, skill marketplace, check skill safety.

- Skill: `stijnman/skill-marketplace-installer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/skill-marketplace-installer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/skill-marketplace-installer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/skill-marketplace-installer

---

# 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

1. Search marketplace via documented CLI (npx @agentskill.sh/cli search).
2. Show skill name, owner, description, and ratings before install.
3. Require explicit user approval before install.
4. Run security scan if CLI supports it; warn on suspicious patterns.
5. Install to user skills directory; list what was added.
6. Never install skills requesting credentials in SKILL.md without user review.

## Integrations

- `skill-rubric-reviewer`
- `hitl-approver`
- `privacy-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.

