返回顶部
s

signalgrid-activity

Send Live-Activities & Ongoing-Notifications to your iOS / Android phones using

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.16
安全检测
已通过
266
下载量
0
收藏
概述
安装方式
版本历史

signalgrid-activity

# 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: ```bash 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: ```bash 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: ```bash 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 | Name | Type | Description | | :-------------- | :------ | :---------- | | title | string | Activity title. Defaults to `No Title`. | | body | string | Activity body text. Defaults to `No Body`. | | type | enum | Activity phase. Common values: `start`, `update`, `end`. Defaults to `start`. | | severity | string | Mapped to `crit`, `warn`, `success`, `info` (see Notes). | | start_text | string | Optional. Label for the start state. Defaults to `Activity Start`. | | end_text | string | Optional. Label for the end state. Defaults to `Activity End`. | | steps | number | Optional. For the progressbar-prensentation if set to 5, the progressbar has 5 steps. Defaults to `5`. | | progress | number | Current progress value. Defaults to `10`. | | progress_legend | boolean | Optional. Show progress legend. Defaults to `true` (passed as a string). | | token | string | Optional. only used with update & end messages. is for matching the activity. | | dismissal_delay | string | Optional. 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: ``` bash 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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 signalgrid-activity-1776188427 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 signalgrid-activity-1776188427 技能

通过命令行安装

skillhub install signalgrid-activity-1776188427

下载 Zip 包

⬇ 下载 signalgrid-activity v1.0.16

文件大小: 4.97 KB | 发布时间: 2026-4-15 11:01

v1.0.16 最新 2026-4-15 11:01
- Fixed the skill name in SKILL.md from "signalgrid-push" to "signalgrid-activity"
- No functional or code changes—documentation metadata update only

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部