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

Skills Anywhere

NPM · DSH-SKILLS-ANYWHERE · SCANNED SEP 20

Discover and load Agent Skills from configured local directories and Git sources over stdio MCP.

Available components

+29 this week 86 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 6 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to noteflowai/dsh-skills-anywhere). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 1 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability83
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 381 tokens (~127/item across 3 items; 3 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Skills Anywhere MCP server?

Skills Anywhere runs locally as an npm package, launched with npx -y dsh-skills-anywhere. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · dsh-skills-anywhere

# add to Claude Code
claude mcp add noteflowai-dsh-skills-anywhere -- npx -y dsh-skills-anywhere
// .cursor/mcp.json
{
  "mcpServers": {
    "noteflowai-dsh-skills-anywhere": {
      "command": "npx",
      "args": [
        "-y",
        "dsh-skills-anywhere"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "noteflowai-dsh-skills-anywhere": {
      "command": "npx",
      "args": [
        "-y",
        "dsh-skills-anywhere"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add noteflowai-dsh-skills-anywhere -- npx -y dsh-skills-anywhere
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "noteflowai-dsh-skills-anywhere": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "dsh-skills-anywhere"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add noteflowai-dsh-skills-anywhere --command npx --arg -y --arg dsh-skills-anywhere
# ~/.hermes/config.yaml
mcp_servers:
  noteflowai-dsh-skills-anywhere:
    command: "npx"
    args: ["-y", "dsh-skills-anywhere"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "noteflowai-dsh-skills-anywhere": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "dsh-skills-anywhere"
      ]
    }
  }
}
# add to Vellum
assistant mcp add noteflowai-dsh-skills-anywhere -t stdio -c npx -a -y dsh-skills-anywhere
// mcp.json
{
  "mcpServers": {
    "noteflowai-dsh-skills-anywhere": {
      "command": "npx",
      "args": [
        "-y",
        "dsh-skills-anywhere"
      ]
    }
  }
}
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.

  • 20 Sept 26 +15
    • Malware scan: unverified → pass security
  • 19 Sept 26 −14
    • Malware scan: pass → unverified security
    • Package version: 0.12.0 → 0.12.1 functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +26
    • Malware scan: unverified → pass security
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → 1.00 functional
  • 15 Sept 26 −10
    • Known CVEs: pass → unverified security
    • Stability: 0.03 → unverified security
    • Tool safety: pass → unverified security
    • Malware scan: unverified → pass security
    • Dependency health: 1.00 → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
    • Package version: 0.10.0 → 0.12.0 functional
    • Package version: 0.10.0 → 0.11.1 functional
    • Package version: 0.10.0 → 0.11.0 functional
  • 14 Sept 26 +11
    • Tool safety: pass → unverified security
    • Malware scan: unverified → pass security
    • Known CVEs: 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
    • Schema quality: 95 → 127 functional
    • Schema quality: 95 → 106 functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → 1.00 functional
    • Stability: unverified → 0.03 functional
    • Dependency health: unverified → 0.85 functional
    • First check of Schema quality: unverified functional
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Package version: 0.6.0 → 0.10.0 functional
    • Package version: 0.6.0 → 0.9.0 functional
    • Package version: 0.6.0 → 0.8.0 functional
    • Package version: 0.6.0 → 0.7.0 functional
  • 13 Sept 26 57

    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 20 Sept 2026 · Analysed npm/dsh-skills-anywhere@0.12.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo noteflowai/dsh-skills-anywhere
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/noteflowai/dsh-skills-anywhere/.github/workflows/release.yml@refs/tags/v0.12.1
Rekor log index 2890636585
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:5d8020c2867ff558ae7fc629b5c5225778750fee18176e5d161b0adb9b209238a2716bdd9fe7846984a51bdca43e226216faaa89ada475452fdfa2fcc

Background: How many MCP packages publish verified provenance →

Dependencies 6 packages
Packages resolved 6
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 3 exposed · ~293 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
find_skills ~76

Search installed Agent Skills by keyword across names, descriptions and origins. Returns the best matches; load one with open_skill.

NameTypeReqDescription
limitintegerMaximum matches to return (default 10).
querystringyesKeywords describing the task or skill, e.g. "pdf forms", "react testing", "docx".
NameTypeReqDescription
matchesarrayyes
totalnumberyesSkills searched.

No examples provided.

list_skills ~69

List installed Agent Skills (name, description, origin) available through this server. Use find_skills to search a large pool instead of paging through it.

NameTypeReqDescription
limitintegerMaximum skills to return (default 200).
offsetintegerSkip this many skills (for paging).
NameTypeReqDescription
skillsarrayyes
totalnumberyesModel-invocable skills available.

No examples provided.

open_skill ~148

Load the full instructions of an installed Agent Skill by exact name, together with the directory its scripts and references live in.

NameTypeReqDescription
expected_bundle_sha256stringRequire the reviewed directory digest from bundle --json. Includes its scripts, references, assets and hidden files; excludes external dependencies. Implies include_bundle.
expected_sha256stringRequire these exact SKILL.md bytes, using a hash from check --json or an earlier open_skill. Excludes referenced files.
include_bundlebooleanAlso fingerprint all regular files below this skill directory; bounded reads, no execution.
namestringyesExact skill name as returned by find_skills or list_skills.
NameTypeReqDescription
bundleobjectDirectory inventory at inspection time. Does not freeze files for later execution or authenticate an author.
contentstringyesThe skill instructions (Markdown body without frontmatter).
declared_toolsarrayTools the author declared this skill needs, from allowed-tools. Reported, not enforced: this server cannot restrict your tools. Absent when the author declared none, which is not a statement that the…
descriptionstringyes
directorystringyesAbsolute directory; resolve relative paths in the instructions against it.
namestringyes
pathstringyesAbsolute path of the SKILL.md file.
receiptobjectyesIdentity of this instruction delivery. Attach to your own tool span; does not assert execution, permission enforcement or task success. Omits source path fields and instruction text; preserves author…
sha256stringyesSHA-256 of original SKILL.md bytes, including frontmatter; not a security or resource verification.
sourcestringyes

No examples provided.

Common questions

What is the Skills Anywhere MCP server?

Skills Anywhere is an MCP server listed in the public MCP registry as io.github.noteflowai/dsh-skills-anywhere. Discover and load Agent Skills from configured local directories and Git sources over stdio MCP. This page covers its npm package (dsh-skills-anywhere).

Is the Skills Anywhere MCP server safe to use?

Skills Anywhere scores 86 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Skills Anywhere MCP server expose?

Skills Anywhere exposes 3 tools: list_skills, find_skills, open_skill. Their descriptions and schemas cost roughly 293 tokens of context every time the server is loaded.

Is the Skills Anywhere MCP server still maintained?

Skills Anywhere is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Skills Anywhere MCP server under?

Skills Anywhere declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.