← 返回
效率工具 Key 中文

Signalgrid Push

Send push notifications to your iOS / Android phones using Signalgrid.
使用 Signalgrid 向您的 iOS/Android 手机发送推送通知。
signalgridco
效率工具 clawhub v1.0.35 1 版本 100000 Key: 需要
★ 0
Stars
📥 682
下载
💾 17
安装
1
版本
#latest

概述

Signalgrid Push

Send push notifications to your phone through the Signalgrid API.

Examples

 

Send a simple notification:

node {baseDir}/skills/signalgrid-push/signalgrid-push.js --title "OpenClaw" --body "Hello from OpenClaw" --type INFO

 

Send a deployment notification:

node {baseDir}/skills/signalgrid-push/signalgrid-push.js --title "Deployment" --body "Build finished successfully" --type INFO

 

Send a critical notification:

node {baseDir}/skills/signalgrid-push/signalgrid-push.js --title "Attention" --body "This is a critical one" --type INFO --critical true

Options

  • --title </code>: Notification title (required)</li><li><code>--body <body></code>: Main message (required)</li><li><code>--type <type></code>: Notification type --- <code>crit</code>, <code>warn</code>, <code>success</code>,</li></ul><p> <code>info</code></p><ul><li><code>--critical <bool></code>: Emergency bypass flag (optional)</li></ul><h2>When to use</h2><p>Use this skill when the user asks to: </p><p>  </p><p>  o  send a notification </p><p>  o  notify me </p><p>  o  send a push </p><p>  o  push a message </p><p>  o  alert me </p><p>  o  send a signalgrid notification </p><p>  o  notify my phone</p><h2>Notes</h2><ul><li>Requires a Signalgrid account: https://web.signalgrid.co/</li></ul><p>  </p><p>  </p><ul><li>Install the skill:</li></ul><pre><code>clawdhub --workdir ~/.openclaw install signalgrid-push </code></pre><ul><li>And ensure your OpenClaw <strong>Tool Profile</strong> is set to <code>full</code> ( Config -> Tools -> Tool Profile ) </li></ul><p>  </p><ul><li>Configure environment variables ( Config -> Environment -> Environment Variables Overrides + Add Entry):</li></ul><pre><code>SIGNALGRID_CLIENT_KEY=your_client_key_here SIGNALGRID_CHANNEL=your_channel_name_here </code></pre><p>  </p><ul><li>Signalgrid notifications do <strong>not</strong> require a phone number or</li></ul><p> message target.</p></div> </div> </div> <div id="tab-versions" class="detail-content"> <div class="detail-section"> <h2>版本历史</h2> <p style="margin-bottom:12px;font-size:14px;color:#94a3b8;">共 1 个版本</p> <ul class="version-list"> <li> <div> <span class="version-tag">v1.0.35</span> <span style="font-size:11px;color:#5b6abf;margin-left:8px;background:#eef0ff;padding:1px 8px;border-radius:10px;">当前</span> </div> <div style="font-size:12px;color:#94a3b8;"> 2026-03-29 13:36 安全 安全 </div> </li> </ul> </div> </div> <div id="tab-security" class="detail-content"> <div class="detail-section"> <h2>安全检测</h2> <div class="sec-grid"> <div class="sec-card"> <h4>腾讯云安全 (Keen)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://tix.qq.com/search/skill?keyword=290043678dee1259f896702553191348" target="_blank">查看报告</a> </div> <div class="sec-card"> <h4>腾讯云安全 (Sanbu)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://static.cloudsec.tencent.com/html-report-v2/2026/05/25/407083_8ea6ed67178244fa7345bbdd631a38fd.html?q-sign-algorithm=sha1&q-ak=AKID8JMG1bzBC1dz96qNhssfFftujT1NCoFi&q-sign-time=1781396093%3B1812932093&q-key-time=1781396093%3B1812932093&q-header-list=host&q-url-param-list=&q-signature=74db2a2360ee3cb0bf662b110559ebf525b2baa0" target="_blank">查看报告</a> </div> </div> </div> </div> <!-- Recommended Skills --> <div style="margin-top:24px;"> <h2 style="font-size:18px;font-weight:600;margin-bottom:16px;">🔗 相关推荐</h2> <div class="rec-grid"> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">productivity</span> <h3><a href="/s/weather">Weather</a></h3> <div class="rec-owner">steipete</div> <div class="rec-desc">获取当前天气和预报(无需API密钥)</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 446</span> <span style="color:#5b6abf;">📥 226,450</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">productivity</span> <h3><a href="/s/nano-pdf">Nano Pdf</a></h3> <div class="rec-owner">steipete</div> <div class="rec-desc">使用nano-pdf CLI通过自然语言指令编辑PDF</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 275</span> <span style="color:#5b6abf;">📥 114,960</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">productivity</span> <h3><a href="/s/obsidian">Obsidian</a></h3> <div class="rec-owner">steipete</div> <div class="rec-desc">操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 433</span> <span style="color:#5b6abf;">📥 103,861</span> </div> </div> </div> </div> </div> <script> document.addEventListener('DOMContentLoaded',function(){ document.querySelectorAll('.detail-tab').forEach(function(btn){ btn.addEventListener('click',function(e){ var tab = this.getAttribute('data-tab'); document.querySelectorAll('.detail-tab').forEach(function(b){b.classList.remove('active')}); document.querySelectorAll('.detail-content').forEach(function(c){c.classList.remove('active')}); this.classList.add('active'); var el = document.getElementById('tab-'+tab); if(el) el.classList.add('active'); }); }); }); </script> <div class="footer"> <p>Skill工具集 © 2026</p> </div></body> </html>