بنقرة واحدة
filesystem
受权限控制的文件读写与目录索引 backend。适合 document-oriented file read/write、目录扫描与 workspace 导航。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
受权限控制的文件读写与目录索引 backend。适合 document-oriented file read/write、目录扫描与 workspace 导航。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
读取和编辑 HYX 的 Notion Plan / 计划通;当用户要查看、添加或插入计划通日期事项时使用。
读取与写入普通 Notion page / database。用户要在 Notion workspace 中 search、query、create 或 update 非计划通内容时使用。
L2 structured memory:持久化并读取稳定的用户记忆、偏好与长期上下文。
通过 Tavily 执行 Web search 与 page reading。用户需要在线检索、事实核验或读取公开网页时使用。
将 coding task 委托给 Hypo-Coder。用户请求 code change、feature implementation、bug fix 或 code review,且任务适合异步委托时使用。
查询 Hypo-Info 的今日资讯、topic search、AI benchmark 与 section browse。用户询问 news、trends 或 model leaderboard 时使用。
| name | filesystem |
| description | 受权限控制的文件读写与目录索引 backend。适合 document-oriented file read/write、目录扫描与 workspace 导航。 |
| compatibility | linux |
| allowed-tools | read_file write_file list_directory scan_directory get_directory_index update_directory_description |
| metadata | {"hypo.category":"internal","hypo.backend":"filesystem","hypo.exec_profile":null,"hypo.triggers":"","hypo.risk":"medium","hypo.dependencies":"fitz,python-docx,python-pptx"} |
filesystem 是 document-oriented 操作的基础 backend,负责文件读写、目录遍历与 directory index 维护。
directory index 建立导航视角。read_file:按文件类型读取单个文件内容。write_file:创建或覆盖文本文件。list_directory:查看目录树与子项。scan_directory:基于真实文件系统刷新 directory index。get_directory_index:读取当前保存的索引摘要。update_directory_description:更新目录项的人类说明文字。list_directory 建立路径感。directory index。read_file 读取具体文件。write_file。scan_directory 和 update_directory_description 修正索引。permission manager 控制;不要在工具返回前预判一定有权或无权。directory index 是辅助导航层,不是高于真实文件系统的事实来源。.md、.py、.yaml、.json、.log 等。.pdf、.docx、.pptx。