Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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.

+24 this week 66 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add com-dmzagent-skill-builder-mcp -- npx -y @dmzagent/skill-builder-mcp
# add to Codex CLI
codex mcp add com-dmzagent-skill-builder-mcp -- npx -y @dmzagent/skill-builder-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-dmzagent-skill-builder-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@dmzagent/skill-builder-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-dmzagent-skill-builder-mcp --command npx --arg -y --arg @dmzagent/skill-builder-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-dmzagent-skill-builder-mcp:
    command: "npx"
    args: ["-y", "@dmzagent/skill-builder-mcp"]
// mcp.json
{
  "mcpServers": {
    "com-dmzagent-skill-builder-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dmzagent/skill-builder-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 5 exposed · ~1,569 tokens

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.

Tool Tokens
skill_info ~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.

NameTypeReqDescription
response_formatstringOutput format: 'markdown' (human-readable, default) or 'json' (full structured records).
skillstringyesSkill id ('@handle/slug' or 'slug') or display name.

No output schema declared.

No examples provided.

skill_install ~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" }

NameTypeReqDescription
agents_filestringOverride CLAUDE.md/AGENTS.md path for claude/codex.
dry_runbooleanReport what would be written without writing.
output_dirstringOutput dir for target 'file' (relative to project_dir).
project_dirstringProject root to install into.
response_formatstringOutput format: 'markdown' (human-readable, default) or 'json' (full structured records).
skillstringyesSkill id to install ('@handle/slug' or 'slug').
targetstringTarget coding tool. 'auto' detects from the project.
with_dependenciesbooleanInstall a meta skill's dependencies too.

No output schema declared.

No examples provided.

skill_search ~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.

NameTypeReqDescription
authorstringPublisher handle (with or without @).
categorystringExact category filter.
pageinteger1-based page number.
page_sizeintegerResults per page (1-100).
querystringFree-text search query.
response_formatstringOutput format: 'markdown' (human-readable, default) or 'json' (full structured records).
sortstringSort order. Defaults to 'relevant' with a query, else 'recent'.
tagsarrayRequire these tags.
typestringFilter by skill type.

No output schema declared.

No examples provided.

skill_suggest ~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" }

NameTypeReqDescription
limitintegerMax suggestions (1-25).
querystringyesPartial term to autocomplete.

No output schema declared.

No examples provided.

skill_taxonomy ~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.

NameTypeReqDescription
response_formatstringOutput format: 'markdown' (human-readable, default) or 'json' (full structured records).

No output schema declared.

No examples provided.