schema.json 🔗
@@ -373,6 +373,16 @@
"type": "boolean",
"description": "Disable desktop notifications",
"default": false
+ },
+ "disabled_skills": {
+ "items": {
+ "type": "string",
+ "examples": [
+ "crush-config"
+ ]
+ },
+ "type": "array",
+ "description": "List of skill names to disable and hide from the agent"
}
},
"additionalProperties": false,