| name | governance-intel |
| description | Comprehensive DAO governance analytics — scan active proposals, analyze voting patterns, profile delegates, and measure DAO health across 20,000+ Snapshot spaces. No API keys required. |
| version | 1.0.0 |
| author | Nihal Nihalani |
| tags | ["dao","governance","voting","snapshot","proposals","delegates","web3","decentralization"] |
| triggers | [{"type":"keyword","keywords":["governance proposals","dao voting","active proposals","snapshot vote","delegate voting","governance analytics","dao health","voting power","proposal scan","governance dashboard","dao participation","delegate profile"],"priority":95},{"type":"pattern","patterns":["(?i)(active|open|recent).*(proposal|vote|governance)","(?i)(dao|governance).*(health|score|analytics|stats)","(?i)(delegate|voter).*(profile|history|power)","(?i)(voting|vote).*(pattern|analysis|participation)","(?i)(snapshot|governance).*(scan|check|monitor)"],"priority":90},{"type":"intent","intent_category":"dao_governance_analysis","priority":95}] |
| parameters | [{"name":"space_id","type":"string","required":false,"description":"Snapshot space ID (e.g., 'aave.eth', 'uniswap', 'ens.eth')"},{"name":"voter_address","type":"string","required":false,"description":"Ethereum address to profile as delegate/voter"},{"name":"analysis_type","type":"string","required":false,"default":"proposals","description":"Type of analysis (proposals, voting, delegates, health)"}] |
| prerequisites | {"env_vars":[],"skills":[]} |
| composable | true |
| persist_state | false |
| scripts | {"enabled":true,"working_directory":"./scripts","definitions":[{"name":"proposal_scanner","description":"Scan active and recent governance proposals across major DAOs","type":"python","file":"proposal_scanner.py","timeout":30},{"name":"voting_analyzer","description":"Analyze voting patterns, whale influence, and outcome predictability","type":"python","file":"voting_analyzer.py","timeout":30},{"name":"delegate_profiler","description":"Profile a delegate or voter's governance participation and voting history","type":"python","file":"delegate_profiler.py","timeout":30},{"name":"dao_health","description":"Calculate DAO health metrics including participation rate, decentralization, and proposal activity","type":"python","file":"dao_health.py","timeout":30}]} |