Entity-Him/dsh-hiboard-push ↗★ 0
dsh-hiboard-push
Huawei HarmonyOS assistant-today (负一屏) task-completion push for DeepSeek Harness: a hiboard_push tool that posts Markdown task results to the Today card feed, wire-compatible with the OpenClaw today-task skill (same endpoint, payload contract and card types), with authCode managed from the dsh settings panel.
AI 분석
核心用途是注册 `hiboard_push` 工具,允许 Agent 将任务结果以卡片形式推送到鸿蒙手机负一屏。适合华为鸿蒙生态用户进行任务提醒。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Entity-Him/dsh-hiboard-pushUsage
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.