Query and manage your knowledge graph using Graphiti's REST API with automatic service discovery.
clawdhub install graphitiOr manual:
git clone https://github.com/emasoudy/clawdbot-skills.git
cp -r clawdbot-skills/graphiti ~/.clawdbot/skills/Search knowledge graph:
User: "Search for information about our project"
Agent: [Queries Graphiti and returns relevant facts]
# Set custom Graphiti URL
clawdbot config set skills.graphiti.baseUrl "http://your-server:8001"
# Or use environment variable
export GRAPHITI_URL="http://your-server:8001"Default: http://localhost:8001
MIT - See LICENSE file