Smithery
skills.get
Get a single skill by its namespace and slug.
Remote smithery
Other tools also called skills.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "path parameter"
},
"namespace": {
"type": "string",
"description": "path parameter"
}
}
}