Lookup Schema Skill
Look up Copilot Studio YAML schema definitions. Use when the user asks about schema structure, element properties, or how to use a specific YAML kind. Published by microsoft in skills-for-copilot-studio.
What is Lookup Schema Skill?
Look up Copilot Studio YAML schema definitions. Use when the user asks about schema structure, element properties, or how to use a specific YAML kind. Published by microsoft in skills-for-copilot-studio. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use Lookup Schema Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills-for-copilot-studio
- Skill file: skills/lookup-schema/SKILL.md
What it does
Look up Copilot Studio YAML schema definitions. Use when the user asks about schema structure, element properties, or how to use a specific YAML kind.
Skill instructions
Lookup Schema Definition Look up and explain a Copilot Studio YAML schema definition. Instructions 1. Run the schema lookup script to find the definition: bash node ${CLAUDESKILLDIR}/../../scripts/schema-lookup.bundle.js lookup $ARGUMENTS 2. If the definition is not found, search for similar definitions: bash node ${CLAUDESKILLDIR}/../../scripts/schema-lookup.bundle.js search $ARGUMENTS 3. If the definition contains $ref references that need resolution, use: bash node ${CLAUDESKILLDIR}/../../scripts/schema-lookup.bundle.js resolve $ARGUMENTS 4. Present the schema definition in a readable format, explaining: - What the element does (from the description) - Required properties - Optional properties and their types - Any related definitions that might be useful Example User: /lookup-schema SendActivity Response should include the full schema definition and explain how to use it in YAML.
Explore related resources
Frequently asked questions
What is Lookup Schema?
Lookup Schema is a open-source AI agent skill with Copy skill directory. Look up Copilot Studio YAML schema definitions. Use when the user asks about schema structure, element properties, or how to use a specific YAML kind.
Who is Lookup Schema best for?
Lookup Schema is best for reusing agent instructions, scripts, and references, research workflows.
How do I install Lookup Schema?
Install or run Lookup Schema using Copy skill directory. Check Lookup Schema for the latest setup command.
Is Lookup Schema actively maintained?
Lookup Schema may need a closer maintenance check before production use.
Auto-fetched from GitHub.