# Skill Extractor

> Evaluate a shared AI skill or skill repository before installing or copying patterns.

- Skill: `nardovibecoding/skill-extractor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nardovibecoding/skill-extractor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nardovibecoding/skill-extractor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: nardovibecoding (https://skillmd.com/u/nardovibecoding)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nardovibecoding/skill-extractor

---


# Skill Extractor

Use this when a user shares a skill URL, a skill directory, or a list of
community skills to review.

## Review Steps

1. Read `SKILL.md`, `README.md`, scripts, templates, and referenced files.
2. Check overlap with the local skill set.
3. Scan for risky behavior:
   - `eval`, `exec`, shell execution, broad subprocess calls
   - network calls
   - credential reads
   - settings mutation
   - prompt-injection wording
4. Decide:
   - `INSTALL` only when the skill is useful and safe.
   - `EXTRACT` when only a pattern is useful.
   - `SKIP` when overlap or risk is too high.

## Output

| skill | verdict | overlap | risk | useful pattern |
|---|---|---:|---|---|

When extracting, write a local report first. Do not silently mutate assistant
settings or private notes.

