Entity-Him/dsh-hiboard-push ↗★ 0
dsh-hiboard-push
华为鸿蒙负一屏任务完成推送插件:支持将 Markdown 任务结果推送到 Today 卡片。
AI 分析
核心用途是注册 `hiboard_push` 工具,允许 Agent 将任务结果以卡片形式推送到鸿蒙手机负一屏。适合华为鸿蒙生态用户进行任务提醒。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Entity-Him/dsh-hiboard-push说明文档
阅读完整 README ↗Usage
The plugin registers two tools:
hiboard_push
| Parameter | Required | Description |
|---|---|---|
name | ✅ | Task name; card title, scheduleTaskName, and summary. |
content | ✅ | Markdown body (≤ 5000 chars), rendered verbatim on the card. |
result | ❌ | Result summary / status label. Default: 任务已完成. |
schedule_id | ❌ | Periodic-task ID; keep the same ID to group repeated cards. |
dry_run | ❌ | Build and validate the payload without sending (no authCode needed). |
The card style follows which fields are filled (same as today-task):
- Standard task card —
name+content+result. - Periodic task card — the same, with a
schedule_id. - Summary-only card —
name+resultwithoutcontent.
hiboard_verify
Sends a minimal real connection-test card to the phone, to confirm the authCode and network path end to end.