π¦ ClawHub
Agent Settings Manager
by @sky-lv
Configuration management for AI agents. Manage, validate, version, and sync configs across environments. Triggers: config management, configuration, env vari...
β‘ When to Use
βοΈ Configuration
{
"configManagement": {
"environments": ["dev", "staging", "production"],
"validation": {
"strict": true,
"schema": "./schemas/config.schema.json"
},
"secrets": {
"provider": "vault",
"rotation": "90d",
"scanForLeaks": true
},
"versioning": {
"enabled": true,
"maxVersions": 50
},
"sync": {
"source": "git",
"watch": true,
"autoReload": true,
"debounceMs": 5000
}
}
}
TERMINAL
clawhub install agent-settings-manager