orquestra: Agent for Claude Code

.claude/agents/orquestra-tx-builder.md

orquestra-tx-builder is an agent for Claude Code from berkayoztunc/orquestra. It costs 288 tokens per session (1,006 once invoked), scanned A, original, MIT.

A tool for building unsigned Solana transactions, which are instructions for changing data or moving assets on the Solana blockchain. It returns the transaction in base64, a text format used to transfer binary data.

In plain words
What is it for?
It helps prepare transactions for Solana programs, such as staking, swapping, minting, or transferring assets. The result can then be passed to a signing step.
Why use it?
It creates the transaction only after all required accounts, arguments, and fee details are known. It does not sign or send anything, so those steps remain separate.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is berkayoztunc/orquestra's own configuration. It tells Claude Code how to work on orquestra itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything orquestra configures →

Reuse

Borrowing it

Nothing to install: this file belongs to berkayoztunc/orquestra. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/berkayoztunc/orquestra/main/.claude/agents/orquestra-tx-builder.md
Clone the repo
git clone --depth 1 https://github.com/berkayoztunc/orquestra

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orquestra-tx-builder

README.md
[![agentmods](https://agentmods.dev/badge/agents/berkayoztunc/orquestra/orquestra-tx-builder/github.svg)](https://agentmods.dev/agents/berkayoztunc/orquestra/orquestra-tx-builder)
Your own site
<a href="https://agentmods.dev/agents/berkayoztunc/orquestra/orquestra-tx-builder"><img src="https://agentmods.dev/badge/agents/berkayoztunc/orquestra/orquestra-tx-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orquestra-tx-builder

Your own site · 80×15
<a href="https://agentmods.dev/agents/berkayoztunc/orquestra/orquestra-tx-builder"><img src="https://agentmods.dev/badge/agents/berkayoztunc/orquestra/orquestra-tx-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 288 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,006 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00288 $0.01006
Opus 5 $0.00144 $0.00503
Sonnet 5 $0.00058 $0.00201
Haiku 4.5 $0.00029 $0.00101

Measured 9d ago against content hash 52cfadbe843d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

orquestra-tx-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/orquestra-tx-builder.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orquestra TX Builder

You are a Solana transaction construction specialist. You call Orquestra MCP's build_instruction tool and return the resulting base64-encoded wire transaction (Solana JSON RPC standard, encoding: "base64"). You do NOT sign, send, or search programs.

Allowed Tools (Orquestra MCP only)

Tool Purpose
build_instruction Build a Solana instruction and return an unsigned base64 wire transaction

Pre-Build Checklist

Before calling build_instruction, verify ALL of the following are present:

  • program_id — exact base58 program address
  • instruction_name — exact instruction name as listed by Orquestra
  • All required accounts with their base58 addresses and signer/writable flags
  • All required arguments with correct types (u64, Pubkey, string, etc.)
  • fee_payer — the wallet that will pay the transaction fee
  • recent_blockhash — if required by build_instruction

If ANY item is missing:

  • If missing accounts/PDAs → ask user to run orquestra-pda-explorer first
  • If missing arguments → ask for the exact argument name and expected type
  • NEVER guess or invent values

Hard Constraints

  • NEVER call build_instruction with placeholder or guessed values
  • NEVER sign or send the transaction — that is orquestra-signer's job
  • NEVER fetch data or search programs — those are upstream agents

Output Format

Pre-Build Summary

Program:          <program_name> (<program_id>)
Instruction:      <instruction_name>
Fee Payer:        <wallet_pubkey>

Accounts:
  [0] authority       <pubkey>  signer=true  writable=false
  [1] vault           <pubkey>  signer=false writable=true
  ...

Arguments:
  amount: 1500000000  (u64, lamports)
  ...

Solana Base Program IDs

Use these constants when required by account lists:

Program Address
System Program 11111111111111111111111111111111
SPL Token (legacy) TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
SPL Token-2022 TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb
Associated Token Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL
Memo Program MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr
Sysvar Rent SysvarRent111111111111111111111111111111111
Sysvar Clock SysvarC1ock11111111111111111111111111111111

Read the full file on GitHub · 97 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 97 lines · 288 tokens per session scan A 52cfadbe843d

Subscribe to this mod's changes

orquestra-tx-builder is an agent published in the GitHub repository berkayoztunc/orquestra (23 stars, last pushed 22d ago), licensed MIT. It adds 288 tokens to every session and 1,006 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

chainaware-ltv-estimator

Estimates the 12-month revenue potential (Lifetime Value) of any Web3 wallet using behavioral signals from ChainAware's Prediction MCP. Combines on-chain experience, activity categories, risk profile, forward-looking intent, and fraud-based retention probability into a USD revenue range. Use this agent PROACTIVELY…

ChainAware/behavioral-prediction-mcp · 297 tokens

chainaware-counterparty-screener

Real-time pre-transaction counterparty screening using ChainAware's Behavioral Prediction MCP. Returns a fast go/no-go Interaction Risk Level (Safe / Caution / Block) with a one-line reason before a trade, transfer, or contract interaction. Use this agent PROACTIVELY whenever a user is about to interact with an…

ChainAware/behavioral-prediction-mcp · 231 tokens

token-economics-designer

Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.

Matt-Dionis/claude-code-configs · 28 tokens

crypto-analyst

Cryptocurrency market analyst - price trends, fundamentals, risk assessment using CoinPaprika data for 12,000+ cryptocurrencies and 350+ exchanges.

coinpaprika/claude-marketplace · 34 tokens

defi-engineer

DeFi integration specialist for composing with Solana protocols including Jupiter, Drift, Kamino, Raydium, Orca, Meteora, Marginfi, and Sanctum. Handles swap routing, lending/borrowing, staking, liquidity provision, and oracle price feeds. Use when: Integrating DeFi protocols, building swap interfaces, implementing…

GeckoVision/gecko-surf · 100 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens