agentsclimarketplace

Cognify

Skill S3YED/appie-kit/skills/integrations/cognify

Durable client memory for KRATOS via Cognify (isolated local knowledge graph). Ingest documents and recall facts about Ibrahim Ramzy and his business with typed entities + relations. ALWAYS query this before answering recall questions about the client. Local backend only, tenant=ramzy, fully isolated (no shared/fleet endpoints).From its SKILL.md

Install
npx -y skills add S3YED/appie-kit --skill cognify

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 256 tokens by cl100k_base, as published. Nobody here has run it

Cognify memory (isolated, client-only)

Cognify install: /root/cognify (own .venv, local ChromaDB backend, data at /root/.cognify) Tenant: ramzy (canonical). Legacy tenant ibrahim holds earlier ingested data. Isolation: COGNIFY_BACKEND=local, no Neo4j/TurboVec, no fleet endpoints. Client memory NEVER leaves this box.

Recall (do this before answering client/business questions)

cd /root/cognify && set -a && . ./.env && set +a && export COGNIFY_DATA_DIR=/root/.cognify
./.venv/bin/cognify --tenant ramzy recall "<question>"

Ingest a new fact/document

cd /root/cognify && set -a && . ./.env && set +a && export COGNIFY_DATA_DIR=/root/.cognify
./.venv/bin/cognify --tenant ramzy ingest /path/to/file.txt

Stats

cd /root/cognify && ./.venv/bin/cognify --tenant ramzy stats

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.