/** * Skill: herd_intelligence — On-chain intelligence via Herd MCP. * * Multi-action skill that exposes HerdIntelligence composed methods * to the Clawtomaton agent. Combines Herd's block explorer data with * Clawncher's domain-specific on-chain reading. * * Actions (all read-only, available at normal + low_compute tiers): * investigate — Investigate contract, tx, or wallet (auto-detects) * audit_token — Security audit with risk score (0-100) * validate_swap — Pre-swap route validation vs historical data * validate_claim — Fee-claim validation vs historical claims * profile_counterparty — Trust assessment for a wallet/contract * search_code — Regex search across on-chain contract code * track_token — Track token transfers for a given holder+token * bookmark — List/add/remove Herd bookmarks * simulate — Generate HAL expressions for simulation * * Requires HERD_ACCESS_TOKEN env var or stored auth at ~/.clawncher/herd-auth.json. */ import type { SkillDefinition } from '../types.js'; export declare const herdIntelligenceSkill: SkillDefinition; //# sourceMappingURL=herd.d.ts.map