Add dsh-llm-local-token plugin listing - #1
Conversation
|
更新 / Update: npm 已发布,并且补上了此前缺失的
可安装性 / Installability — 这一点对本目录的收录标准最关键:提交这个 PR 时该包只声明了 "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } }所以现在一条命令即可完成安装,无需手改 YAML: dsh plugin --profile web add dsh-llm-local-tokenWhen this PR was opened the package declared only 同时 README(中英双版)已补上运行中的实际截图,官方 Discussions 也已发帖: 如需我调整条目内容以反映这些变化,请告诉我。/ Happy to amend the entry if you'd like it to reflect any of this. |
|
更新 / Update: npm 已发布到
自本 PR 提交以来的两处实质改动 / Two substantive changes since this PR was opened:
README(中英双版)已附运行中的实际截图,官方 Discussions 也已发帖: 如需我调整条目内容以反映这些变化,请随时告知。/ Happy to amend the entry if you'd like. |
Summary
Adds
dsh-llm-local-tokento the community plugin skill guide as a provider/model-routing/credentials plugin. It reuses local Codex CLI and Claude Code OAuth credentials to exposeopenai-codexandanthropicroutes without a separate API key.dsh-llm-local-tokenis still landing on npm; git-URL install works today.Checklist
skills/dsh-community-plugins/SKILL.md.node --check index.jsandgit diff --check.