← Back to Skills Marketplace
rapiddns

RapidDNS

by RapidDNS · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
132
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rapiddns
Description
DNS reconnaissance and subdomain enumeration using rapiddns-cli (RapidDNS API). Use when: searching subdomains of a domain, reverse IP lookup, CIDR enumerati...
Usage Guidance
This skill is internally consistent: it documents installing a third‑party CLI and using a RapidDNS API key to perform DNS reconnaissance. Before installing or running commands: 1) verify the GitHub repository and release artifacts (use checksums/signatures if available) before running curl | tar | sudo mv; 2) avoid running binaries from unknown sources as root; 3) confirm where rapiddns-cli stores the API key (local config file) and whether it is stored encrypted; 4) use a dedicated RapidDNS API key with minimal permissions and be prepared to revoke it if needed; 5) be aware the CLI will contact rapiddns.io (see references/api.md) — do not supply other unrelated secrets to the tool. If you need greater assurance, ask the skill author for the repository URL, release checksums, or the exact config file path used to store API keys.
Capability Analysis
Type: OpenClaw Skill Name: rapiddns Version: 1.0.0 The skill provides instructions for DNS reconnaissance using the RapidDNS API, but it is classified as suspicious due to high-risk installation procedures in SKILL.md that involve downloading a binary via curl and executing sudo commands for installation. While these capabilities are plausibly needed for a CLI tool, they represent significant security risks (supply-chain and privilege escalation). Additionally, the _meta.json file contains an anomalous future-dated timestamp (March 2026), and there is a naming inconsistency in the installation instructions between the binary name ('rapiddns') and the command the agent is told to execute ('rapiddns-cli').
Capability Assessment
Purpose & Capability
The name/description (DNS reconnaissance, subdomain enumeration) align with the SKILL.md and references. No unrelated credentials, binaries, or config paths are requested by the skill metadata that would be inconsistent with DNS recon.
Instruction Scope
Runtime instructions are limited to installing/using the rapiddns-cli binary, running search/export commands, and configuring an API key via the CLI. The instructions do not direct reading unrelated local files, accessing unrelated services, or transmitting data to unexpected endpoints.
Install Mechanism
The skill is instruction-only (no install spec). It recommends downloading pre-built releases from GitHub or using 'go install', both common for CLI tools. The README shows curl | tar extraction and a sudo mv step — standard but requires the user to trust the GitHub release artifacts.
Credentials
No environment variables are declared in the registry metadata, which is reasonable because the API key is managed via the CLI ('rapiddns-cli config set-key'). Full functionality requires a RapidDNS API key; this is proportional to the described features. Users should be aware the key will be stored locally by the CLI (the SKILL.md does not state the storage location or format).
Persistence & Privilege
The skill does not request persistent/system-wide privileges in the registry (always:false) and does not modify other skills or global agent settings. Allowing the agent to invoke the skill autonomously is the platform default and not by itself concerning.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rapiddns
  3. After installation, invoke the skill by name or use /rapiddns
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: DNS reconnaissance, subdomain enumeration, reverse IP, CIDR, advanced queries, export. Cross-platform support.
Metadata
Slug rapiddns
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is RapidDNS?

DNS reconnaissance and subdomain enumeration using rapiddns-cli (RapidDNS API). Use when: searching subdomains of a domain, reverse IP lookup, CIDR enumerati... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.

How do I install RapidDNS?

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

Is RapidDNS free?

Yes, RapidDNS is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does RapidDNS support?

RapidDNS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created RapidDNS?

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

💬 Comments