← 返回
效率工具 Key 中文

Signalgrid Activity

Send Live-Activities & Ongoing-Notifications to your iOS / Android phones using Signalgrid.
使用 Signalgrid 向 iOS / Android 手机发送实时活动及持续通知。
signalgridco
效率工具 clawhub v1.0.16 1 版本 99834.7 Key: 需要
★ 0
Stars
📥 604
下载
💾 16
安装
1
版本
#latest

概述

Signalgrid Live Activities

Send Live Activities & Ongoing Notifications to your phone through the Signalgrid API.

When to use

Use this skill whenever the user asks to:

 

  o  start an ongoing notification

  o  update progress of an ongoing notification

  o  show a live activity / live progress

  o  keep a notification updated while something runs (deploy, backup, import, CI job, etc.)

  o  end/finish an ongoing notification

Start Live Activity:

node {baseDir}/skills/signalgrid-activity/signalgrid-activity.js \
  --type start \
  --title "OpenClaw" \
  --body "Starting…" \
  --severity info \
  --steps 1 \
  --progress 10 \
  --progress_legend "true" \
  --start_text "Activity Start" \
  --end_text "Activity End" \

Update Live Activity:

node {baseDir}/skills/signalgrid-activity/signalgrid-activity.js \
  --type update \
  --token "MX2L2K" \
  --title "OpenClaw" \
  --body "Step 3/6" \
  --severity warning \
  --steps 1 \
  --progress 50 \
  --progress_legend "true" \
  --start_text "Activity Start" \
  --end_text "Activity End" \

End Live Activity:

node {baseDir}/skills/signalgrid-activity/signalgrid-activity.js \
  --type end \
  --token "MX2L2K" \
  --title "OpenClaw" \
  --body "Done" \
  --severity success \
  --steps 1 \
  --progress 100 \
  --progress_legend "true" \
  --start_text "Activity Start" \
  --end_text "Activity End" \
  --dismissal_delay 60

Parameters

NameTypeDescription
:--------------:------:----------
titlestringActivity title. Defaults to No Title.
bodystringActivity body text. Defaults to No Body.
typeenumActivity phase. Common values: start, update, end. Defaults to start.
severitystringMapped to crit, warn, success, info (see Notes).
start_textstringOptional. Label for the start state. Defaults to Activity Start.
end_textstringOptional. Label for the end state. Defaults to Activity End.
stepsnumberOptional. For the progressbar-prensentation if set to 5, the progressbar has 5 steps. Defaults to 5.
progressnumberCurrent progress value. Defaults to 10.
progress_legendbooleanOptional. Show progress legend. Defaults to true (passed as a string).
tokenstringOptional. only used with update & end messages. is for matching the activity.
dismissal_delaystringOptional. The delay a activity is shown after end message is sent. Only on end messages

Usage

In update & end messages the following parameters need to be taken from start message and retransmitted if not defined otherwise:

  o  title

  o  body

  o  severity

  o  steps

  o  progress_legend

  o  start_text

  o  end_text

 

Otherwise the activity will change its appearance.

It is allowed for flexibility, but not needed most of the time.

Notes

  • Requires a Signalgrid account: https://web.signalgrid.co/

 

 

  • Install the skill:
clawdhub --workdir ~/.openclaw install signalgrid-activity
  • And ensure your OpenClaw Tool Profile is set to full ( Config -> Tools -> Tool Profile )

 

  • Configure environment variables ( Config -> Environment -> Environment Variables Overrides + Add Entry):
SIGNALGRID_CLIENT_KEY=your_client_key_here
SIGNALGRID_CHANNEL=your_channel_name_here

 

  • Signalgrid notifications do not require a phone number or

message target.

版本历史

共 1 个版本

  • v1.0.16 当前
    2026-03-29 19:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,668
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 432 📥 103,787
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,847