AI & ML
Trust: 23/100 (Limited)io.github.Cranot/agentskb Guide
Researched knowledge for AI agents. Canonical answers from official sources.
7 starsby Cranot
Quick Start
Install
npx @agentskb/cliClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cranot-agentskb": {
"command": "npx",
"args": [
"@agentskb/cli"
]
}
}
}