Overview
- Skill Key
- cutthemustard/lookup-dns
- Author
- cutthemustard
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/cutthemustard/lookup-dns
- Latest Commit SHA
- 908d806bf9ff78f7c6809e118c3aa0ae1e8daa47
DNS record lookups, reverse DNS, WHOIS via RDAP, and IP geolocation.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 dns-lookup 技能。 若已安装,则直接安装 dns-lookup 技能。
# dns-lookup
DNS record lookups (A, AAAA, MX, TXT, CNAME, NS, SOA), reverse DNS (PTR), WHOIS/RDAP domain info, and IP geolocation.
## Data Handling
This skill sends domain names and IP addresses to an external API. The service does not store or log input data beyond the immediate response.
## Endpoints
### DNS Lookup
```bash
curl -X POST https://dns.agentutil.net/v1/lookup \
-H "Content-Type: application/json" \
-d '{"domain": "example.com", "type": "MX"}'
```
Types: A, AAAA, MX, TXT, CNAME, NS, SOA, ANY. Default: A.
### Reverse DNS
```bash
curl -X POST https://dns.agentutil.net/v1/reverse \
-H "Content-Type: application/json" \
-d '{"ip": "8.8.8.8"}'
```
### WHOIS
```bash
curl -X POST https://dns.agentutil.net/v1/whois \
-H "Content-Type: application/json" \
-d '{"domain": "example.com"}'
```
### IP Geolocation
```bash
curl -X POST https://dns.agentutil.net/v1/geoip \
-H "Content-Type: application/json" \
-d '{"ip": "8.8.8.8"}'
```
## Response Format
```json
{
"records": [{"type": "A", "value": "93.184.216.34", "ttl": 300}],
"domain": "example.com",
"query_type": "A",
"request_id": "abc-123",
"service": "https://dns.agentutil.net"
}
```
## Pricing
- Free tier: 10 queries/day, no authentication required
- Paid tier: $0.001/query via x402 protocol (USDC on Base)
## Privacy
No authentication required for free tier. No personal data collected. Rate limiting uses IP hashing only.
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.