SuperSkill Registry
Server Details
Find, inspect and install reviewed reusable AI-agent capabilities from superskill.sh.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- elvismusli/onlyharness
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.7/5 across 12 of 12 tools scored. Lowest: 2.6/5.
Most tools have distinct purposes, especially searches differentiated by domain (general, docs, harnesses, resources). However, overlap between 'search' and 'search_resources' could cause confusion as both target resources.
All names use lowercase with underscores, but patterns vary: some start with verbs (fetch, publish), others with nouns (harness_detail, resource_detail). This inconsistency in prefix reduces predictability.
12 tools is a reasonable number for a registry MCP server, covering search, retrieval, publishing, and instructions without being excessive.
Core operations like search, fetch, publish, and pull are present, but missing update/delete for resources and user management tools, leaving some lifecycle gaps.
Available Tools
12 toolsfetchFetch a public SuperSkill resourceRead-onlyIdempotentInspect
Fetch the complete public catalog record for an exact resource id returned by search, including a canonical citation URL.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exact resource id returned by search. |
Output Schema
| Name | Required | Description |
|---|---|---|
| id | Yes | |
| url | Yes | |
| text | Yes | |
| title | Yes | |
| metadata | No |
harness_detailHarness detailRead-onlyIdempotentInspect
Return manifest, trust signals, example and file list for one harness.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Harness slug, for example deep-market-researcher. | |
| owner | No | harnesses |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| code | Yes | |
| status | Yes |
publish_markdown_to_harnessPublish markdown to harnessDestructiveInspect
Convert markdown into an unverified harness scaffold. Requires a SuperSkill Bearer token.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| markdown | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| code | Yes | |
| status | Yes |
publish_resource_packagePublish agent resource packageDestructiveIdempotentInspect
Publish an immutable canonical hosted package release. Requires a confirmed-user Bearer with active superskill:managed scope, semantic version and idempotency key. Returns unreviewed trust; never grants a Verified badge.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tags | No | ||
| files | Yes | ||
| title | No | ||
| summary | No | ||
| version | Yes | ||
| sourceUrl | No | ||
| worksWith | No | ||
| resourceType | No | ||
| idempotencyKey | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| code | Yes | |
| status | Yes |
pull_harnessPull harnessRead-onlyIdempotentInspect
Return archive files for a harness. Paid harnesses return payment requirements unless the Bearer token is entitled.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| owner | No | harnesses | |
| version | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| code | Yes | |
| status | Yes |
pull_instructionsPull instructionsRead-onlyIdempotentInspect
Return CLI and HTTP commands for pulling a harness into a local workspace.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| owner | No | harnesses |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| code | Yes | |
| status | Yes |
resource_detailResource detailRead-onlyIdempotentInspect
Return provenance, trust, popularity and actions for one mixed resource. Pass version to bind a hosted immutable release; latest is never substituted for an explicit version.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exact mixed resource identifier. | |
| version | No | Optional immutable hosted release version. When supplied, latest is never used. |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| code | Yes | |
| status | Yes |
resource_use_instructionsResource use instructionsRead-onlyIdempotentInspect
Return the best safe next action for a mixed resource. Pass version to bind an immutable hosted release. Hosted skills expose explicit-consent exact native client install commands; upstream-only resources stay open-only.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exact mixed resource identifier. | |
| version | No | Optional immutable hosted release version. When supplied, latest is never used. |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| code | Yes | |
| status | Yes |
searchSearch public SuperSkill resourcesRead-onlyIdempotentInspect
Search public agent resources. Returns exact resource ids and canonical browser-openable URLs for citation.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language or keyword query for public SuperSkill resources. |
Output Schema
| Name | Required | Description |
|---|---|---|
| results | Yes |
search_docsSearch SuperSkill docsRead-onlyIdempotentInspect
Search /llms.txt and agent guidance for API, CLI, MCP and safety instructions.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| code | Yes | |
| status | Yes |
search_harnessesSearch harnessesRead-onlyIdempotentInspect
Search the SuperSkill registry by task, job, title, summary or tag.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Search terms such as market research, support triage or finance safety. |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| code | Yes | |
| status | Yes |
search_resourcesSearch agent resourcesRead-onlyIdempotentInspect
Search mixed source-aware resources: harnesses, skills, plugins, workflows, MCP servers, configs, guides, runtimes and directories.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Alias for query, matching the HTTP /resources?q= contract. | |
| type | No | Optional resource type filter, for example skill, plugin, workflow, mcp_server or harness. | |
| limit | No | ||
| query | No | Search terms such as superpowers, MCP browser, workflow or Claude skill. | |
| worksWith | No | Optional compatibility filter: claude-code, codex, cursor, mcp, cli or github. |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| code | Yes | |
| status | Yes |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!