orquestra-researcher

Discovers and describes Cookidoo recipes and their metadata from cookidoo.ch.

21|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/berkayoztunc/orquestra --skill orquestra-researcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orquestra-researcher
Source: https://github.com/berkayoztunc/orquestra/tree/main/agents/skills/orquestra-researcher
Command: npx skills add https://github.com/berkayoztunc/orquestra --skill orquestra-researcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you quickly identify Solana programs and get their available instructions, account types, and documentation without manually inspecting IDLs or running custom tooling.

Core Features & Use Cases

  • Program discovery via Orquestra MCP: Search by program name, keyword, or program ID to find the right protocol.
  • Documentation and instruction enumeration: Read protocol documentation, list all available instructions, and enumerate PDA account types and seed schemas.
  • Optional AI summary: Generate an AI analysis from Orquestra MCP when you need a concise explanation of what the program does.

Quick Start

Ask an AI agent to: "Use orquestra-researcher to find what <protocol> is, list its instructions and account types, and then provide an AI-generated analysis."

Frequently Asked Questions about orquestra-researcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover Solana programs without manually inspecting IDLs?

You can discover Solana programs without manual IDL inspection by using Orquestra MCP tools to search by program name, keyword, or program ID. This returns matching protocols and their core metadata instantly, bypassing the need to manually parse IDL files for discovery.

How do I list available instructions and PDA accounts for a Solana program?

To list instructions and PDA accounts for a Solana program, you use the list_instructions and list_pda_accounts Orquestra MCP tools. These enumerate all callable instructions and PDA seed schemas directly from the registered program data.

Can I get an AI summary of what a Solana program does?

Yes, you can generate an optional AI summary of a Solana program by using the get_ai_analysis Orquestra MCP tool. This provides a concise, AI-generated explanation of the program's purpose and mechanics after you locate it.

Does the orquestra-researcher skill build transactions or derive PDAs?

No, the orquestra-researcher skill does not build transactions or derive PDAs. It strictly focuses on program lookup, documentation reading, instruction and account enumeration, and AI summaries using only Orquestra MCP tools.

What is the best way to read documentation for a specific Solana protocol?

The best way to read documentation for a specific Solana protocol is by using the read_llms_txt Orquestra MCP tool. This fetches and surfaces the protocol's documentation directly within your AI agent environment for immediate review.