PollyReach/pollyreach-dsh-plugin ↗★ 3
dsh-pollyreach
PollyReach phone-call tools and skill for DeepSeek Harness
安装
$
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.