← 返回 Skills 市场
Pushbots
作者
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
116
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pushbots
功能描述
PushBots integration. Manage data, records, and automate workflows. Use when the user wants to interact with PushBots data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pushbots - 安装完成后,直接呼叫该 Skill 的名称或使用
/pushbots触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Pushbots 是什么?
PushBots integration. Manage data, records, and automate workflows. Use when the user wants to interact with PushBots data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Pushbots?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pushbots」即可一键安装,无需额外配置。
Pushbots 是免费的吗?
是的,Pushbots 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pushbots 支持哪些平台?
Pushbots 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pushbots?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。
推荐 Skills