← 返回 Skills 市场
114
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install poke
功能描述
Send SMS/iMessage to the user via Poke and process inbound Poke events. Use when the user asks to be texted, for SMS-based alerts, when processing events for...
安全使用建议
Before installing or running these instructions: 1) Inspect the openclaw-poke npm package source (or run it in an isolated VM/container) — do not blindly run global npm installs from unknown publishers. 2) Backup any files the guide will modify (openclaw.json, the poke binary, node_modules) and verify the sed replacement strings are correct; consider asking the maintainer for an official fix rather than patching binary files. 3) Prefer OAuth rather than pasting API keys when possible, and review what data in openclaw.json will be read/written (it may contain bearer tokens). 4) Review the systemd unit content before enabling it; running a persistent service is expected but increases exposure. 5) If you cannot validate the npm package and the patch steps, consider using the alternative manual registration with a secure tunnel provider (Tailscale/ngrok) or ask for an audited release. 6) If you proceed, run the setup with least privilege (user-level, not root) and monitor changes (file diffs, service activation).
功能分析
Type: OpenClaw Skill
Name: poke
Version: 0.6.5
The skill instructions in SKILL.md direct the agent to perform high-risk system modifications, including patching the 'poke' CLI binary and library files using sed to bypass SDK logic and establishing persistence via a systemd service for a network tunnel. While these actions are framed as a setup process for the Poke bridge, binary modification and automated tunnel persistence are significant security risks. Additionally, the skill requires global NPM installations and executes setup scripts (npx openclaw-poke setup) that interact with local configuration files like openclaw.json to extract auth tokens.
能力评估
Purpose & Capability
Name/description align with the instructions: the SKILL.md details connecting an OpenClaw agent to a Poke relay, running an MCP server, and sending/receiving SMS. Requiring access to openclaw.json (gateway ports/tokens) and running a tunnel/service is coherent with that purpose.
Instruction Scope
Instructions go beyond simple configuration: they read/write openclaw.json, create and enable systemd services, invoke global npm installs and npx setup, and explicitly patch binaries and node_modules via sed. The binary/library patching is broad, invasive, and modifies installed code on disk — scope creep relative to a purely messaging bridge.
Install Mechanism
There is no registry install spec recorded; instead the SKILL.md instructs the operator to run `npm install -g openclaw-poke` and `npx openclaw-poke setup`. Pulling and running an unverified npm package is moderate risk. The included sed-based patches that alter CLI and SDK files are high risk because they edit installed artifacts in-place.
Credentials
The skill declares no required env vars, which matches the metadata. It does rely on reading/writing openclaw.json and on obtaining a Poke API key or OAuth. Access to openclaw.json may expose gateway/hook tokens; that is relevant to operation but should be reviewed before granting.
Persistence & Privilege
The setup creates persistent user systemd services and a long-running tunnel process, giving ongoing presence on the host. While expected for a tunnel, combined with in-place binary and module patches this grants substantial persistent modification of the environment and warrants caution.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install poke - 安装完成后,直接呼叫该 Skill 的名称或使用
/poke触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.6.5
Auto-patches Poke SDK tunnel bug, auto-starts tunnel systemd service, README rewritten, versions synced
v0.6.1
Generic session targeting - agents discover their own session key via list_sessions instead of hardcoding
v0.6.0
v0.6.0: Full handshake setup, source routing ([Poke→OpenClaw] prefix), architecture split (Poke owns triggers, OpenClaw executes), session targeting, 8 MCP tools + 4 agent tools
元数据
常见问题
Poke Bridge 是什么?
Send SMS/iMessage to the user via Poke and process inbound Poke events. Use when the user asks to be texted, for SMS-based alerts, when processing events for... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Poke Bridge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install poke」即可一键安装,无需额外配置。
Poke Bridge 是免费的吗?
是的,Poke Bridge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Poke Bridge 支持哪些平台?
Poke Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Poke Bridge?
由 G9Pedro(@g9pedro)开发并维护,当前版本 v0.6.5。
推荐 Skills