Entity-Him/dsh-hiboard-push0

dsh-hiboard-push

华为鸿蒙负一屏任务完成推送插件:支持将 Markdown 任务结果推送到 Today 卡片。

AI 分析

核心用途是注册 `hiboard_push` 工具,允许 Agent 将任务结果以卡片形式推送到鸿蒙手机负一屏。适合华为鸿蒙生态用户进行任务提醒。

包名
dsh-hiboard-push
版本
0.1.0
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Entity-Him/dsh-hiboard-push

Usage

The plugin registers two tools:

hiboard_push

ParameterRequiredDescription
nameTask name; card title, scheduleTaskName, and summary.
contentMarkdown body (≤ 5000 chars), rendered verbatim on the card.
resultResult summary / status label. Default: 任务已完成.
schedule_idPeriodic-task ID; keep the same ID to group repeated cards.
dry_runBuild and validate the payload without sending (no authCode needed).

The card style follows which fields are filled (same as today-task):

  • Standard task cardname + content + result.
  • Periodic task card — the same, with a schedule_id.
  • Summary-only cardname + result without content.

hiboard_verify

Sends a minimal real connection-test card to the phone, to confirm the authCode and network path end to end.