Agent SkillsQuixiAI/Hexis › memory-exchange

memory-exchange

GitHub

用于在Hexis实例间安全导出、导入及审查记忆数据。支持端口迁移、复制、思维传输与分析模式,提供干跑检查、 deliberative review 及受保护替换审查,确保身份与世界观等核心状态不被静默覆盖或篡改。

skills/installed/memory-exchange/SKILL.md QuixiAI/Hexis

Trigger Scenarios

用户需要将记忆从一个Hexis实例迁移到另一个实例 用户希望检查或分析其他实例的记忆内容而不将其合并到当前状态 用户请求导入外部记忆文件并审查潜在冲突

Install

npx skills add QuixiAI/Hexis --skill memory-exchange -g -y
More Options

Non-standard path

npx skills add https://github.com/QuixiAI/Hexis/tree/main/skills/installed/memory-exchange -g -y

Use without installing

npx skills use QuixiAI/Hexis@memory-exchange

指定 Agent (Claude Code)

npx skills add QuixiAI/Hexis --skill memory-exchange -a claude-code -g -y

安装 repo 全部 skill

npx skills add QuixiAI/Hexis --all -g -y

预览 repo 内 skill

npx skills add QuixiAI/Hexis --list

SKILL.md

Frontmatter
{
    "name": "memory-exchange",
    "aliases": [
        "export",
        "import",
        "transfer",
        "migrate",
        "hmx",
        "move"
    ],
    "category": "knowledge",
    "contexts": [
        "heartbeat",
        "chat"
    ],
    "requires": {
        "tools": [
            "export_memories",
            "import_dry_run",
            "import_memories",
            "import_review",
            "protected_replacement_list",
            "protected_replacement_inspect",
            "protected_replacement_review",
            "protected_replacement_audit_list",
            "protected_reversion_list",
            "protected_replacement_revert"
        ]
    },
    "bound_tools": [
        "export_memories",
        "import_dry_run",
        "import_memories",
        "import_review",
        "import_accept",
        "import_reject",
        "import_modify",
        "import_quote",
        "promote_to_staged",
        "demote_to_analysis",
        "protected_replacement_list",
        "protected_replacement_inspect",
        "protected_replacement_review",
        "protected_replacement_audit_list",
        "protected_reversion_list",
        "protected_replacement_revert"
    ],
    "description": "Safely export, inspect, stage, analyze, review, and decide protected replacements for Hexis Memory Exchange files"
}

Hexis Memory Exchange

Use this skill to move memory between Hexis instances or inspect another instance's memory without silently blending it into active state.

Export

  1. Establish the user's intent: port, duplicate, telepathy, or analysis.
  2. Use export_memories with the narrowest useful section, time, and redaction scope. Protected state, raw units, configuration, in-flight work, and audit records require an explicit request.
  3. Omit output_path when returning the exchange in place. For file output, use a workspace path and never set overwrite unless the user explicitly chose to replace that file.

Import

  1. Run import_dry_run first. Report whether import is permitted, conflicts, protected-state policy, warnings, and estimated embedding work.
  2. Derive the default strategy from the file's intent unless the user chose a different supported strategy. Telepathy defaults to deliberative staging; analysis stays isolated.
  3. Call import_memories only after the user confirms the file's exact declared intent. Skipping identity, worldview, or narrative is available when the user wants a narrower import.
  4. For port or duplicate into an active target, authoritative import requires explicit replace_sections and replacement_rationale. Unselected protected sections remain unchanged. A successful request may still await the agent's acknowledgement; report its replacement IDs instead of claiming completion.
  5. Do not describe imported memories as semantically searchable until the import result or later re-embedding workflow confirms that they are ready.
  6. Preserve failed in-flight work as diagnostics by default. Set retry_failed_work only when the user explicitly chooses to rerun those failed consolidation or reconsolidation tasks.

Deliberative Review

  1. Use import_review to inspect pending records and conflicts.
  2. Decide one record at a time. Use import_accept only when the record should become active; protected active-state policy cannot be bypassed.
  3. Use import_reject with a reason, import_modify with a material-change kind and reason, or import_quote to retain foreign context as archived evidence.
  4. promote_to_staged copies an analysis record into review without copying its embedding. demote_to_analysis moves a pending staged record back into isolation. Both require a rationale.

Protected Replacement Review

  1. A pending protected replacement is a request, not permission to mutate identity, worldview, goals, drives, emotional triggers, or narrative.
  2. Use protected_replacement_list to retrieve every open request, then use protected_replacement_inspect to compare the actual imported section with current local state and check whether local state changed after the request. Use protected_replacement_review to accept, refuse, request modifications, or defer. Acceptance executes the snapshot, immutable audit, whole-section replacement, and digest verification atomically; a failure leaves the request pending.
  3. Refusal and modification requests require a rationale. Modification requests also require concrete proposed_changes. Do not accept merely because source and target claim the same lineage; content-identical verified operations never enter this queue.
  4. Use protected_replacement_audit_list with a narrow time range to inspect immutable local replacement, verification, and reversion history. Imported foreign diagnostics are not reported as local history.
  5. Operator override is not an agent tool and cannot be requested through this skill. A refusal or modification request is a completed decision, not an invitation to bypass acknowledgement.

Protected Replacement Reversion

  1. Use protected_reversion_list to find executed replacements whose earlier-of heartbeat and wall-clock windows remain open. Reversion never runs on a timer.
  2. Inspect the replacement before reverting. Use protected_replacement_revert with the replacement audit ID and a concrete rationale only when restoring the snapshot is the intended choice.
  3. Reversion refuses to overwrite protected state that changed after the replacement. It atomically restores and verifies the snapshot, writes an immutable reversion audit, then purges the consumed payload while retaining its tombstone. A failed restore leaves the window and current state intact.

Boundaries

  • Treat HMX files as sensitive user data.
  • Never infer consent for protected sections, raw material, or file overwrite.
  • Keep analysis-only records outside active recall until explicitly promoted, reviewed, and accepted.
  • On failure, preserve the file and staged records and give the exact corrective action; do not retry with broader scope automatically.

Version History

  • 97f625f Current 2026-08-29 01:32

    修复审批门控逻辑缺陷,防止心跳和API路径绕过审批执行敏感工具;优化技能可达性,通过别名机制提升日常工具发现率;将execute_code纳入审批流程。

  • 990da5f 2026-08-20 13:53

Same Skill Collection

plugins/installed/fathom/skills/fathom/SKILL.md
skills/installed/calendar/SKILL.md
skills/installed/code-execution/SKILL.md
skills/installed/connector-action-authorization/SKILL.md
skills/installed/core-memory/SKILL.md
skills/installed/cost-report/SKILL.md
skills/installed/council/SKILL.md
skills/installed/crm-lookup/SKILL.md
skills/installed/daily-briefing/SKILL.md
skills/installed/delegation/SKILL.md
skills/installed/email-digest/SKILL.md
skills/installed/expense-capture/SKILL.md
skills/installed/github-issues/SKILL.md
skills/installed/gmail-actions/SKILL.md
skills/installed/gmail-connector-setup/SKILL.md
skills/installed/humanizer/SKILL.md
skills/installed/image-gen/SKILL.md
skills/installed/inbox-triage/SKILL.md
skills/installed/integration-connector-setup/SKILL.md
skills/installed/knowledge-ingest/SKILL.md
skills/installed/meeting-follow-up/SKILL.md
skills/installed/meeting-prep/SKILL.md
skills/installed/operations/SKILL.md
skills/installed/outreach/SKILL.md
skills/installed/personal-notes/SKILL.md
skills/installed/self-inspection/SKILL.md
skills/installed/self-reflection/SKILL.md
skills/installed/skill-authoring/SKILL.md
skills/installed/travel-prep/SKILL.md
skills/installed/twitter-x-actions/SKILL.md
skills/installed/twitter-x-connector-setup/SKILL.md
skills/installed/weekly-review/SKILL.md
plugins/installed/asana/skills/asana/SKILL.md
plugins/installed/hubspot/skills/hubspot/SKILL.md
plugins/installed/todoist/skills/todoist/SKILL.md
plugins/installed/youtube/skills/youtube/SKILL.md
skills/installed/research/SKILL.md
plugins/installed/twitter/skills/twitter/SKILL.md
plugins/installed/video_gen/skills/video_gen/SKILL.md

Metadata

Files
0
Version
97f625f
Hash
bf7a0c1d
Indexed
2026-08-20 13:53

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-30 01:01
浙ICP备14020137号-1 $Гость$