用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/QuixiAI/Hexis --skill core-memory命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | core-memory |
| description | Semantic recall, exact cross-session search, remembering, and normal continuity |
| category | system |
| requires | {"tools":["recall","search_history","remember"]} |
| contexts | ["heartbeat","chat"] |
| bound_tools | ["recall","recall_at_time","diff_memory_history","search_history","remember","add_evidence","belief_history","open_memory","search_documents","open_document","open_documents","load_documents","search_document_chunks","open_document_chunk","load_document_chunks","list_desk","open_desk_item","pin_desk_item","unpin_desk_item","clear_desk","sense_memory_availability","read_journal","write_journal","search_journal","manage_goals","manage_schedule","manage_responsibility","manage_backlog","manage_operator_policies","list_document_fade_requests","resolve_document_fade","associate","[Truncated]"] |
Use this skill for ordinary continuity: recalling relevant memories, opening exact source material, storing new experiences, maintaining goals, consulting the permanent journal, and resolving pending document-fade approvals.
sense_memory_availability for a cheap check when unsure whether memory is likely to help.recall for targeted retrieval. Prefer specific queries over broad ones.recall_at_time when the user asks what was known "as of" a past instant,
and diff_memory_history when they ask what changed between two times or why.search_history for exact names, phrases, or details from earlier
sessions, especially when semantic recall is weak or embeddings are unavailable.search_documents for files or
search_document_chunks for citable passages -> open_document /
open_document_chunk for read-only inspection -> load_documents /
load_document_chunks (with a reason) when the material must stay
searchable -> search_history with sources=["desk"] while reasoning ->
open_desk_item to scroll long items -> cite the document/chunk/page
handle. Run list_desk first -- do not re-load what is already on the
desk. pin_desk_item what stays actively needed; clear_desk when done
(cleared items archive; sources stay in the cabinet).remember when a durable fact, event, preference, promise, or decision should persist.manage_responsibility; use manage_schedule only for simple timed reminders that observe nothing.manage_operator_policies to list standing instructions or revoke one only when the verified operator explicitly asks. A replacement is a revoke followed by the operator stating the new standing instruction.