ime-lexiconlisted
Install: claude install-skill taxueseek/ime-lexicon
# ime-lexicon
主技能管合同和写回。归档的 `industry-dict` 整块在 build 子技能里,不单独恢复顶层。
| 干什么 | 读哪个 |
| --- | --- |
| 搜行业术语、造行业/专业/定制词库 | `sub-skills/build/SKILL.md`(原 industry-dict) |
| 合并、明显拼写/拼音更正、剔噪声 | `sub-skills/optimize/SKILL.md` |
| 素材库 ↔ 创作词库 ↔ 画像 | `sub-skills/bridge/SKILL.md` |
| 导入导出、备份、apply | 本文件 |
不要再写一套爬虫。有 argo 技能/CLI 就用 argo;没有就用宿主通用搜索(web_search / ddgs)。不要把 industry-dict 拆成第三个顶层技能。
## 命令
脚本:`$HOME/.agents/skills/ime-lexicon/scripts/ime_lexicon.py`
```bash
python3 .../ime_lexicon.py detect
python3 .../ime_lexicon.py export --engine all
python3 .../ime_lexicon.py backup
python3 .../ime_lexicon.py search --topic 锂电池
python3 .../ime_lexicon.py search --topic 锂电池 --run --out /tmp/术语.txt
python3 .../ime_lexicon.py search --topic 锂电池 --engine generic --run
python3 .../ime_lexicon.py build --topic 锂电池 --from /tmp/术语.txt --term 材料:磷酸铁锂
python3 .../ime_lexicon.py build --topic 投资理财 --from /tmp/术语.txt --out 行业词库_投资理财.tsv
python3 .../ime_lexicon.py optimize --from a.tsv --from b.tsv --profile personal --out DIR
python3 .../ime_lexicon.py optimize --from 行业.tsv --profile industry --budget <剩余槽> --out DIR
python3 .../ime_lexicon.py harvest
python3 .../ime_lexicon.py harvest --speech
python3 .../ime_lexicon.py guide --topic 投资理财
python3 .../ime_lexicon.py acquire --topic 投资理财
python3 .../ime_lexicon.py import --engine doubao --from 词表.tsv --budget <剩余槽>
python3 .../ime_lexicon.py import --engine doubao --from 优化表.tsv --replace --staging /tmp/ime-lexicon-staging/doubao_XXX
python3 .../i