mega-index-map
跨工作区互操作库:记录、索引和搜索跨工作区的文件、工具、环境、知识和工作记录,以便重复使用。
AI 分析
核心用途是建立一个跨会话和工作区的共享资源库。适合需要让 AI 跨项目沉淀、检索和复用工具、环境及知识的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Nesarf/mega-index-map說明文件
閱讀完整 README ↗mega-index-map
A cross-workspace interop Library. Agents record valuable objects they encounter — files, tools,
environments, products, knowledge, work records — into an independent library under
$DSH_HOME/library, so any conversation can index, use, research and learn from them.
Tools
library_record— record an object (file/tool/env/product/knowledge/work record)library_index— rebuild/dedupe/sort the library, report conflictslibrary_query— search (keyword/type/tags, cursor pagination)library_detect— scan & register known tools/environmentslibrary_sniff— identify a file's true type from magic header bytes (96 signatures)library_decrypt— manually decrypt a sensitive objectlibrary_export— export to JSON/NDJSONlibrary_encoding— detect system encoding + regional advicelibrary_adb— Android device management over ADB (developer subset)
Install
dsh plugin --profile web add github:Nesarf/mega-index-map
Notes
- The library lives at
$DSH_HOME/library(default~/.dsh/library). - Sensitive content (credentials, keys, etc.) is AES-256-GCM encrypt-isolated; only manual
library_decryptexposes it. - MIT License. See LICENSE.