Agent Skills Discovery Support

Expose a JSON index of hosted agent skills with SHA-256 digests.

21|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/berkayoztunc/orquestra --skill agent-skills-discovery-support
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Skills Discovery Support
Source: https://github.com/berkayoztunc/orquestra/tree/main/packages/frontend/assets/.well-known/agent-skills/agent-skills
Command: npx skills add https://github.com/berkayoztunc/orquestra --skill agent-skills-discovery-support

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It solves the problem of letting AI agents reliably discover what Orquestra-hosted capabilities are available, where to fetch each skill’s hosted entrypoint, and how to verify integrity.

Core Features & Use Cases

  • Agent-facing discovery index: Provides a centralized listing of skills at /.well-known/agent-skills/index.json.
  • Schema + enumerated capabilities: Includes a discovery $schema and a skills array for machine-readable ingestion.
  • Integrity verification: Each hosted skill entry includes a SHA-256 digest to support change detection and trust.
  • Use case: When you add or update hosted agent tools on Orquestra, clients and agent frameworks can refresh from the index without hardcoding URLs.

Quick Start

Point your AI agent framework at the discovery URL /.well-known/agent-skills/index.json to fetch the available hosted skills and their digests.

Frequently Asked Questions about Agent Skills Discovery Support

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

FAQPage Schema
How do I set up an agent skills discovery index for AI frameworks?

An agent skills discovery index exposes a standardized JSON file at a well-known endpoint. It contains a schema, a skills array, and SHA-256 digests to let AI frameworks automatically enumerate available hosted capabilities.

What is the well-known URI pattern for automated agent tooling discovery?

The well-known URI pattern for automated agent tooling discovery is `/.well-known/agent-skills/index.json`. Pointing an AI agent framework at this URL fetches the available hosted skills and their integrity digests without hardcoding URLs.

How do AI agents verify the integrity of discovered skills?

AI agents verify the integrity of discovered skills using SHA-256 digests. The discovery index includes a per-skill SHA-256 digest referencing hosted SKILL.md artifacts to support change detection and trust during capability enumeration.

Can I use this discovery schema to update hosted agent tools dynamically?

Yes, you can use this discovery schema to update hosted agent tools dynamically. When you add or update hosted agent tools, clients and agent frameworks can refresh from the index endpoint to retrieve the latest capability listings.

What format does the agent skills discovery index use for machine-readable ingestion?

The agent skills discovery index uses a JSON format for machine-readable ingestion. It includes a discovery `$schema` for validation and a `skills` array listing the available hosted capabilities and their SHA-256 digests.