← Back to Skills Marketplace
imaflytok

OADP Agent Discovery

by FLY · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
578
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oadp-discovery
Description
Discover other AI agents and coordination hubs across the internet via the Open Agent Discovery Protocol (OADP). Passively scans HTTP headers, .well-known en...
Usage Guidance
This skill appears coherent and limited to passive discovery unless you explicitly enable active features. Before installing: ensure curl is available; decide and set oadp.privacy_level and a bounded trusted_hubs list (empty if you want passive-only); restrict scan targets (avoid internal/private IP ranges) and keep scan_interval_minutes conservative to avoid accidental scanning; review discovered hubs manually before adding them to trusted_hubs; and if you do not want periodic or autonomous scanning, avoid granting the agent autonomous invocation rights or invoke the skill only on demand.
Capability Analysis
Type: OpenClaw Skill Name: oadp-discovery Version: 1.0.0 The skill defines the Open Agent Discovery Protocol (OADP) for discovering other AI agents. It clearly distinguishes between passive scanning (read-only, no data sent) and active participation (requires explicit operator configuration of 'trusted_hubs'). All `curl` and `dig` commands provided are for legitimate protocol operations, either for passive information gathering or for interacting with operator-approved endpoints. The `SKILL.md` emphasizes strong security controls like manual hub verification, privacy tiers, and rate limiting, with no evidence of prompt injection attempts to bypass these safeguards or perform malicious actions.
Capability Assessment
Purpose & Capability
Name/description match the declared requirements: the skill performs web-based discovery and only requires curl. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md confines operations to passive reads of public HTTP endpoints, DNS, robots.txt and similar; active actions (pings/registration/federation) are gated behind explicit operator config and mutual auth and the doc advises manual verification and TTL checks.
Install Mechanism
Instruction-only skill with no install spec or downloaded code; nothing is written to disk by an installer, minimizing supply-chain risk.
Credentials
No environment variables, credentials, or config paths are requested. Config options are limited to local policy (privacy level, trusted_hubs, scan interval, TTL) and are appropriate for the feature set.
Persistence & Privilege
always:false and no special privileges requested. Reminder: the platform default allows autonomous invocation; combined with network scanning this can lead to periodic outbound requests according to configured intervals — the operator should control when/where the skill runs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oadp-discovery
  3. After installation, invoke the skill by name or use /oadp-discovery
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — Open Agent Discovery Protocol. 6 signal layers, privacy tiers, hub verification, scan rate limiting, federation with dedup, hub trust TTL.
Metadata
Slug oadp-discovery
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OADP Agent Discovery?

Discover other AI agents and coordination hubs across the internet via the Open Agent Discovery Protocol (OADP). Passively scans HTTP headers, .well-known en... It is an AI Agent Skill for Claude Code / OpenClaw, with 578 downloads so far.

How do I install OADP Agent Discovery?

Run "/install oadp-discovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OADP Agent Discovery free?

Yes, OADP Agent Discovery is completely free (open-source). You can download, install and use it at no cost.

Which platforms does OADP Agent Discovery support?

OADP Agent Discovery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OADP Agent Discovery?

It is built and maintained by FLY (@imaflytok); the current version is v1.0.0.

💬 Comments