Nesarf/mega-index-map0

mega-index-map

跨工作区互操作库:记录、索引和搜索跨工作区的文件、工具、环境、知识和工作记录,以便重复使用。

AI 分析

核心用途是建立一个跨会话和工作区的共享资源库。适合需要让 AI 跨项目沉淀、检索和复用工具、环境及知识的用户。

套件
mega-index-map
版本
0.1.0
授權
MIT
最近更新
2026年9月9日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Nesarf/mega-index-map

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 conflicts
  • library_query — search (keyword/type/tags, cursor pagination)
  • library_detect — scan & register known tools/environments
  • library_sniff — identify a file's true type from magic header bytes (96 signatures)
  • library_decrypt — manually decrypt a sensitive object
  • library_export — export to JSON/NDJSON
  • library_encoding — detect system encoding + regional advice
  • library_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_decrypt exposes it.
  • MIT License. See LICENSE.