{"$schema":"https://agentskills.io/schema/v0.2.0/index.json","name":"blockINT.ai","description":"Blockchain threat intelligence skills for AI agents","skills":[{"name":"check-address","type":"api","description":"Screen a blockchain address against 64,000+ C3 community fraud reports. Returns risk score (0-100), risk level, crime types, and report count.","url":"https://blockint.ai/api/v1/c3-reports/check/{address}","method":"GET","auth":[{"type":"apiKey","in":"header","name":"x-api-key","description":"bint_ key — 10 free calls/day"},{"type":"x402","price":"$0.01 USDC","networks":["base (eip155:8453)","solana"],"description":"Keyless micropayment — no registration required"}]},{"name":"batch-check","type":"api","description":"Screen up to 50 blockchain addresses in a single API call.","url":"https://blockint.ai/api/v1/check","method":"POST","auth":[{"type":"apiKey","in":"header","name":"x-api-key","description":"bint_ key — 10 free calls/day"},{"type":"x402","price":"$0.40 USDC","networks":["base (eip155:8453)","solana"],"description":"Keyless micropayment — no registration required"}]},{"name":"check-domain","type":"api","description":"Screen a domain name for association with fraud reports.","url":"https://blockint.ai/api/v1/domains/check/{domain}","method":"GET","auth":[{"type":"apiKey","in":"header","name":"x-api-key","description":"bint_ key — 10 free calls/day"},{"type":"x402","price":"$0.01 USDC","networks":["base (eip155:8453)","solana"],"description":"Keyless micropayment — no registration required"}]},{"name":"search-reports","type":"api","description":"Full-text search across all public C3 community threat reports.","url":"https://blockint.ai/api/v1/c3-reports/search?q={query}","method":"GET","auth":[{"type":"apiKey","in":"header","name":"x-api-key","description":"bint_ key — 10 free calls/day"},{"type":"x402","price":"$0.01 USDC","networks":["base (eip155:8453)","solana"],"description":"Keyless micropayment — no registration required"}]},{"name":"file-report","type":"api","description":"File a new C3 community fraud report. ALWAYS FREE — no API key or x402 payment required. Anonymous submissions accepted; provide a bint_ key for attribution and leaderboard credit.","url":"https://blockint.ai/api/v1/c3-reports","method":"POST","auth":[{"type":"none","description":"No authentication required — always free and anonymous accepted"},{"type":"apiKey","in":"header","name":"x-api-key","description":"Optional bint_ key for attribution and leaderboard credit"}],"free":true}]}