com.dmzagent/skill-builder-mcp
NPM · @DMZAGENT/SKILL-BUILDER-MCP · SCANNED AUG 3
Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 45 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability59
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1569 tokens (~313/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @dmzagent/skill-builder-mcp
claude mcp add com-dmzagent-skill-builder-mcp -- npx -y @dmzagent/skill-builder-mcp
codex mcp add com-dmzagent-skill-builder-mcp -- npx -y @dmzagent/skill-builder-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-dmzagent-skill-builder-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@dmzagent/skill-builder-mcp"
],
"enabled": true
}
}
} openclaw mcp add com-dmzagent-skill-builder-mcp --command npx --arg -y --arg @dmzagent/skill-builder-mcp
mcp_servers:
com-dmzagent-skill-builder-mcp:
command: "npx"
args: ["-y", "@dmzagent/skill-builder-mcp"] {
"mcpServers": {
"com-dmzagent-skill-builder-mcp": {
"command": "npx",
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +33
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Tool coverage: 100 → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.23 ▲ functional
- License: unverified → pass ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 1 Aug 26 +15
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@dmzagent/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
skill_info Get full details of a skill ~227
Fetch the complete record for one skill: metadata plus the full markdown body (the actual prompt/instructions). Resolves by id or name. Read-only — unlike an install, this does NOT count as a download. Args: - skill (string): skill id ("@handle/slug" or bare "slug") or its display name. - response_format ('markdown' | 'json'): default 'markdown'. Returns: name, id, type, category, tags, author, version, downloads, dependency list (for meta skills), the web URL, and the full markdown body. JSON format returns the raw skill record. Example: skill_info { "skill": "@kmd_ai/bakefail-pre-flight-auditor" } If you intend to use the skill in this project, follow up with skill_install.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | Output format: 'markdown' (human-readable, default) or 'json' (full structured records). |
| skill | string | yes | Skill id ('@handle/slug' or 'slug') or display name. |
No output schema declared.
No examples provided.
skill_install Install a skill into the project ~641
Install a skill from the registry into the current project, writing the files the target coding tool expects. If the skill is a META skill, its full dependency tree is resolved (deduped, cycle-safe) and every required skill is installed alongside it (pass with_dependencies=false to install only the meta skill itself). Where files are written, by target: - claude: appends the skill markdown to CLAUDE.md (under a "## <name>" heading with a hidden skill-id marker; re-installs are skipped if already present). - codex: same, but to AGENTS.md. - cursor: writes .cursor/rules/<slug>.mdc with frontmatter. - file: writes <slug>.md plus a <slug>.json manifest into output_dir. Args: - skill (string): id ("@handle/slug" or "slug") of the skill to install. - target ('auto' | 'claude' | 'codex' | 'cursor' | 'file'): default 'auto', which sniffs the project (.cursor/, .claude/, CLAUDE.md, AGENTS.md, env) and falls back to 'file'. - project_dir (string, optional): project root to install into. Defaults to SKILL_PROJECT_DIR or the server's working directory. - output_dir (string, optional): for target 'file', dir relative to project_dir (default "."). - agents_file (string, optional): override the CLAUDE.md / AGENTS.md path (relative to project_dir) for targets 'claude'/'codex'. - with_dependencies (boolean): install a meta skill's dependencies too (default true). - dry_run (boolean): plan and report what would be written without writing (default false). - response_format ('markdown' | 'json'): default 'markdown'. Returns: the resolved target and project dir, the ordered install plan, and the files written/planned for each skill, plus any dependencies that could not be resolved. This tool WRITES FILES (non-read-only). It never deletes anything. Example: skill_install { "skill": "@kmd_ai/paperdistillery-orchestrated-literature-to-briefing-pipeline" }
| Name | Type | Req | Description |
|---|---|---|---|
| agents_file | string | — | Override CLAUDE.md/AGENTS.md path for claude/codex. |
| dry_run | boolean | — | Report what would be written without writing. |
| output_dir | string | — | Output dir for target 'file' (relative to project_dir). |
| project_dir | string | — | Project root to install into. |
| response_format | string | — | Output format: 'markdown' (human-readable, default) or 'json' (full structured records). |
| skill | string | yes | Skill id to install ('@handle/slug' or 'slug'). |
| target | string | — | Target coding tool. 'auto' detects from the project. |
| with_dependencies | boolean | — | Install a meta skill's dependencies too. |
No output schema declared.
No examples provided.
skill_search Search the skill registry ~424
Search and browse the skill-builder registry of reusable AI skill prompts. Use this first to discover what skills exist before installing. Supports free-text search plus filters and sorting. Read-only; never writes files. Args: - query (string, optional): free-text search across names, descriptions, tags. - category (string, optional): exact category filter (e.g. "Developer Tools"). - author (string, optional): publisher handle (with or without leading @). - tags (string[], optional): require these tags. - type ('basic' | 'meta', optional): 'meta' = skills that orchestrate dependencies. - sort ('relevant' | 'recent' | 'popular' | 'downloads'): default 'relevant' when a query is given, otherwise 'recent'. - page (number): 1-based page (default 1). - page_size (number): results per page, 1-100 (default 20). - response_format ('markdown' | 'json'): default 'markdown'. Returns: a list of matching skills (id, name, description, category, type, dependency count, downloads). JSON format additionally returns total/page/pageSize. Example: skill_search { "query": "data pipeline", "type": "meta" } To install one of the results, call skill_install with its id.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | — | Publisher handle (with or without @). |
| category | string | — | Exact category filter. |
| page | integer | — | 1-based page number. |
| page_size | integer | — | Results per page (1-100). |
| query | string | — | Free-text search query. |
| response_format | string | — | Output format: 'markdown' (human-readable, default) or 'json' (full structured records). |
| sort | string | — | Sort order. Defaults to 'relevant' with a query, else 'recent'. |
| tags | array | — | Require these tags. |
| type | string | — | Filter by skill type. |
No output schema declared.
No examples provided.
skill_suggest Autocomplete skills, tags, authors ~154
Autocomplete/typeahead over the registry: returns matching skills, tags, authors, and categories for a (possibly partial) query. Useful for resolving a vague request to a concrete skill id before calling skill_info or skill_install. Read-only. Args: - query (string): partial term to complete (min 1 char). - limit (number): max suggestions, 1-25 (default 10). Returns: a ranked list of suggestions, each tagged with its kind (skill | tag | author | category). Example: skill_suggest { "query": "lit" }
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max suggestions (1-25). |
| query | string | yes | Partial term to autocomplete. |
No output schema declared.
No examples provided.
skill_taxonomy List registry categories, tags, authors ~123
Get the registry's taxonomy: the full set of categories, tags, authors, and types with counts, plus the total number of skills. Use it to discover valid filter values for skill_search. Read-only. Args: - response_format ('markdown' | 'json'): default 'markdown'. Returns: total skill count and faceted lists of categories, types, authors, and tags, each with a count.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | Output format: 'markdown' (human-readable, default) or 'json' (full structured records). |
No output schema declared.
No examples provided.