Graphiti

v1.0.1

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

2· 2.5k·8 current·9 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (knowledge-graph operations) match the files and SKILL.md: the skill runs curl against a Graphiti service and offers search/add endpoints. Declared dependencies (graphiti, neo4j, qdrant) align with the stated purpose.
Instruction Scope
Runtime instructions perform network calls to the configured Graphiti URL (/facts/search and /messages) and use a small env-check.sh to discover the URL via clawdbot config or $GRAPHITI_URL. This is expected for a remote API integration, but it means user queries and added 'episodes' will be transmitted to the configured Graphiti service — verify that endpoint is trusted.
Install Mechanism
Instruction-only skill with no install spec; no arbitrary downloads or archive extraction. Manifest lists expected system utilities (curl, jq) but the skill does not install any code automatically.
Credentials
The skill does not request secrets or extra environment variables. It reads a single clawdbot config key (skills.graphiti.baseUrl) and $GRAPHITI_URL which is proportional to its purpose. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges or modify other skills/settings. The env-check script only reads a single config key and checks service health.
Assessment
This skill is coherent for calling a Graphiti API, but be aware it will send whatever you query or add to the configured Graphiti service. Before installing, confirm the Graphiti URL (clawdbot config or $GRAPHITI_URL) points to a trusted server (especially if remote). Ensure curl and jq are available if you intend to run the provided commands. If you don't want your data sent off-host, do not configure a remote Graphiti URL or avoid using the skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ey55fezwxstacm6ews877fd7zgvkz

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🕸️ Clawdis

Comments