一键导入
local-ui
Use when launching, checking, or reporting on the local Cognee UI/backend through cognee-cli -ui.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when launching, checking, or reporting on the local Cognee UI/backend through cognee-cli -ui.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Sync session cache entries into the permanent Cognee knowledge graph. Run this to make session memory searchable, or it runs automatically at session end.
Store data permanently in the Cognee knowledge graph. Accepts a data category (user, project, or agent) to tag the data with the correct node_set for filtered retrieval.
Search Cognee memory. Session memory is automatically searched on every prompt via hooks. Use this skill explicitly for permanent knowledge graph search, filtered category search, or when you need more results than the automatic lookup provides.
Sync session cache entries into the permanent Cognee knowledge graph. Run this to make session memory searchable, or it runs automatically at session end.
Store data permanently in the Cognee knowledge graph. Accepts a data category (user, project, or agent) to tag the data with the correct node_set for filtered retrieval.
Use when Codex should remember, recall, search, improve, or forget information using Cognee.
| name | local-ui |
| description | Use when launching, checking, or reporting on the local Cognee UI/backend through cognee-cli -ui. |
Use this skill when the user asks to launch the local Cognee UI, check whether Cognee is running, or report how well the UI/backend work.
uv run cognee-cli -ui as the primary launcher.From the Cognee repository root:
uv run cognee-cli -ui
Expected local surfaces:
Backend: http://localhost:8000
Frontend: http://localhost:3000
Backend:
curl -i http://localhost:8000/health
Frontend:
curl -i http://localhost:3000/
Useful route checks:
curl -i http://localhost:3000/dashboard
curl -i http://localhost:3000/datasets
curl -i http://localhost:3000/search
curl -i http://localhost:3000/knowledge-graph
If authenticated checks are needed, use the repository's documented local test credentials only when appropriate and do not expose real user credentials.
Report: