Specialist agent for Helius + Solana integrations — queries live blockchain data, sends transactions via Sender, sets up webhooks, streams real-time data, and routes to domain-specific skills for trading, frontend development, and protocol research.
Signs and submits Solana transactions using @orquestradev/signer-mcp. Accepts a base64-encoded wire transaction produced by orquestra-tx-builder, presents a human-readable approval summary, and signs + sends only after explicit user confirmation. Uses ONLY signer-mcp tools. Examples: Context: User has an unsigned…
Central Orquestra orchestrator. Handles ANY Solana task end-to-end by delegating to four specialized sub-agents in sequence. Always start here — this agent decides which sub-agents to invoke and in what order. Sub-agents it controls: orquestra-researcher — program discovery, docs, instruction listing…
This file defines the role boundaries, tool restrictions, and execution pipeline for all Orquestra-powered Solana agents in OpenCode. Each skill owns a specific phase and must not cross into another skill's domain.
Queries and explores Solana blockchain accounts, displaying balances, token holdings, and transaction history in user-friendly format. Triggered when users ask about account balances, token holdings, or account details for specific addresses. Automatically fetches from blockchain and presents data clearly. Enforces…
Analyzes Solana blockchain transactions and explains them in simple, non-technical language. Triggered when users ask about transactions, provide transaction hashes, or request transaction analysis. Automatically fetches transaction details and breaks down complex operations into understandable explanations. Enforces…