Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Liberty91LTD/cti-skills --skill shodan-apigit clone --depth 1 https://github.com/Liberty91LTD/cti-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/liberty91ltd/cti-skills/shodan-api)<a href="https://agentmods.dev/skills/liberty91ltd/cti-skills/shodan-api"><img src="https://agentmods.dev/badge/skills/liberty91ltd/cti-skills/shodan-api/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/liberty91ltd/cti-skills/shodan-api"><img src="https://agentmods.dev/badge/skills/liberty91ltd/cti-skills/shodan-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.00609 |
| Opus 5 | $0.00010 | $0.00304 |
| Sonnet 5 | $0.00004 | $0.00122 |
| Haiku 4.5 | $0.00002 | $0.00061 |
Grade A, and why
shodan-api scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s "https://api.shodan.io/shodan/host/{ip}?key=$SHODAN_API_KEY" What it actually says
Shodan API
Base URL
https://api.shodan.io
Authentication
Query parameter: ?key=$SHODAN_API_KEY
Rate Limits
- Free: 1 request/second, 100 results/search
- Paid: Higher limits and more features
Key Endpoints
Host Information
curl -s "https://api.shodan.io/shodan/host/{ip}?key=$SHODAN_API_KEY"
Useful fields:
ip_str— IP addressports— open portsdata[]— service banners per port (product, version, transport)os— detected OShostnames— reverse DNSvulns— CVE list (paid feature)org— organisationisp— ISPcountry_code— countrylast_update— last scan date
DNS Resolution
curl -s "https://api.shodan.io/dns/resolve?hostnames={domain}&key=$SHODAN_API_KEY"
Reverse DNS
curl -s "https://api.shodan.io/dns/reverse?ips={ip}&key=$SHODAN_API_KEY"
Search
curl -s "https://api.shodan.io/shodan/host/search?query={query}&key=$SHODAN_API_KEY"
Search filters: port:, org:, country:, product:, version:, ssl.cert.subject.cn:, http.title:, vuln:
API Info (check credits)
curl -s "https://api.shodan.io/api-info?key=$SHODAN_API_KEY"
Common Queries
ssl.cert.subject.cn:example.com— find hosts with specific SSL certificateorg:"Target Org"— find hosts belonging to an orgproduct:"Apache" port:443 country:RU— specific service in a countryvuln:CVE-2024-12345— hosts vulnerable to specific CVE (paid)
Response Summary Format
ip: <IP>
hostnames: [<list>]
org: <organisation>
isp: <ISP>
country: <country>
os: <operating system>
open_ports: [<port list>]
services:
- port: 80
product: nginx
version: 1.18.0
vulnerabilities: [<CVE list>] # paid only
last_update: <date>
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 82 lines · 19 tokens per session scan A f10083d66016
shodan-api is a skill published in the GitHub repository Liberty91LTD/cti-skills (18 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 609 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
dev-engineer
Adds logic, state management, TypeScript types, and CRUD operations to UI. Works AFTER ui-first-builder creates the interface. Implements Zustand stores, form handling with React Hook Form + Zod, and prepares for backend connection. Triggers: add logic, add functionality, make it work, state management, form…
integrations
One-request, complete setup of external services — payment (Stripe, PromptPay, Omise, 2C2P), email, auth, analytics, storage and other integrations, including Thai-market services. Installs SDKs, creates API routes, env templates, and UI components in one pass. Use when the user asks to add payments, email, login…
api-documenter
Auto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger specs from code. Triggers on API file changes, documentation requests, endpoint additions.
api-debug
Debug REST, GraphQL, webhook, and OAuth/API-key integrations with layered request, auth, schema, and response checks.
eep-adopt-app
User wants the Entity Engagement Protocol in their application—EEP, signed webhooks, SSE, gates, "agent-ready API," or running eep-dev/agent-adopt. Use for adopt EEP, add EEP, EEP webhooks, not for generic REST without EEP.
vigilante-issue-implementation-on-php
Implement a GitHub issue end-to-end when Vigilante dispatches work for a PHP repository with Composer, static analysis, and security guidance.