← Back to Skills Marketplace
gora050

Pushbots

by Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pushbots
Description
PushBots integration. Manage data, records, and automate workflows. Use when the user wants to interact with PushBots data.
Usage Guidance
This skill delegates PushBots work to the Membrane CLI. Before installing or running it: (1) verify the @membranehq/cli package and publisher on npm (look at package source, versions, and recent maintainers); (2) prefer running the CLI in an isolated environment (container or throwaway VM) rather than doing a global npm -g install on a production host; (3) be cautious with npx as it fetches code at runtime — consider installing a pinned version or auditing the package; (4) confirm the Membrane service (getmembrane.com) and its privacy/permissions meet your requirements, since authentication is handed to their service; (5) note the registry metadata omitted required binaries (npm/node) — ensure your environment has those available before trusting automatic runs. If you need higher assurance, ask the publisher for a formal install spec or a pinned release URL and the source code to audit.
Capability Analysis
Type: OpenClaw Skill Name: pushbots Version: 1.0.1 The pushbots skill bundle provides standard instructions for an AI agent to interact with the PushBots platform using the Membrane CLI. The SKILL.md file outlines legitimate procedures for installation via npm, authentication, and managing push notification actions through the Membrane framework. No indicators of data exfiltration, malicious command execution, or harmful prompt injection were identified; the logic is entirely consistent with the stated purpose of integrating a third-party messaging service.
Capability Assessment
Purpose & Capability
The name/description (PushBots integration) matches the instructions: the skill delegates work to the Membrane CLI which in turn integrates with PushBots. However the registry metadata lists no required binaries while SKILL.md requires npm/npx and the @membranehq/cli package — a mismatch between declared requirements and actual runtime instructions.
Instruction Scope
Instructions are narrowly scoped to using the Membrane CLI to connect to PushBots, discover/create actions, and run them. The SKILL.md does not instruct reading unrelated files or exfiltrating data, and it explicitly tells the agent to rely on Membrane for auth rather than asking for raw API keys.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md tells users/agents to run `npm install -g @membranehq/cli@latest` and also uses `npx @membranehq/cli@latest` in examples. Global npm installs and npx imply fetching code from the npm registry (supply‑chain risk) and the registry should have declared this. No explicit pinned version or checksum is provided; the mixed use of global install vs npx is inconsistent.
Credentials
The skill requests no environment variables or credentials in the registry. The SKILL.md instructs interactive login to Membrane and says Membrane manages credentials server‑side, which is proportionate to the described functionality.
Persistence & Privilege
The skill is not marked always:true and does not request system‑wide configuration or modify other skills. It relies on the Membrane service for auth and operations; there is no disproportionate persistence request.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pushbots
  3. After installation, invoke the skill by name or use /pushbots
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Slug pushbots
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Pushbots?

PushBots integration. Manage data, records, and automate workflows. Use when the user wants to interact with PushBots data. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Pushbots?

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

Is Pushbots free?

Yes, Pushbots is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pushbots support?

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

Who created Pushbots?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.

💬 Comments