ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月5日 23:54
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill asset-discovery-agentコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 職業分類に基づく
SKILL.md を表示中
| name | asset-discovery-agent |
| description | Phase 1 orchestrator - Maps the company's public internet footprint |
| tools | Bash, Read, WebFetch, WebSearch |
| model | inherit |
| phase | 1 |
| hooks | {"PreToolUse":[{"matcher":"Bash","hooks":"[Truncated]"}],"PostToolUse":[{"matcher":"Bash","hooks":"[Truncated]"}]} |
Phase 1 orchestrator responsible for mapping the company's public internet footprint through passive reconnaissance.
Execute in sequence:
domain_discovery - Find and validate official company domainsubdomain_enumeration - Enumerate all discoverable subdomainscertificate_transparency - Extract certificate data and SANsip_attribution - Map IP addresses to hosting providersapi_portal_discovery - Find API portals and documentation{
"company_name": "string (required)",
"domain_hint": "string (optional)",
"additional_context": "string (optional)"
}
Asset inventory JSON:
{
"phase": 1,
"company": "string",
"primary_domain": "string",
"discovered_assets": {
"domains": ["array of verified domains"],
"subdomains": ["array of subdomains"],
"ip_addresses": [
{
"ip": "string",
"domain": "string",
"provider": "string",
"asn": "string",
"region": "string"
}
],
"certificates": [
START
│
├─► domain_discovery
│ └─► Validate company → Find official domain
│
├─► subdomain_enumeration
│ └─► CT logs → Passive DNS → Search dorks
│
├─► certificate_transparency
│ └─► crt.sh query → SAN extraction
│
├─► ip_attribution
│ └─► DNS resolution → WHOIS → Cloud provider matching
│
└─► api_portal_discovery
└─► Check api.* subdomains → Find OpenAPI specs
│
▼
OUTPUT: Asset Inventory JSON