list-topics

Generate a topic inventory with trigger types, phrases, and action counts from YAML files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Helps users to visually and easily explore the existing topics, their trigger types, phrases, and action counts within a Copilot Studio agent.

Core Features & Use Cases

  • Topic Inventory: Provides a complete list of topics and their associated data for quick reference.
  • Trigger Type and Phrase Overview: Offers insight into how users can initiate each topic and what phrases they should use.
  • Action Count Analysis: Shows how many actions are associated with each topic for a deeper understanding of the agent's capabilities.

Quick Start

To list all topics in the current agent, simply use the 'list-topics' skill.

Frequently Asked Questions about list-topics

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

FAQPage Schema
How do I view all topics and their details in a Copilot Studio agent?

To view all topics in a Copilot Studio agent, you can generate a detailed inventory that lists each topic along with its trigger types, phrases, and action counts for quick reference.

What is the best way to inspect Copilot Studio agent workflows and understand topic behavior?

Inspecting Copilot Studio agent workflows involves parsing YAML files to retrieve topic metadata, which reveals how users initiate topics and the specific phrases they should use.

How do I get a complete inventory of trigger phrases for my Copilot Studio topics?

Getting a complete inventory of trigger phrases requires parsing the agent's YAML files to extract and display the associated trigger types and phrases for every configured topic.

Can I analyze the action counts associated with each topic in Copilot Studio?

Yes, you can analyze action counts by generating a topic inventory that shows exactly how many actions are associated with each topic to understand the agent's capabilities.

Does generating a topic inventory require any specific dependencies or environments?

Generating a topic inventory requires file globbing and parsing of YAML files to retrieve the necessary Copilot Studio agent metadata, with no external dependencies needed.

Why do I need to parse YAML files to explore my Copilot Studio agent topics?

Parsing YAML files is necessary because the Copilot Studio agent stores its topic configuration, trigger types, and action counts in this format, requiring extraction for visual exploration.