PickSkill
← Back

Graphiti

Knowledge graph operations via Graphiti API. Search facts, add episodes, and extract entities/relationships.

README.md
Rendered from GitHub raw
View raw ↗

Graphiti Knowledge Graph Skill

Query and manage your knowledge graph using Graphiti's REST API with automatic service discovery.

Installation

clawdhub install graphiti

Or manual:

git clone https://github.com/emasoudy/clawdbot-skills.git
cp -r clawdbot-skills/graphiti ~/.clawdbot/skills/

Usage

Search knowledge graph:

User: "Search for information about our project"
Agent: [Queries Graphiti and returns relevant facts]

Configuration

# 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

License

MIT - See LICENSE file