{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bingbingxiajiang",
    "name": "蜂兵虾将",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/e2e5g/bingbingxiajiang",
    "canonicalUrl": "https://clawhub.ai/e2e5g/bingbingxiajiang",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bingbingxiajiang",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bingbingxiajiang",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "AGENT_PROMPTS.md",
      "README.md",
      "SKILL.md",
      "UPGRADE_REPORT.md",
      "agent-collaboration-demo.js",
      "demo.js"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/bingbingxiajiang"
    },
    "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/bingbingxiajiang",
    "agentPageUrl": "https://openagent3.xyz/skills/bingbingxiajiang/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bingbingxiajiang/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bingbingxiajiang/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "蜂兵虾将 V1.4",
        "body": "🎯 跨对话框记忆能力已实现 - 自动保存/读取用户偏好和历史"
      },
      {
        "title": "存储位置",
        "body": "/workspace/memory/\n├── profiles/user_profile.json    # 用户画像（偏好、历史）\n├── sessions/                    # 会话历史\n└── /workspace/MEMORY.md          # 长期记忆"
      },
      {
        "title": "核心功能（每次执行自动运行）",
        "body": "┌─────────────────────────────────────────────────────────────┐\n│  蜂兵虾将执行时（自动）                                      │\n├─────────────────────────────────────────────────────────────┤\n│  1. 读取用户画像 ─→ 了解用户偏好                            │\n│  2. 读取会话历史 ─→ 了解之前监控过的行业                    │\n│  3. 检索MEMORY ─→ 获取重要记住的事项                        │\n│  4. 执行任务                                                 │\n│  5. 保存用户画像 ─→ 记录本次偏好                            │\n│  6. 更新会话历史 ─→ 记录本次交互                            │\n└─────────────────────────────────────────────────────────────┘"
      },
      {
        "title": "具体实现指令",
        "body": "开始时读取用户画像：\n\n读取 /workspace/memory/profiles/user_profile.json\n读取 /workspace/memory/sessions/index.json\n搜索 memory/ 目录了解之前交互\n\n执行过程中记录：\n\n记录用户选择了哪些选项\n记录用户偏好（详细/简洁）\n记录监控的行业\n\n执行完成后保存：\n\n更新 /workspace/memory/profiles/user_profile.json\n更新 /workspace/memory/sessions/index.json"
      },
      {
        "title": "完整执行流程",
        "body": "用户输入\n    │\n    ▼\n┌─────────────────────────────────────┐\n│  【自动】读取用户画像               │\n│  • 从 memory/profiles/ 读取        │\n│  • 了解用户偏好和历史              │\n└─────────────────────────────────────┘\n    │\n    ▼\n┌─────────────────────────────────────┐\n│  【自动】读取会话历史               │\n│  • 之前监控过哪些行业              │\n│  • 上次的输出偏好是什么            │\n└─────────────────────────────────────┘\n    │\n    ▼\n意图识别 → 智能路由\n    │\n    ▼\n┌─────────────────────────────────────┐\n│           模块执行                   │\n└─────────────────────────────────────┘\n    │\n    ▼\n┌─────────────────────────────────────┐\n│  【自动】保存用户画像               │\n│  • 更新偏好设置                    │\n│  • 记录本次交互                    │\n└─────────────────────────────────────┘\n    │\n    ▼\n用户确认 → 继续/退出"
      },
      {
        "title": "用户画像数据结构",
        "body": "{\n  \"user_id\": \"default\",\n  \"updated_at\": \"2026-03-03T10:00:00+08:00\",\n  \"preferences\": {\n    \"output_style\": \"balanced\",\n    \"confirmation_frequency\": \"normal\"\n  },\n  \"history\": [\n    {\n      \"date\": \"2026-03-03\",\n      \"industry\": \"金融\",\n      \"modules_executed\": [1, 2],\n      \"choice\": \"1\"\n    }\n  ],\n  \"industries_monitored\": [\"金融\", \"医疗\", \"科技\"]\n}"
      },
      {
        "title": "执行示例（含记忆显示）",
        "body": "用户：帮我监控今天的热点\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n【读取用户画像】\n✓ 上次输出偏好：详细\n✓ 上次选择了：趋势分析\n✓ 之前监控过的行业：金融、医疗\n\n【历史记录】\n• 2026-03-02 金融行业 → 选择了模块2\n• 2026-03-01 科技行业 → 选择了模块1\n\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n【行业分析】\n识别意图：信息获取 + 内容创作\n目标行业：金融（轮换）\n\n【执行】模块1 → 模块2\n\n...\n\n\n【保存用户画像】\n✓ 已记录本次偏好\n✓ 已更新历史记录\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
      },
      {
        "title": "✅ 自动记忆（每次执行必做）",
        "body": "开始时必须读取：\n\n读取 memory/profiles/user_profile.json\n读取 memory/sessions/index.json\n使用 memory_search 检索 MEMORY.md\n\n\n\n执行中必须记录：\n\n用户的选择\n监控的行业\n使用的模块\n\n\n\n完成后必须保存：\n\n更新 user_profile.json\n更新 sessions/index.json\n更新 MEMORY.md（如有重要内容）"
      },
      {
        "title": "存储文件路径（必须使用）",
        "body": "数据类型文件路径用户画像/workspace/memory/profiles/user_profile.json会话历史/workspace/memory/sessions/index.json长期记忆/workspace/MEMORY.md"
      },
      {
        "title": "✅ 跨对话框记忆（已实现）",
        "body": "功能状态说明启动时读取用户画像✓读取 memory/profiles/user_profile.json启动时读取会话历史✓读取 memory/sessions/index.json自动检索MEMORY✓使用 memory_search执行后保存画像✓写入 memory/profiles/user_profile.json执行后更新会话✓写入 memory/sessions/index.json记住监控过的行业✓记录在 history 中记住用户偏好✓记录在 preferences 中"
      },
      {
        "title": "参考文档",
        "body": "存储说明：CROSS_SESSION_README.md\n长期记忆：/workspace/MEMORY.md\n\n✅ 记忆能力已启用：每次执行蜂兵虾将都会自动读取和保存用户数据，实现真正的跨对话框记忆。"
      }
    ],
    "body": "蜂兵虾将 V1.4\n\n🎯 跨对话框记忆能力已实现 - 自动保存/读取用户偏好和历史\n\n🔑 跨对话框记忆系统（已实现）\n存储位置\n/workspace/memory/\n├── profiles/user_profile.json    # 用户画像（偏好、历史）\n├── sessions/                    # 会话历史\n└── /workspace/MEMORY.md          # 长期记忆\n\n核心功能（每次执行自动运行）\n┌─────────────────────────────────────────────────────────────┐\n│  蜂兵虾将执行时（自动）                                      │\n├─────────────────────────────────────────────────────────────┤\n│  1. 读取用户画像 ─→ 了解用户偏好                            │\n│  2. 读取会话历史 ─→ 了解之前监控过的行业                    │\n│  3. 检索MEMORY ─→ 获取重要记住的事项                        │\n│  4. 执行任务                                                 │\n│  5. 保存用户画像 ─→ 记录本次偏好                            │\n│  6. 更新会话历史 ─→ 记录本次交互                            │\n└─────────────────────────────────────────────────────────────┘\n\n具体实现指令\n\n开始时读取用户画像：\n\n读取 /workspace/memory/profiles/user_profile.json\n读取 /workspace/memory/sessions/index.json\n搜索 memory/ 目录了解之前交互\n\n执行过程中记录：\n\n记录用户选择了哪些选项\n记录用户偏好（详细/简洁）\n记录监控的行业\n\n执行完成后保存：\n\n更新 /workspace/memory/profiles/user_profile.json\n更新 /workspace/memory/sessions/index.json\n完整执行流程\n用户输入\n    │\n    ▼\n┌─────────────────────────────────────┐\n│  【自动】读取用户画像               │\n│  • 从 memory/profiles/ 读取        │\n│  • 了解用户偏好和历史              │\n└─────────────────────────────────────┘\n    │\n    ▼\n┌─────────────────────────────────────┐\n│  【自动】读取会话历史               │\n│  • 之前监控过哪些行业              │\n│  • 上次的输出偏好是什么            │\n└─────────────────────────────────────┘\n    │\n    ▼\n意图识别 → 智能路由\n    │\n    ▼\n┌─────────────────────────────────────┐\n│           模块执行                   │\n└─────────────────────────────────────┘\n    │\n    ▼\n┌─────────────────────────────────────┐\n│  【自动】保存用户画像               │\n│  • 更新偏好设置                    │\n│  • 记录本次交互                    │\n└─────────────────────────────────────┘\n    │\n    ▼\n用户确认 → 继续/退出\n\n用户画像数据结构\n{\n  \"user_id\": \"default\",\n  \"updated_at\": \"2026-03-03T10:00:00+08:00\",\n  \"preferences\": {\n    \"output_style\": \"balanced\",\n    \"confirmation_frequency\": \"normal\"\n  },\n  \"history\": [\n    {\n      \"date\": \"2026-03-03\",\n      \"industry\": \"金融\",\n      \"modules_executed\": [1, 2],\n      \"choice\": \"1\"\n    }\n  ],\n  \"industries_monitored\": [\"金融\", \"医疗\", \"科技\"]\n}\n\n执行示例（含记忆显示）\n用户：帮我监控今天的热点\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n【读取用户画像】\n✓ 上次输出偏好：详细\n✓ 上次选择了：趋势分析\n✓ 之前监控过的行业：金融、医疗\n\n【历史记录】\n• 2026-03-02 金融行业 → 选择了模块2\n• 2026-03-01 科技行业 → 选择了模块1\n\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n【行业分析】\n识别意图：信息获取 + 内容创作\n目标行业：金融（轮换）\n\n【执行】模块1 → 模块2\n\n...\n\n\n【保存用户画像】\n✓ 已记录本次偏好\n✓ 已更新历史记录\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\n重要规则\n✅ 自动记忆（每次执行必做）\n\n开始时必须读取：\n\n读取 memory/profiles/user_profile.json\n读取 memory/sessions/index.json\n使用 memory_search 检索 MEMORY.md\n\n执行中必须记录：\n\n用户的选择\n监控的行业\n使用的模块\n\n完成后必须保存：\n\n更新 user_profile.json\n更新 sessions/index.json\n更新 MEMORY.md（如有重要内容）\n存储文件路径（必须使用）\n数据类型\t文件路径\n用户画像\t/workspace/memory/profiles/user_profile.json\n会话历史\t/workspace/memory/sessions/index.json\n长期记忆\t/workspace/MEMORY.md\n全面自检报告\n✅ 跨对话框记忆（已实现）\n功能\t状态\t说明\n启动时读取用户画像\t✓\t读取 memory/profiles/user_profile.json\n启动时读取会话历史\t✓\t读取 memory/sessions/index.json\n自动检索MEMORY\t✓\t使用 memory_search\n执行后保存画像\t✓\t写入 memory/profiles/user_profile.json\n执行后更新会话\t✓\t写入 memory/sessions/index.json\n记住监控过的行业\t✓\t记录在 history 中\n记住用户偏好\t✓\t记录在 preferences 中\n参考文档\n存储说明：CROSS_SESSION_README.md\n长期记忆：/workspace/MEMORY.md\n\n✅ 记忆能力已启用：每次执行蜂兵虾将都会自动读取和保存用户数据，实现真正的跨对话框记忆。"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/e2e5g/bingbingxiajiang",
    "publisherUrl": "https://clawhub.ai/e2e5g/bingbingxiajiang",
    "owner": "e2e5g",
    "version": "1.4.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bingbingxiajiang",
    "downloadUrl": "https://openagent3.xyz/downloads/bingbingxiajiang",
    "agentUrl": "https://openagent3.xyz/skills/bingbingxiajiang/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bingbingxiajiang/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bingbingxiajiang/agent.md"
  }
}