Skillsync · Authentication Profile

Skillsync Authentication

Authentication

Skillsync has no public REST API or OpenAPI; authentication is documented for the CLI and MCP server. `skl login` opens a browser sign-in flow on skillsync.com and returns control to the CLI once the local callback completes, persisting credentials on the machine. Local-only operations (reading sessions on disk) need no login; any operation that reaches skillsync.com (upload, search published threads, skills) is login-gated. The MCP server calls the auth_status tool before any login-gated tool.

Skillsync secures its APIs with oauth2-browser across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyDeveloper ToolsAIAgentsCoding AssistantsModel Context ProtocolCLIKnowledge ManagementY Combinator
Methods: oauth2-browser Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

browser-signin oauth2

Source

Authentication Profile

skillsync-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://skillsync.com/docs/quickstart
description: >-
  Skillsync has no public REST API or OpenAPI; authentication is documented for
  the CLI and MCP server. `skl login` opens a browser sign-in flow on
  skillsync.com and returns control to the CLI once the local callback completes,
  persisting credentials on the machine. Local-only operations (reading sessions
  on disk) need no login; any operation that reaches skillsync.com (upload,
  search published threads, skills) is login-gated. The MCP server calls the
  auth_status tool before any login-gated tool.
summary:
  types: [oauth2-browser]
  api_key_in: []
  oauth2_flows: [authorizationCode]   # browser sign-in with local callback
schemes:
  - name: browser-signin
    type: oauth2
    flow: authorizationCode
    description: >-
      `skl login` opens the Skillsync sign-in flow in the browser; a local
      callback completes authentication and the CLI stores credentials on the
      machine. Confirm with `skl whoami` (CLI) or the auth_status MCP tool.
    sources: [https://skillsync.com/docs/cli-reference, https://skillsync.com/docs/mcp-server]
gating:
  local_only_no_auth: [list_sessions, search_sessions, get_session]
  login_required: [upload_session, search_replay, get_replay_thread, list_workspaces, list_skills, install_skill, upload_skill]