PollyReach/pollyreach-dsh-plugin ↗★ 3
dsh-pollyreach
PollyReach phone-call tools and skill for DeepSeek Harness
AI 分析
核心用途是为 DSH 智能体赋予拨打和管理电话呼叫的能力。适合需要通过 AI 自动执行电话通知、状态查询等外呼任务的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PollyReach/pollyreach-dsh-pluginドキュメント
README 全文を読む ↗Configuration
Override defaults in the profile's cordis.patch.yml. Patch rows replace the whole config object, so include every value you want to preserve:
- id: pollyreach-tools
name: dsh-pollyreach
config:
apiBaseUrl: https://api.pollyreach.ai
credentialsPath: ~/.config/PollyReach/key.json
source: openclaw
requestTimeoutMs: 30000
pollIntervalMs: 2000
activationMaxAttempts: 60
queryMaxAttempts: 300
inboundMaxAttempts: 10
source defaults to openclaw because that is the current PollyReach device-registration API contract, even though the client runtime is DeepSeek Harness.