/
CO
corespeed-io
/
MCP Store API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 7mo ago
View markdown
corespeed-io
MCP Store API
post
Create a new skill
latest
OpenAPI 3.0.0
raw.githubusercontent.com
2026-01-29
27
35
78.1 KB
25721894961a
Agents
6
Documentation
1
Gateway
3
Health
1
Servers
6
Skills
6
get
List skills
post
Create a new skill
get
Get skill by ID
put
Update a skill
delete
Delete a skill
get
Get skill by scope, repo name, and skill name
User
4
Skills
Create a new skill
Creates a new skill in the registry (admin only)
post
/api/v1/skills
Request body
SkillCreate
required
scope
string
required
repoName
string
required
skillName
string
required
description
string
required
sourceUrl
string
uri
required
version
string
author
string
category
string
tags
string[]
triggerConditions
string[]
dependencies
string[]
Response
Skill created
SkillResponse
required
skill
Skill
required