用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dapperdivers/roundtable-arsenal --skill shodan-recon命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Synthesize domain knight summaries into a comprehensive Daily Briefing for Derek's Obsidian vault. Your output IS the briefing file — write the full document, not a summary of it.
Procedure for the morning-briefing verify_claims step: re-run the check behind every mechanically-verifiable claim in the domain summaries, build the authoritative knight-liveness map from vault file mtimes, update the open-items ledgers, and emit one JSON verification report that the synthesizer treats as the only source of numbers.
Protocol for the per-domain open-items ledger at /vault/Briefings/Ledger/<domain>.json. Replaces prose memory as the carry-forward mechanism for tracked items: Day-N counters are computed from first_seen, items are re-verified before being carried, and resolutions are recorded machine-readably so they can never be silently lost.
基于 SOC 职业分类
正在显示 SKILL.md
| name | shodan-recon |
| description | Query Shodan for internet-facing asset intelligence, exposure analysis, and threat enrichment. |
Query the Shodan API for internet-facing asset intelligence. Use for exposure analysis, threat enrichment, vulnerability correlation, and attack surface mapping.
SHODAN_API_KEY environment variable must be setbash scripts/shodan-search.sh "query" [limit]
Search Shodan's database. Uses Shodan search syntax (e.g., org:"Target Corp", port:22 country:US, vuln:CVE-2026-1731).
bash scripts/shodan-host.sh <ip>
Returns open ports, services, banners, vulnerabilities, and geolocation for a specific IP.
bash scripts/shodan-exploits.sh "query" [limit]
Search Shodan's exploit database for known exploits matching a query (CVE ID, product name, etc.).
| Query | Description |
|---|---|
port:3389 country:US | RDP exposed in the US |
vuln:CVE-2026-1731 | Hosts vulnerable to specific CVE |
org:"Company Name" | Assets belonging to an organization |
product:nginx city:"Birmingham" | Nginx servers in Birmingham |
ssl.cert.subject.CN:"example.com" | Hosts with specific SSL cert |
has_vuln:true port:443 | HTTPS hosts with known vulns |
All scripts output JSON. Parse with standard tools or pass to report-generator skill for formatted output.