Content Tools
superskill.sh
Searches and fetches metadata for public agent resources and super skills.
ENDPOINT 1
https://superskill.sh/mcp
MCP server metadata
- Name
- superskill
- Version
- 0.3.1
Known tools 12
fetchFetch the complete public catalog record for an exact resource id returned by search, including a canonical citation URL.
Inferred read-onlysearch_harnessesSearch the SuperSkill registry by task, job, title, summary or tag.
Inferred read-onlyharness_detailReturn manifest, trust signals, example and file list for one harness.
Inferred read-onlysearch_resourcesSearch mixed source-aware resources: harnesses, skills, plugins, workflows, MCP servers, configs, guides, runtimes and directories.
Inferred read-onlyresource_detailReturn provenance, trust, popularity and actions for one mixed resource.
Inferred read-onlypull_instructionsReturn CLI and HTTP commands for pulling a harness into a local workspace.
Inferred read-onlypublish_resource_packagePublish an immutable canonical hosted package release.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.superskill]
url = "https://superskill.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"superskill": {
"type": "http",
"url": "https://superskill.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: superskill
Remote MCP URL: https://superskill.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"superskill": {
"url": "https://superskill.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"superskill": {
"type": "http",
"url": "https://superskill.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "superskill",
"transport": "streamable-http",
"url": "https://superskill.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://superskill.sh/mcp/public
MCP server metadata
- Name
- superskill
- Version
- 0.3.1
Known tools 10
fetchFetch the complete public catalog record for an exact resource id returned by search, including a canonical citation URL.
Inferred read-onlysearch_harnessesSearch the SuperSkill registry by task, job, title, summary or tag.
Inferred read-onlyharness_detailReturn manifest, trust signals, example and file list for one harness.
Inferred read-onlysearch_resourcesSearch mixed source-aware resources: harnesses, skills, plugins, workflows, MCP servers, configs, guides, runtimes and directories.
Inferred read-onlyresource_detailReturn provenance, trust, popularity and actions for one mixed resource.
Inferred read-onlypull_instructionsReturn CLI and HTTP commands for pulling a harness into a local workspace.
Inferred read-onlysearch_docsSearch /llms.txt and agent guidance for API, CLI, MCP and safety instructions.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.superskill]
url = "https://superskill.sh/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"superskill": {
"type": "http",
"url": "https://superskill.sh/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: superskill
Remote MCP URL: https://superskill.sh/mcp/public
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"superskill": {
"url": "https://superskill.sh/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"superskill": {
"type": "http",
"url": "https://superskill.sh/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "superskill",
"transport": "streamable-http",
"url": "https://superskill.sh/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for superskill.sh was fetched 2026-07-31T00:50:47.259Z.
superskill.sh is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.