← Back to Skills Marketplace
signalgridco

Signalgrid Push

by Signalgrid · GitHub ↗ · v1.0.35
cross-platform ✓ Security Clean
395
Downloads
0
Stars
2
Active Installs
36
Versions
Install in OpenClaw
/install signalgrid-push
Description
Send push notifications to your iOS / Android phones using Signalgrid.
Usage Guidance
This skill appears coherent and only needs your Signalgrid client key and channel. Before installing: (1) Treat SIGNALGRID_CLIENT_KEY as a secret—store it in your environment/config and don't paste it on the command line. The bundled script logs raw process arguments (DEBUG lines), so avoid passing any secret values as CLI args. (2) Set your OpenClaw tool profile to 'full' only if you trust network-capable skills, since that enables outgoing requests. (3) Confirm you trust the Signalgrid service (https://web.signalgrid.co) before providing credentials. If you want extra caution, consider reviewing or removing the debug console.log statements in signalgrid-push.js after installation.
Capability Analysis
Type: OpenClaw Skill Name: signalgrid-push Version: 1.0.35 The signalgrid-push skill is a legitimate tool for sending push notifications via the Signalgrid API (api.signalgrid.co). The implementation in signalgrid-push.js uses standard Node.js built-in modules, contains no external dependencies, and follows the behavior described in SKILL.md and README.md without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, required binaries (node), environment variables (SIGNALGRID_CLIENT_KEY, SIGNALGRID_CHANNEL), and the bundled script all align with sending push notifications to api.signalgrid.co. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs running the included Node script with title/body/type/critical options and to set the two Signalgrid env vars. The script only reads process.argv and the two declared env vars and posts to api.signalgrid.co. It does not read other files, system configs, or send data to unexpected endpoints. Note: the script prints debug logs (including raw process.argv and parsed args) which could expose any sensitive values passed on the command line.
Install Mechanism
No install spec is provided (instruction-only install), and the package includes a small Node script. Nothing is downloaded or extracted from external URLs during install, so there is low install-time risk.
Credentials
The skill requires only SIGNALGRID_CLIENT_KEY and SIGNALGRID_CHANNEL which are directly needed to authenticate and route notifications. The declared primary credential is the client key; no unrelated secrets are requested.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (platform default) but the skill does not request persistent system-wide changes or access to other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install signalgrid-push
  3. After installation, invoke the skill by name or use /signalgrid-push
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.35
- Minor documentation update: formatting adjustment in the "Examples" section of SKILL.md. - No changes to code or functionality.
v1.0.34
- Minor formatting adjustments in SKILL.md for improved readability. - Example code and list items in SKILL.md now have added spacing for clarity.
v1.0.33
- Documentation updated in SKILL.md - No functional or code changes; content and instructions remain consistent
v1.0.32
- Updated SKILL.md to adjust formatting in the "When to use" section for improved readability. - No functional or configuration changes.
v1.0.31
- Minor formatting adjustment in the "When to use" section for improved readability. - No changes to functionality or usage.
v1.0.30
- Fixed formatting in the "When to use" section of the documentation for improved readability. - No functional or interface changes; documentation only.
v1.0.29
- Minor formatting update in the "When to use" section for better readability. - No changes to functionality or usage.
v1.0.28
- Updated SKILL.md formatting: changed the "When to use" list from bullet points to "o" markers. - Adjusted code block formatting under environment variables for improved clarity.
v1.0.27
- Updated setup instructions for configuring environment variables, specifying the correct location in the OpenClaw interface. - No changes to features or functionality.
v1.0.26
- Updated the "When to use" section formatting for improved readability. - No changes to functionality or usage.
v1.0.25
- Minor formatting adjustments in SKILL.md for improved clarity - Adjusted spacing and line breaks for better readability in install and configuration instructions - No changes to functionality or usage
v1.0.24
- Updated Notes section to clarify instructions for setting the OpenClaw Tool Profile, with a detailed menu path. - No changes to functionality or code; documentation only.
v1.0.23
- Minor documentation update: extra blank line added before installation instructions in SKILL.md. - No changes to code or functionality.
v1.0.22
- Minor documentation update: improved formatting in the Notes section. - Removed duplicate "Install the skill" instruction for clarity. No changes to functionality.
v1.0.21
- Added a space before the note about phone numbers to improve formatting in the documentation. - No changes to core functionality.
v1.0.20
- Minor documentation update in SKILL.md. - Added a non-breaking space before the "Configure environment variables" section for improved formatting.
v1.0.19
- Minor formatting adjustment in SKILL.md to fix whitespace and improve readability. - No functional changes to the skill's features or usage.
v1.0.18
- Updated SKILL.md to improve formatting and code block consistency. - Environment variable setup instructions are now wrapped in a proper code block for clarity.
v1.0.17
- Improved SKILL.md documentation for clarity and usability - Added "Send a simple notification" to Examples section - Removed duplicate "Send Notification" section - No changes to skill logic or interface; update is documentation only
v1.0.16
- Fixed a formatting issue in the critical notification example by removing stray HTML tags. - No changes to functionality or usage. Documentation is now clearer and more consistent.
Metadata
Slug signalgrid-push
Version 1.0.35
License
All-time Installs 2
Active Installs 2
Total Versions 36
Frequently Asked Questions

What is Signalgrid Push?

Send push notifications to your iOS / Android phones using Signalgrid. It is an AI Agent Skill for Claude Code / OpenClaw, with 395 downloads so far.

How do I install Signalgrid Push?

Run "/install signalgrid-push" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Signalgrid Push free?

Yes, Signalgrid Push is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Signalgrid Push support?

Signalgrid Push is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Signalgrid Push?

It is built and maintained by Signalgrid (@signalgridco); the current version is v1.0.35.

💬 Comments