Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add berkayoztunc/orquestra --skill orquestra-researchergit clone --depth 1 https://github.com/berkayoztunc/orquestraWrote 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.
[](https://agentmods.dev/skills/berkayoztunc/orquestra/orquestra-researcher)<a href="https://agentmods.dev/skills/berkayoztunc/orquestra/orquestra-researcher"><img src="https://agentmods.dev/badge/skills/berkayoztunc/orquestra/orquestra-researcher/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.
<a href="https://agentmods.dev/skills/berkayoztunc/orquestra/orquestra-researcher"><img src="https://agentmods.dev/badge/skills/berkayoztunc/orquestra/orquestra-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00093 | $0.00455 |
| Opus 5 | $0.00046 | $0.00228 |
| Sonnet 5 | $0.00019 | $0.00091 |
| Haiku 4.5 | $0.00009 | $0.00046 |
Grade A, and why
orquestra-researcher 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 12d 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.
What it actually says
Orquestra Researcher
Research-only skill. Uses ONLY Orquestra MCP tools to discover programs, read docs, and enumerate instructions and account types.
Constraints
- ONLY use Orquestra MCP tools:
search_programs,read_llms_txt,list_instructions,list_pda_accounts,get_ai_analysis - DO NOT derive PDAs, build transactions, or sign anything
- DO NOT invent program IDs, instruction names, or account fields
- If multiple programs match, present options and ask the user to choose
Procedure
- Extract program name / keyword / ID from user message
- Call
search_programswith the extracted keyword - If multiple matches → present top options and ask user to confirm
- Call
read_llms_txtfor the selected program - Call
list_instructionsto enumerate all available actions - Call
list_pda_accountsto show PDA account types and seed schemas - Call
get_ai_analysisif the user requested an AI summary
Output Format
Program Match
- Name, program ID, and selection reason
Documentation Summary
- Key protocol purpose from
read_llms_txt
Instructions (table: name | description | required args)
PDA Accounts (table: name | seeds | description)
AI Analysis (if requested)
Handoff
- →
orquestra-pda-explorerif PDAs must be derived - →
orquestra-tx-builderif all accounts are already known
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.
- 12d ago First seen · 47 lines · 93 tokens per session scan A 400e9d15485b
orquestra-researcher is a skill published in the GitHub repository berkayoztunc/orquestra (23 stars, last pushed 26d ago), licensed MIT. It adds 93 tokens to every session and 455 once invoked, about $0.0005 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.
Other skills, from other repositories
solana-dev
Use when user asks to "build a Solana dapp", "write an Anchor program", "create a token", "debug Solana errors", "set up wallet connection", "test my Solana program", "fuzz my Solana program", "deploy to devnet", "send a v1 transaction", "support larger transactions", "fix maxSupportedTransactionVersion", or "explain…
code-navigation
Rapid, focused navigation to locate definitions/usages and map the impact of proposed changes.
alchemy-agentic-gateway
Use when accessing Alchemy APIs for RPC calls, token balances, NFT metadata, asset transfers, transaction simulation, or Alchemy-specific features. Also use when the user mentions "SIWE", "SIWS", "x402", "MPP", "mppx", or "agentic gateway" — this skill covers wallet-based auth flows for Alchemy's x402 and MPP…
alchemy-api
Integrates Alchemy blockchain APIs using an API key. Requires $ALCHEMYAPIKEY to be set; if unavailable, use the alchemy-agentic-gateway skill instead. Use when user asks about EVM JSON-RPC calls, token balances, NFT ownership or metadata, transfer history, token prices, portfolio data, transaction simulation…
slv-validator
Ansible playbooks and Jinja2 templates for deploying and managing Solana validators (mainnet and testnet).
slv-grpc-geyser
Ansible playbooks and Jinja2 templates for deploying and managing Solana gRPC Geyser streaming nodes.