Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/synpulse8-opensource/pulse8-ai-cortex-knowledge-vault/cortex-deploynpx skills add synpulse8-opensource/pulse8-ai-cortex-knowledge-vault --skill cortex-deploygit clone --depth 1 https://github.com/synpulse8-opensource/pulse8-ai-cortex-knowledge-vaultWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/synpulse8-opensource/pulse8-ai-cortex-knowledge-vault/cortex-deploy)<a href="https://agentmods.dev/skills/synpulse8-opensource/pulse8-ai-cortex-knowledge-vault/cortex-deploy"><img src="https://agentmods.dev/badge/skills/synpulse8-opensource/pulse8-ai-cortex-knowledge-vault/cortex-deploy.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00043 | $0.00480 |
| Opus 5 | $0.00022 | $0.00240 |
| Sonnet 5 | $0.00009 | $0.00096 |
| Haiku 4.5 | $0.00004 | $0.00048 |
Grade A, and why
cortex-deploy scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl http://localhost:8420/api/v1/health What it actually says
Cortex deploy
Quick start
./scripts/env_check.sh # interactive .env generation
docker compose up -d
curl http://localhost:8420/api/v1/health
Docker Compose (docker-compose.yml)
| Service | Port | Notes |
|---|---|---|
cortex |
8420 | API + MCP HTTP |
| volumes | vault, optional /ingest |
CORTEX_VAULT_PATH, bulk source dir |
Env mapping uses CORTEX_ prefix in compose (e.g. CORTEX_TEAMS_WEBHOOK_URL, CORTEX_API_KEY).
Environment dual naming
Settings accept either:
VAULT_PATHorCORTEX_VAULT_PATHAPI_KEYorCORTEX_API_KEYTEAMS_WEBHOOK_URLorCORTEX_TEAMS_WEBHOOK_URL
scripts/env_check.sh writes unprefixed names; compose often maps to CORTEX_*.
Production sync (example)
rsync -avz -e "ssh -i ~/.ssh/key" ./vault/ user@host:~/vault/
ssh user@host 'cd app && docker compose restart cortex'
Host paths in bulk-ingest must exist inside the container (mount at /ingest).
Logs
docker logs cortex 2>&1 | tail -100
# Access lines → stdout (uvicorn.access)
# App logs → stderr (cortex.*)
Health checks
GET /api/v1/health- Graph:
GET /api/v1/graph/stats(with auth if enabled)
Teams notifications
Optional TEAMS_WEBHOOK_URL + TEAMS_APP_BASE_URL for feedback cards (cortex/notify/teams.py). Validated in env_check.sh.
Related skills
- Auth:
cortex-auth - Compiler bulk paths:
cortex-compiler
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 67 lines · 43 tokens per session scan A 67021bc7c8b1
cortex-deploy is a skill published in the GitHub repository synpulse8-opensource/pulse8-ai-cortex-knowledge-vault (14 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 43 tokens to every session and 480 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
verify
Verify a Txtify change end-to-end. Use before committing any nontrivial change, when asked to "verify", "test this", or "make sure nothing breaks", and always after touching the worker/transcription path, dependencies, or the Dockerfile.
isrvd-ops
通过 isrvd API 进行容器部署、服务管理、镜像操作、路由配置、文件管理等运维操作。当用户要求"部署服务"、"管理容器"、"拉取/推送镜像"、"配置路由"、"管理 Swarm"、"Compose 部署"、"文件管理"、"Web 终端"等运维任务时使用此 Skill。.
deploy-python-project
Validate and deploy this generated Python project using its selected target, portable Docker base, and optional Pulumi or Terraform configuration. Use for deployment preparation, local container checks, cloud previews, release rollout, health verification, or deployment troubleshooting.
docker-compose
Work with the Docker Compose development environment. Use when: starting or stopping services, inspecting logs, opening a shell in a container, resetting the database, or understanding the service topology.
lumina-infra-deploy
Work on Lumina deployment and infrastructure assets. Use when editing terraform/, aws/, docker-compose.yml, DEPLOYMENT.md, ADVANCEDDEPLOYMENTS.md, agenticai/deployments/, or other files related to Docker, Terraform, AWS or Azure rollout behavior, environment wiring, and release automation.
container-manager-kubernetes-operations
Full operational Kubernetes surface via the container-manager-mcp MCP server — workloads (pods/rollouts/StatefulSets/DaemonSets/ReplicaSets/Jobs/CronJobs), config (ConfigMaps/Secrets/Namespaces/CRDs/patch), networking (Ingress/native Services/NetworkPolicy/DNS), storage (PV/PVC/StorageClass/snapshots/CSI), RBAC…