agentsclimarketplace

Cognify

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

Build Your Own AI Employee. The complete starter kit for OpenClaw + Hermes Agent. 155 deduplicated skills, drag-and-drop workspace, case studies, install scripts.

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.

What its author says it does

Copied from the file, not written here

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).

SKILL.md

1.2 KB, 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

Keep looking

Skills are one crate of 328,083. 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.