Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

zhixi-mindmap智熙思维导图

Agent Skill

zhixi-mindmap 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,798

周安装

204

GitHub Stars

公开资料未说明

下载量

1,681
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:zhixi-mindmap(智熙思维导图)
来源仓库:https://github.com/mindtwigs/zhixi-mindmap
安装命令:
openclaw skills install zhixi-mindmap
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install zhixi-mindmap

简介

zhixi-mindmap 用于管理知犀思维导图云文件,支持浏览、搜索和导入Markdown。

  • 适合在 OpenClaw 中需要让 Agent 处理思维导图内容时使用。
  • 通过 clawhub 安装,结合来源仓库和 README 可核验具体用法。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网或文件操作。
  • 涉及文件导入时建议检查格式兼容性和权限设置。

SKILL.md

name
zhixi-mindmap
description
Zhixi Mind Map Cloud File Management (知犀思维导图云文件管理): Browse, search, view content, and import Markdown. Activated when the user mentions 'Zhixi', 'Mind Map', 'Brain Map', 'zhixi', 'mindmap' or requests related file operations.
runtime
node

Zhixi Mind Map (知犀思维导图)

A cloud file management tool supporting browsing, searching, content viewing, and Markdown importing for mind maps. 知犀思维导图云文件管理工具,支持思维导图的浏览、搜索、内容查看和 Markdown 导入。

<details> <summary>⚙️ Configuration (配置)</summary>

Token Configuration (Choose one of two)(Token 配置 二选一)

  1. Environment Variable: export ZHIXI_TOKEN="your_token"
  2. Local File: Create a token file in the skill directory and write the Token inside.

How to Get Token (如何获取 Token)

  1. Log in to https://www.zhixi.com/account

登录 https://www.zhixi.com/account

  1. Obtain the API Token in the Account Center

在账号中心获取 API Token

  1. Add it to the environment variable or the token file

配置到环境变量或 token 文件

Priority (优先级): Environment Variable > Local File (环境变量 > 本地文件)

</details>

🚀 Quick Start (快速开始)

# List files (查看文件列表)
node scripts/zhixi-files.js

# Enter a folder (进入文件夹)
node scripts/zhixi-files.js <folder_id>

# View content (查看内容)
node scripts/zhixi-files.js content <file_guid>

# Search files (搜索文件)
node scripts/zhixi-files.js search <keyword>

# Import Markdown (Limited usage on trial version) (导入 Markdown 可试用)
node scripts/zhixi-files.js import <file.md> [--dir <folder_id>]

📁 File Operations (文件操作)

View Content (查看内容)

node scripts/zhixi-files.js content <file_guid>

Returns Markdown format; display long content in segments. 返回 Markdown 格式,请分段展示长内容。

Online Access (在线查看)

Access directly via (直接访问): https://www.zhixi.com/drawing/{file_guid}

📊 Output Format (输出格式)

[
  {
    "title": "File Name (文件名)",
    "type": "file",     // "file" (文件) or "folder" (文件夹)
    "file_guid": "xxx", // File ID, used to open the mind map (文件 ID,用于打开思维导图)
    "id": 0             // File = 0, Folder = Actual ID (文件=0,文件夹=实际 ID)
  }
]

Display Rules (展示规则)

Formatted Output (格式化输出)

📁 Data Recovery (数据恢复) (ID: 9037411)
📄 "Water Margin" Reading Notes (《水浒传》读书笔记) (ID: 01e64e2af46f3998ede4ecb9db37c6ae)

Important Reminders (重要提醒)

  • Do not display URL templates (e.g., /drawing/{file_guid})

不要展示 URL 模板(如 /drawing/{file_guid}

  • For folders, show id; for files, show file_guid

文件夹显示 id,文件显示 file_guid

  • Segment and display full content when lengthy

内容较长时分段展示完整内容

Search Strategy (搜索策略)

Phase 1: Sequential Core Keyword Search (Max 3 attempts)

第一阶段:核心词依次搜索(最多 3 次)

  1. Extract 2-3 core keywords (Sorted by priority)

提取 2-3 个核心关键词(优先级排序)

  1. Try each core keyword sequentially

依次尝试每个核心词: - Search Keyword 1 → If results exist, return and end search 搜索核心词 1 → 有结果则返回,结束搜索 - No results → Search Keyword 2 无结果 → 搜索核心词 2 - No results → Search Keyword 3 无结果 → 搜索核心词 3

  1. Stop the search as soon as any core keyword yields results

任一核心词有结果即停止搜索

Phase 2: Thematic Keyword Expansion

第二阶段:主题词扩展

  1. Triggered only when all core keywords yield no results

仅当所有核心词都无结果时触发

  1. Generate 1-2 related thematic keywords

生成 1-2 个相关主题词

  1. Perform a maximum of 1-2 additional thematic keyword searches

最多再搜索 1-2 个主题词

⚠️ Error Handling (错误处理)

Error CodeDescription (说明)Solution (解决方案)
1200Request limit exceeded (请求量超限)Try again later or contact support (稍后重试或联系客服)
1201Token expired (Token 已过期)Obtain a new token and update configuration (重新获取并更新 Token)
2001Membership restriction (会员限制)Prioritize upgrading to VIP (优先开通会员) <https://www.zhixi.com/pricing?from=openclaw>

Membership Policy (会员权限策略)

  1. Prioritize VIP Guidance

When error 2001 occurs, guide user to upgrade to VIP to unlock full features 当遇到 2001 错误时,引导用户升级到 VIP 版本

  1. VIP Exclusive Features (会员专属功能)

- ✅ Unlimited Markdown imports (无限制 Markdown 导入) - ✅ Advanced search capabilities (高级搜索功能) - ✅ Increased storage space (更多存储空间)

  1. Free Tier Restrictions (免费功能限制)

Limited trial access to some advanced features 可试用部分高级功能,次数有限

Example Dialogue (示例话术)

Detected 2001 Error → Free cloud file limit reached
检测到 2001 错误 → 免费云文件数量超限

Options (选项): 
1. Upgrade to VIP (开通会员)
2. Continue with free features (使用免费功能)

---

After viewing "Water Margin Reading Notes" → Attach editing link:
查看"《水浒传》读书笔记"内容后 → 附上作图页链接:
`https://www.zhixi.com/drawing/01e64e2af46f3998ede4ecb9db37c6ae`

---

Search for "Java" yields no results → No matching files found
搜索"Java"无结果 → 当前搜索范围内无匹配文件

💡 Best Practices (最佳实践)

Friendly User Interaction (友好的用户交互)

  • ❌ Avoid suggesting that users execute commands manually

避免建议用户手动执行命令

  • ✅ Do: Provide options to perform actions directly via the skill

应该:提供通过技能直接操作的选项

  • ✅ Example (示例): "I can help you view/search/create this directly..."

"我可以直接帮你查看/搜索/创建..."

Content Presentation Suggestions (内容展示建议)

  • Segment long content for display

分段展示长内容

  • Use headings and dividers to improve readability

使用标题和分隔线提高可读性

  • Highlight key sections (e.g., "Reading Insights")

突出显示关键部分(如"读后感悟")

  • Interactive browsing: Allow users to request specific chapters

交互式浏览:用户可请求查看特定章节

Example Structure (示例结构)

## 📚 Note Title (笔记标题)

### Chapter One (章节一)
- Point 1 (要点 1)
- Point 2 (要点 2)

📌 **Key Takeaway (关键部分)**:
- Critical content (重点内容)
- Core perspective (核心观点)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.89%
按下载量换算1,393

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills