← ClaudeAtlas

ime-lexiconlisted

豆包 / 微信输入法个人词库:识别、导出、导入、备份;纠错优化; 搜索并生成行业/专业/定制词库(并入归档 industry-dict)。 不走官方导入页。搜索优先 argo,没有就走通用搜索兜底。本技能只出查询、抽词、改表、写回副本。 生态定位:直接操作豆包 / 微信输入法词库文件层(usr.dat / WeType LevelDB),文件层识别、批量导出、槽位感知注入、整表替换消错、行业词库造词后直接 apply。 触发:个人词库、词库导出、词库导入、反向注入、行业词库、专业词库、定制词库、 生成行业词库、做词库、行业术语、industry-dict、拼写纠正、豆包词库、 微信输入法词库、WeType、usr.dat、ime-lexicon、/ime-lexicon
taxueseek/ime-lexicon · ★ 0 · AI & Automation · score 70
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