lookup-schema

Locate and explain YAML schema definitions in Copilot Studio.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill lookup-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lookup-schema
Source: https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio/tree/main/.github/skills/lookup-schema
Command: npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill lookup-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill resolves the challenge of finding and understanding specific schema definitions within the Copilot Studio ecosystem.

Core Features & Use Cases

  • Schema Lookup: Accurately locate YAML schema definitions.
  • Detailed Explanation: Offers comprehensive details about element properties and usage.
  • Use Case: When you need to know how a particular YAML kind should be structured in a Copilot Studio bot.

Quick Start

Use the lookup-schema skill to find the schema definition for 'SendActivity'.

Frequently Asked Questions about lookup-schema

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

FAQPage Schema
How do I look up a YAML schema definition for a Copilot Studio bot?

To look up a YAML schema definition for Copilot Studio, use the lookup-schema skill to accurately locate the schema and explain its element properties and usage. It helps developers understand or modify bot configurations.

What does the SendActivity YAML schema look like in Copilot Studio?

The SendActivity YAML schema in Copilot Studio defines the structure for sending messages within a bot. You can resolve and view its specific element properties and required configuration structure by running the schema lookup script.

Do I need to run scripts to resolve Copilot Studio YAML schemas?

Yes, you need script execution for schema resolution. The lookup-schema skill relies on scripts to accurately identify and explain YAML schema definitions within the Copilot Studio framework.

When do I need to check YAML schema definitions for bot development?

You need to check YAML schema definitions for bot development when you must understand or modify specific bot configurations in Copilot Studio. It ensures you structure a particular YAML kind correctly.