graphiti

Review·Scanned 2/17/2026

Provides Graphiti knowledge-graph operations via REST API and helper scripts. Contains explicit bash/curl commands that execute shell actions and call http://localhost:8001 (via GRAPHITI_URL) endpoints.

from clawhub.ai·v9674ad5·4.3 KB·0 installs
Scanned from 1.0.1 at 9674ad5 · Transparency log ↗
$ vett add clawhub.ai/emasoudy/graphitiReview findings below

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