Smithery
skills.update
Idempotent endpoint to create or update a GitHub-backed skill. Send application/json with `gitUrl`.
Remote smithery
Other tools also called skills.update?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "path parameter"
},
"_body": {
"type": "string",
"description": "body parameter"
},
"namespace": {
"type": "string",
"description": "path parameter"
}
}
}