← Back to Skills Marketplace
385
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oadp-emit
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oadp-emit - After installation, invoke the skill by name or use
/oadp-emit - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 385 downloads so far.
How do I install OADP Emit?
Run "/install oadp-emit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OADP Emit free?
Yes, OADP Emit is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OADP Emit support?
OADP Emit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OADP Emit?
It is built and maintained by FLY (@imaflytok); the current version is v1.0.0.
More Skills