← 返回 Skills 市场
ToyBridge
作者
AmandaClarke61
· GitHub ↗
· v1.0.0
272
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toybridge
功能描述
Control any BLE toy that has been reverse-engineered and connected via the ToyBridge server. Calls a local HTTP API to send vibrate/stop commands. Requires t...
安全使用建议
This skill is internally coherent: it simply issues curl requests to a local ToyBridge server and requires no installs or secrets. Before installing, make sure you actually run the ToyBridge server locally and review that upstream repo (https://github.com/AmandaClarke61/toybridge) to ensure you trust the code that speaks to your device. Be aware that the agent will send HTTP requests to localhost to control physical hardware — if you do not want automatic or remote triggering of devices, restrict the agent's autonomous invocation or only run the skill when you explicitly call it. Also avoid exposing the ToyBridge server port to untrusted networks; the skill assumes the service is local (host.docker.internal/localhost). If you see unexpected endpoints, requests to external hosts, or additional env/credential requirements, do not install.
功能分析
Type: OpenClaw Skill
Name: toybridge
Version: 1.0.0
The toybridge skill provides instructions for an AI agent to control BLE devices via a local HTTP API. It uses standard curl commands within SKILL.md to interact with a ToyBridge server on localhost or host.docker.internal. There is no evidence of data exfiltration, malicious execution, or prompt injection; the logic is strictly limited to the stated purpose of device control.
能力评估
Purpose & Capability
The name/description claim to control BLE toys via a locally running ToyBridge server and the SKILL.md only requires that server; no unrelated credentials, binaries, or installs are requested. Minor oddities: the registry metadata restricts the skill to macOS (darwin) even though the ToyBridge server appears OS-agnostic, and the README refers to specific repo paths (4-bridge/ble_worker.py) which are part of the ToyBridge project rather than the skill itself. These are plausibly benign but unnecessary.
Instruction Scope
Runtime instructions are explicit: use bash/curl to POST to local endpoints (host.docker.internal:8888 or localhost). The skill does not instruct reading arbitrary system files or sending data to external endpoints. It references local ToyBridge files and a server start command only as prerequisites. One small vagueness: the command 'uv run 4-bridge/server.py' is nonstandard/unexplained (likely a project-specific runner) but not a security red flag by itself.
Install Mechanism
No install spec or code files are included; this is instruction-only, so nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The local-only HTTP API calls are proportional to the described device-control purpose.
Persistence & Privilege
always is false (normal). The skill allows autonomous invocation (disable-model-invocation is false) which is the platform default. Because the skill can issue commands that operate physical devices, you should consider whether you want an agent to be able to call it autonomously — this is a policy/consent question rather than an incoherence in the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install toybridge - 安装完成后,直接呼叫该 Skill 的名称或使用
/toybridge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: generic skill for any reverse-engineered BLE toy
元数据
常见问题
ToyBridge 是什么?
Control any BLE toy that has been reverse-engineered and connected via the ToyBridge server. Calls a local HTTP API to send vibrate/stop commands. Requires t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 272 次。
如何安装 ToyBridge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install toybridge」即可一键安装,无需额外配置。
ToyBridge 是免费的吗?
是的,ToyBridge 完全免费(开源免费),可自由下载、安装和使用。
ToyBridge 支持哪些平台?
ToyBridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 ToyBridge?
由 AmandaClarke61(@amandaclarke61)开发并维护,当前版本 v1.0.0。
推荐 Skills