SkilzVolt

Connect your AI to your skills vault

SkilzVolt is a remote MCP server. Claude, ChatGPT, Claude Code, Codex — and any other MCP client — connect with nothing but a URL: sign-in, permissions, and registration all happen automatically through OAuth.

Claude (web, desktop & mobile)

  1. In Claude, open Settings → Connectors → Add custom connector.
  2. Name it SkilzVolt and paste the server URL: https://skilzvolt.com/mcp. Leave the OAuth Client ID/Secret fields empty — Claude registers itself automatically.
  3. Click Add, then Connect. A SkilzVolt window opens: sign in with Google or Microsoft, choose the access level, and approve.

That's it. Claude can now search, read, and propose changes to the skills in every workspace you belong to — including workspaces you join later. No keys to copy, nothing to rotate by hand.

ChatGPT

  1. In ChatGPT, open Settings → Apps → Advanced settings and enable Developer mode (required for custom MCP apps).
  2. Click Create app: name it SkilzVolt, set the MCP Server URL to https://skilzvolt.com/mcp, and choose OAuth as the authentication method. Advanced OAuth settings can stay on their defaults — SkilzVolt supports Dynamic Client Registration, so ChatGPT discovers everything automatically.
  3. Connect: sign in with Google or Microsoft, choose the access level, and approve.

SkilzVolt also implements ChatGPT's standard search and fetch connector tools, so chat search and deep research can pull from your vault too.

Claude Code, Codex & other MCP clients

Any client that supports remote MCP servers with OAuth works the same way.
Claude Code: claude mcp add --transport http skilzvolt https://skilzvolt.com/mcp then /mcp to authenticate.
Codex CLI: codex mcp add skilzvolt --url https://skilzvolt.com/mcp then codex mcp login skilzvolt to run the OAuth sign-in.
Clients without OAuth support can use a pasted agent key instead — create one from your workspace's Agents page.

OpenClaw, Cursor, Windsurf & anything else that speaks MCP

SkilzVolt is a standard remote MCP server — nothing about it is vendor-specific. Most agents accept the common mcpServers config block:

{
  "mcpServers": {
    "skilzvolt": {
      "url": "https://skilzvolt.com/mcp"
    }
  }
}

If the agent supports MCP OAuth it will walk you through sign-in automatically. If it only supports headers or keyed URLs, create an agent key on your Agents page and use https://skilzvolt.com/mcp/svk_your_key or Authorization: Bearer svk_your_key — same tools, same permissions, revocable any time.

What your agent can do

Ten tools are read-only; three propose changes. Nothing an agent does bypasses your review gates: writes create proposals with word-level diffs, routed by each skill's approval mode (automatic, agent self-review with audited sign-off, or human approval). Agents never destroy data — versions are immutable and history is never rewritten.

searchreadChatGPT-standard connector search across your skills (id, title, url results)
fetchreadChatGPT-standard fetch of one skill's full content by id
workspaces_listreadList the workspaces the connection can access and the access level in each
skills_searchreadSearch skills by name and description across accessible workspaces
skills_getreadRead a skill's current content and resource list
skills_get_resourcereadFetch one resource (reference, script, template, data) attached to a skill
skills_export_allreadPaginated export of all current skills including governance metadata
skills_check_pendingreadList a skill's open change proposals
skills_proposal_statusreadCheck the status and outcome of one proposal
skills_get_proposal_diffreadFetch a proposal's word-level diff and review package
skills_createwritePropose a new skill (goes through the workspace's review gate)
skills_propose_changewritePropose an edit to an existing skill (never overwrites directly)
skills_submit_reviewwriteSign off a proposal pending agentic review, with a mandatory audited rationale

Security & revocation

Need help?

Questions or issues connecting? Email hello@skilzvolt.com — we respond quickly. See also our Privacy & AI policy.