shujiTech/dsh-plugin-wepre ↗★ 1
dsh-plugin-wepre
DeepSeek Harness plugin: publish single-screen content cards to WePre Next straight from a dsh agent session
AI 分析
核心用途是简化内容卡片的发布流程。适合使用 DSH 进行内容创作并需要一键发布至 WePre Next 平台的用户。需要在配置文件中配置发布 Token 和端点。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:shujiTech/dsh-plugin-wepreドキュメント
README 全文を読む ↗Configuration
Override the plugin row in your profile's cordis.patch.yml (a patch replaces the row's whole config — restate keys you keep):
- id: wepre-publish
name: dsh-plugin-wepre
config:
endpoint: 'https://wepre.cn/next-test'
token: !!js process.env.WEPRE_PUBLISH_TOKEN
sessionFile: '/home/me/.dsh/wepre-session.json'
| Key | Default | Meaning |
|---|---|---|
endpoint | https://wepre.cn/next-test | WePre Next site root |
token | — | Short-lived publish token (Bearer) |
sessionFile | ~/.dsh/wepre-session.json | Persisted login session |