{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zongjie",
    "name": "总结",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/marklyk/zongjie",
    "canonicalUrl": "https://clawhub.ai/marklyk/zongjie",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/zongjie",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zongjie",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/zongjie"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/zongjie",
    "agentPageUrl": "https://openagent3.xyz/skills/zongjie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zongjie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zongjie/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Skill: 总结 (Zongjie)",
        "body": "将重要事件整理成结构化文档，沉淀经验到记忆系统。"
      },
      {
        "title": "记忆管理系统",
        "body": "基于 OpenViking 方案的三层记忆系统：\n\n层级说明加载时机L0核心索引，始终加载每次会话L1重要记忆，按需加载会话开始时L2归档记忆，查询加载显式查询时\n\n优先级生命周期说明P0永不过期核心人设、操作规则、关键偏好P190天重要经验、解决方案P230天临时记录，自动清理"
      },
      {
        "title": "使用场景",
        "body": "系统故障排查完成\n有参考价值的调试过程\n需要记录解决方案供以后查阅\n不保存：简单的问答、查询、闲聊"
      },
      {
        "title": "精简模板",
        "body": "# 标题\n\n> P1 | L1\n\n### 问题\n- [简明描述]\n\n### 根因\n- [根本原因]\n\n### 解决步骤\n1. 步骤1\n2. 步骤2\n3. 步骤3\n\n### 关键信息\n- 报错信息/日志\n- 关键命令\n- 参考链接\n\n### 结果\n- ✅/❌ 状态\n\n### 经验\n- 关键点"
      },
      {
        "title": "M1: 判断价值",
        "body": "以下情况不保存：\n\n简单问答（如\"这个公司怎么样\"）\n查询类（如\"帮我查下天气\"）\n闲聊\n\n以下情况需要保存：\n\n系统故障及修复\n配置变更\n重要决策\n调试过程"
      },
      {
        "title": "M2: 确定优先级",
        "body": "根据内容判断 P/L 级别：\n\n分类P级L级示例人设/操作规则P0L0核心规则、沟通原则系统故障修复P1L1Gateway崩溃、Cron失败新功能配置P1L1GitHub同步、自动备份调试过程P2L2排查步骤、临时方案"
      },
      {
        "title": "M3: 详细整理",
        "body": "提取核心信息：\n\n问题是什么\n根因是什么\n解决步骤（一步一步写清楚）\n关键信息（报错日志、命令、链接）\n结果如何\n经验教训（1-2条）"
      },
      {
        "title": "M4: 合并同类项",
        "body": "检查现有记录：\n\n如果已有相同/类似问题 → 合并到已有记录中\n更新\"解决步骤\"部分\n更新\"经验\"部分"
      },
      {
        "title": "M5: 保存分类",
        "body": "分类文件：\n\n系统问题 → memory/topics/03-系统调试.md\n操作规则 → memory/topics/02-操作规则.md\n人设偏好 → memory/topics/01-人设.md\n新功能 → memory/topics/04-XXX.md\n其他 → memory/YYYY-MM-DD.md\n\n索引更新 (可选)：\n\n# 更新索引\npython3 ~/.openclaw/scripts/memory_mgr.py add <agent> \"<内容>\" P1 L1"
      },
      {
        "title": "M6: 输出确认",
        "body": "告诉用户保存位置和 P/L 分类。"
      },
      {
        "title": "示例",
        "body": "用户：\"帮我记录今天 Cron 推送失败的排查\"\n\n→ 检查发现已有类似记录 → 合并更新：\n\n# Cron 推送失败修复\n\n> P1 | L1\n\n### 问题\n- Cron 早间推送失败 (announce delivery failed)\n\n### 根因\n- .openclaw/openclaw.json 有 JSON 尾随逗号\n\n### 解决步骤\n1. 检查 cron 状态: `openclaw cron list`\n2. 手动测试 Telegram: `openclaw message send ...`\n3. 检查 JSON: `python3 -m json.tool ~/.openclaw/openclaw.json`\n4. 修复 JSON 语法错误\n5. 重新安装: `npm install -g openclaw`\n6. 重启: `openclaw gateway restart`\n\n### 关键信息\n- 报错: \"cron announce delivery failed\"\n- 日志: `openclaw logs --limit 50`\n- 配置: `~/.openclaw/openclaw.json`\n\n### 结果\n- ✅ 推送恢复正常\n\n### 经验\n- JSON 错误会导致投递失败\n- 重新安装解决模块丢失"
      },
      {
        "title": "常用命令",
        "body": "# 添加记忆 (通过脚本)\npython3 ~/.openclaw/scripts/memory_mgr.py add work \"内容\" P1 L1\n\n# 查询记忆\npython3 ~/.openclaw/scripts/memory_mgr.py query work\n\n# 获取 L0 摘要\npython3 ~/.openclaw/scripts/memory_mgr.py layer work L0\n\n# 共享记忆\npython3 ~/.openclaw/scripts/memory_mgr.py shared add \"项目规范\" \"...\""
      }
    ],
    "body": "Skill: 总结 (Zongjie)\n\n将重要事件整理成结构化文档，沉淀经验到记忆系统。\n\n记忆管理系统\n\n基于 OpenViking 方案的三层记忆系统：\n\n层级\t说明\t加载时机\nL0\t核心索引，始终加载\t每次会话\nL1\t重要记忆，按需加载\t会话开始时\nL2\t归档记忆，查询加载\t显式查询时\n优先级\t生命周期\t说明\nP0\t永不过期\t核心人设、操作规则、关键偏好\nP1\t90天\t重要经验、解决方案\nP2\t30天\t临时记录，自动清理\n使用场景\n系统故障排查完成\n有参考价值的调试过程\n需要记录解决方案供以后查阅\n不保存：简单的问答、查询、闲聊\n精简模板\n# 标题\n\n> P1 | L1\n\n### 问题\n- [简明描述]\n\n### 根因\n- [根本原因]\n\n### 解决步骤\n1. 步骤1\n2. 步骤2\n3. 步骤3\n\n### 关键信息\n- 报错信息/日志\n- 关键命令\n- 参考链接\n\n### 结果\n- ✅/❌ 状态\n\n### 经验\n- 关键点\n\n步骤\nM1: 判断价值\n\n以下情况不保存：\n\n简单问答（如\"这个公司怎么样\"）\n查询类（如\"帮我查下天气\"）\n闲聊\n\n以下情况需要保存：\n\n系统故障及修复\n配置变更\n重要决策\n调试过程\nM2: 确定优先级\n\n根据内容判断 P/L 级别：\n\n分类\tP级\tL级\t示例\n人设/操作规则\tP0\tL0\t核心规则、沟通原则\n系统故障修复\tP1\tL1\tGateway崩溃、Cron失败\n新功能配置\tP1\tL1\tGitHub同步、自动备份\n调试过程\tP2\tL2\t排查步骤、临时方案\nM3: 详细整理\n\n提取核心信息：\n\n问题是什么\n根因是什么\n解决步骤（一步一步写清楚）\n关键信息（报错日志、命令、链接）\n结果如何\n经验教训（1-2条）\nM4: 合并同类项\n\n检查现有记录：\n\n如果已有相同/类似问题 → 合并到已有记录中\n更新\"解决步骤\"部分\n更新\"经验\"部分\nM5: 保存分类\n\n分类文件：\n\n系统问题 → memory/topics/03-系统调试.md\n操作规则 → memory/topics/02-操作规则.md\n人设偏好 → memory/topics/01-人设.md\n新功能 → memory/topics/04-XXX.md\n其他 → memory/YYYY-MM-DD.md\n\n索引更新 (可选)：\n\n# 更新索引\npython3 ~/.openclaw/scripts/memory_mgr.py add <agent> \"<内容>\" P1 L1\n\nM6: 输出确认\n\n告诉用户保存位置和 P/L 分类。\n\n示例\n\n用户：\"帮我记录今天 Cron 推送失败的排查\"\n\n→ 检查发现已有类似记录 → 合并更新：\n\n# Cron 推送失败修复\n\n> P1 | L1\n\n### 问题\n- Cron 早间推送失败 (announce delivery failed)\n\n### 根因\n- .openclaw/openclaw.json 有 JSON 尾随逗号\n\n### 解决步骤\n1. 检查 cron 状态: `openclaw cron list`\n2. 手动测试 Telegram: `openclaw message send ...`\n3. 检查 JSON: `python3 -m json.tool ~/.openclaw/openclaw.json`\n4. 修复 JSON 语法错误\n5. 重新安装: `npm install -g openclaw`\n6. 重启: `openclaw gateway restart`\n\n### 关键信息\n- 报错: \"cron announce delivery failed\"\n- 日志: `openclaw logs --limit 50`\n- 配置: `~/.openclaw/openclaw.json`\n\n### 结果\n- ✅ 推送恢复正常\n\n### 经验\n- JSON 错误会导致投递失败\n- 重新安装解决模块丢失\n\n常用命令\n# 添加记忆 (通过脚本)\npython3 ~/.openclaw/scripts/memory_mgr.py add work \"内容\" P1 L1\n\n# 查询记忆\npython3 ~/.openclaw/scripts/memory_mgr.py query work\n\n# 获取 L0 摘要\npython3 ~/.openclaw/scripts/memory_mgr.py layer work L0\n\n# 共享记忆\npython3 ~/.openclaw/scripts/memory_mgr.py shared add \"项目规范\" \"...\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/marklyk/zongjie",
    "publisherUrl": "https://clawhub.ai/marklyk/zongjie",
    "owner": "marklyk",
    "version": "1.0.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zongjie",
    "downloadUrl": "https://openagent3.xyz/downloads/zongjie",
    "agentUrl": "https://openagent3.xyz/skills/zongjie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zongjie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zongjie/agent.md"
  }
}