# io.github.skill-federation/skillfed-mcp (npm · skillfed-mcp)

Find vetted agent skills for your task — privacy-preserving skill discovery over MCP.

- Trust score: 69/100 (medium)
- Change this week: +45
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `skillfed-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/skill-federation-skillfed-mcp/skillfed-mcp.md), [page](https://verifymcp.io/servers/skill-federation-skillfed-mcp/skillfed-mcp)

## Channel facts

- Registry: `npm`
- Package: `skillfed-mcp`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to skill-federation/skill-federation).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 427 tokens (~106/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 60% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add skill-federation-skillfed-mcp -- npx -y skillfed-mcp
```

### Codex

```bash
codex mcp add skill-federation-skillfed-mcp -- npx -y skillfed-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "skill-federation-skillfed-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "skillfed-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add skill-federation-skillfed-mcp --command npx --arg -y --arg skillfed-mcp
```

### Hermes

```yaml
mcp_servers:
  skill-federation-skillfed-mcp:
    command: "npx"
    args: ["-y", "skillfed-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "skill-federation-skillfed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skillfed-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 69, +44)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Provenance: unverified → pass
- [security improvement] 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] The attested source repository moved: skill-federation/skill-federation
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 25, +20)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −40)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 45, +21)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 60
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (4)

### `find_skills` (~83 tokens)

Search a federated catalog of vetted agent skills for a privacy-abstracted wish-list. Returns up to k recall candidates per wish (the client agent makes the final pick). Send only abstracted wishes — never the plan, brief, outputs, or any tenant data.

Input parameters:

- `wishlist` (array, required): 1–10 wishes, each an ideal skill for the task

### `get_skill_bundle` (~46 tokens)

Fetch a confirmed match's bundle (SKILL.md + any extra files) for local install. Surface license/provenance/security_flags before installing.

Input parameters:

- `skill_id` (string, required)

### `report_selection` (~107 tokens)

Report one wish's agentic-selection outcome. chosen = the selected skill id, or the literal string "None" when every candidate was rejected (a retrieval-quality label, complementary to a demand pointer — not a substitute for it). rejected = the other shown candidate ids.

Input parameters:

- `chosen` (string, required): selected skill id, or the literal "None" if all candidates were rejected
- `query_id` (string, required)
- `rejected` (array): the other shown candidate ids (hard negatives)

### `emit_demand_pointer` (~191 tokens)

Record a missing capability on a MISS — a wish that returned zero candidates (empty), OR one where you rejected every candidate (the rejection reasoning reveals the gap). Pass the searched `wish` string plus a `sketch` STRING built per demand-sketch.md (a single-line JSON of purpose/inputs/outputs/operations/domain_vocab/section_sketch, prefixed with the query_id). Capability-level abstraction only — never plan/brief/output/data.

Input parameters:

- `query_id` (string): optional; prepended to sketch as the trace if not already embedded
- `sketch` (string, required): condensed build spec per demand-sketch.md: "<query_id>: <minified-json>" (a STRING, not an object)
- `source` (string)
- `tags` (array)
- `wish` (string, required): the exact wish string you searched (the traceability anchor; required, non-empty)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/skill-federation-skillfed-mcp/skillfed-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 25
- 2026-07-31: 5
- 2026-07-30: 45
- 2026-07-28: 45
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/skillfed-mcp
- Socket report: https://socket.dev/npm/package/skillfed-mcp
- Repository: https://github.com/skill-federation/skill-federation
- Changelog RSS feed: https://verifymcp.io/servers/skill-federation-skillfed-mcp/skillfed-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/skill-federation-skillfed-mcp/skillfed-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/skill-federation-skillfed-mcp/skillfed-mcp
