sam

Evaluate GitHub-based MCP registry repositories and generate Markdown reports.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Hashzin-0/Curion --skill sam-hashzin-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sam
Source: https://github.com/Hashzin-0/Curion/tree/main/.opencode/skills/sam
Command: npx skills add https://github.com/Hashzin-0/Curion --skill sam-hashzin-0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SAM automates the evaluation of registry repositories (Skills, Agents, MCPs) to quickly determine availability, counts, and key metadata so maintainers and auditors can get a consolidated health and inventory report without manual inspection.

Core Features & Use Cases

  • MCP Connectivity Check: Verifies the MCP endpoint is online using basic registry calls.
  • Parallel Registry Indexing: Fetches indexes for skills, agents, and MCPs and aggregates listings.
  • Markdown Reporting: Produces a ready-to-view Markdown report containing tables of name, description, tags, update dates, and summary counts for audits and monitoring.
  • Use Case: Run SAM to audit the GitHub registry before a release to confirm all skills and agents are present and up-to-date.

Quick Start

Run SAM to evaluate the Skills, Agents and MCP registries and return a complete Markdown report.

Frequently Asked Questions about sam

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a GitHub MCP registry and generate a status report?

To audit a GitHub MCP registry, you can evaluate registry repositories for status, counts, and metadata, then produce a structured Markdown report containing tables of names, descriptions, tags, and summary counts.

What is the best way to check if my MCP registry endpoint is online?

Checking MCP endpoint connectivity involves verifying the endpoint is online using basic registry calls, which confirms access to the GitHub-based MCP registry endpoint before fetching indexes.

Can I retrieve listings for skills, agents, and MCPs from a registry at the same time?

Yes, you can fetch indexes for skills, agents, and MCPs simultaneously using parallel registry indexing, which aggregates listings from the registry endpoint to consolidate availability metadata.

Does registry auditing require access to a specific MCP endpoint?

Registry auditing requires access to the MCP endpoint at https://github-registry.onrender.com/mcp and supports registry_get_index calls for types skills, agents, and mcp to retrieve listings.

What format are registry audit reports generated in?

Registry audit reports are generated in Markdown format, providing ready-to-view tables of name, description, tags, update dates, and summary counts for monitoring and auditing purposes.

How do I inventory skills and agents before a registry release?

Inventorying skills and agents before a release requires evaluating the GitHub registry indexes, fetching counts and metadata, and returning a consolidated Markdown report to confirm all entries are present and up-to-date.