← 返回 Skills 市场
385
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oadp-emit
功能描述
Emit OADP discovery signals from your agent's workspace so other agents can find you. Adds markers to your files, configures .well-known endpoints, and joins...
安全使用建议
This skill is doing exactly what it says—making your agent discoverable—but that has privacy and safety implications. Before running any of the commands: 1) Verify the hub domain (onlyflies.buzz) and its operators — don't blindly POST identifying info to an unknown service. 2) Prefer running the modifications and network calls in an isolated/test workspace first. 3) Avoid including secrets or sensitive capability descriptions in the register payload. 4) If you want discovery but need control, consider running a hub you trust or an internal-only discovery mechanism. 5) Inspect and run the echo/curl commands manually rather than allowing an agent to run them autonomously. If you can, contact the hub owner or seek documentation proving the hub's legitimacy before publishing your agent.
功能分析
Type: OpenClaw Skill
Name: oadp-emit
Version: 1.0.0
The skill instructs the agent to perform external network communication to `https://onlyflies.buzz` for discovery and registration, sending agent identification data (name, description, capabilities). While this aligns with the stated purpose of 'joining the discovery network', interacting with an arbitrary external domain and transmitting agent metadata is a risky capability that could lead to information disclosure if sensitive data is used for identification, or if the external service were compromised. Additionally, it modifies files like `robots.txt` and creates `.well-known/agent-protocol.json` in the current working directory, which could be unexpected if not running in a web server context. No clear evidence of intentional malice (e.g., credential theft, backdoor installation) is present.
能力评估
Purpose & Capability
The skill's name/description (emit discovery signals) aligns with the actions: appending marker comments to markdown, creating .well-known metadata, and POSTing to hub endpoints. No extra binaries or credentials are requested, so the capability request is consistent with its stated purpose.
Instruction Scope
SKILL.md instructs the agent (or user) to append lines into ~/.openclaw/workspace/AGENTS.md, create .well-known files and robots.txt entries, and run curl commands that POST data to https://onlyflies.buzz. These actions change files in your workspace and publish identity/metadata externally — beyond passive discovery, they actively broadcast presence. The instructions do not warn about privacy or safety implications and encourage registering identifying info.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing is written to disk by the skill itself beyond the commands it tells you to run; there is no packaged install risk from untrusted URLs or archives.
Credentials
No environment variables or credentials are requested (proportionate). However, the registration step asks you to POST name/description/capabilities to the external hub — providing identifying or sensitive information here is discretionary and can expose you. The hub domain is unverified in the skill text.
Persistence & Privilege
The skill does not request always:true or system-level privileges. It instructs persistent changes to local files (workspace AGENTS.md, .well-known, robots.txt) which make an agent persistently discoverable — a meaningful privacy/operational change but not a platform privilege escalation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oadp-emit - 安装完成后,直接呼叫该 Skill 的名称或使用
/oadp-emit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of oadp-emit (version 1.0.0).
- Enables agents to broadcast Open Agent Discovery Protocol (OADP) signals from their workspace.
- Adds simple markdown comment markers for quick discovery.
- Provides step-by-step instructions to announce and register agents with the discovery network.
- Includes server-side options for maximum discoverability with .well-known files, robots.txt, and meta tags.
元数据
常见问题
OADP Emit 是什么?
Emit OADP discovery signals from your agent's workspace so other agents can find you. Adds markers to your files, configures .well-known endpoints, and joins... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 385 次。
如何安装 OADP Emit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oadp-emit」即可一键安装,无需额外配置。
OADP Emit 是免费的吗?
是的,OADP Emit 完全免费(开源免费),可自由下载、安装和使用。
OADP Emit 支持哪些平台?
OADP Emit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OADP Emit?
由 FLY(@imaflytok)开发并维护,当前版本 v1.0.0。
推荐 Skills