Install
openclaw skills install evm-analystAnalyze Polygon EVM fund-flow patterns from seed addresses, tx hashes, and Dune log outputs. Use fixed registered Dune queries only.
openclaw skills install evm-analystUse this skill when the user provides Polygon seed addresses, transaction hashes, decoded logs, raw polygon.logs rows, or Dune query results and asks for fund-flow reconstruction, pattern annotation, or accounting classification.
references/dune_query_registry.md. Do not invent query IDs or URLs.addresses; pattern differences belong in flow_edges and log_annotations.flow_edges contains only transfer-class events, including mint/burn. Swap, Sync, Approval, and custom events stay in log_annotations unless they directly transfer value.external_capital_inflow from protocol_token_recycle.next_query_plan instead of guessing.references/topic0_dictionary.md when available. Unknown topic0 should be marked unknown_event_signature.Keep results concise and structured. Prefer these tables when relevant:
addresses: address, role_guess, evidence, confidencepatterns: pattern_id, pattern_name, description, confidencepattern_steps: pattern_id, step_no, event_type, contract_address, topic0, meaningflow_edges: tx_hash, log_index, from_address, to_address, token_contract, amount_raw, amount_normalized, edge_typelog_annotations: tx_hash, log_index, contract_address, topic0, decoded_signature, interpretationtx_classification: tx_hash, classification, reason, unresolved_itemsaccounting_summary: bucket, token_contract, gross_in, gross_out, net, notesdiscovered_addresses: address, first_seen_tx, reason_to_follownext_query_plan: query_code, purpose, parameters_neededDo not output prose-only analysis.