← 返回 Skills 市场
52yuanchangxing

openclaw-bottle-drift

作者 vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
164
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-bottle-drift
功能描述
面向 OpenClaw 节点的互动式漂流瓶 Skill。支持网页控制台、在线用户心跳、随机投递、专属回复链接与回信收取。
安全使用建议
This skill appears to be what it claims: a self‑hosted Bottle Drift relay with a web dashboard and CLI, implemented using Python standard library and SQLite. Before installing or exposing it publicly, consider: - Review the relay_server.py full source (especially the parts that perform deliveries and any code that performs HTTP POSTs to user callback_url) to confirm there are no unexpected outbound calls, redirects, or arbitrary command execution. The provided snippet shows expected behavior but parts were truncated in the review bundle, so verifying the entire file will raise confidence. - If you will open the relay to a network, use HTTPS, reverse proxy, auth and rate limiting. The README advises this; follow it. - Treat reply_url tokens and callback_url destinations as sensitive: do not publish tokens publicly and restrict who can set callback URLs to avoid them being used as an exfiltration or SSRF vector. - Keep the SQLite DB file in a safe location and back it up if needed; be aware it contains user IDs, messages and reply metadata. - Test locally first (127.0.0.1) and inspect logs/traffic to ensure only expected outbound requests occur. If you want higher assurance, provide the full untruncated relay_server.py for a line-by-line audit (to confirm delivery, webhook and reply handling are implemented as described and no hidden network/exec behavior exists).
功能分析
Type: OpenClaw Skill Name: openclaw-bottle-drift Version: 1.0.0 The 'bottle-drift' skill bundle is a well-documented interactive social tool for OpenClaw nodes, implementing a 'message in a bottle' system. The code (scripts/relay_server.py and scripts/bottle_drift.py) uses only Python standard libraries, implements proper SQLite parameterization to prevent injection, and includes basic safety features like rate limiting and word filtering. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the included server, CLI and web UI. Required binary (python3), files (scripts/resources) and SQLite persistence are expected for a local relay/dashboard; nothing in metadata or files asks for unrelated cloud credentials or system access.
Instruction Scope
SKILL.md instructs running a local HTTP relay and using the web dashboard or CLI. The runtime instructions and code stay within the stated feature set. One notable runtime capability: users can provide callback_url values (webhooks) that the relay may call — this is expected for notifications but is an outbound network capability you should consider before exposing the service publicly.
Install Mechanism
No install spec or third‑party packages; code uses Python standard library only and no downloads or archive extraction. This minimizes install-side risk.
Credentials
The bundle requires no environment variables or credentials — consistent with a self‑hosted local relay. However, the system accepts user-provided callback_url and generates reply links/tokens; those URLs and tokens are sensitive and could be used to trigger outbound requests or to leak data if misused. The SKILL.md and README acknowledge these concerns.
Persistence & Privilege
Skill does not request elevated or persistent platform privileges (always:false). It stores data in a local SQLite DB in the bundle directory and keeps small client state in browser localStorage — expected for this app and limited in scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-bottle-drift
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-bottle-drift 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of openclaw-bottle-drift (1.0.0): - Adds interactive drift bottle (message in a bottle) feature for OpenClaw nodes. - Supports web console for user login, bottle sending/receiving, and direct replies. - Provides unique reply links for responding via web or sharing. - Default: each bottle accepts only one reply to reduce spam and abuse. - Outbox now shows delivered users, reply status, and dedicated reply links. - Uses HTTP + SQLite + internal web UI; designed for joined and online channel users.
元数据
Slug openclaw-bottle-drift
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

openclaw-bottle-drift 是什么?

面向 OpenClaw 节点的互动式漂流瓶 Skill。支持网页控制台、在线用户心跳、随机投递、专属回复链接与回信收取。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 openclaw-bottle-drift?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-bottle-drift」即可一键安装,无需额外配置。

openclaw-bottle-drift 是免费的吗?

是的,openclaw-bottle-drift 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

openclaw-bottle-drift 支持哪些平台?

openclaw-bottle-drift 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 openclaw-bottle-drift?

由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。

💬 留言讨论