Favicon of List Topics

List Topics Skill

AI Agent SkillJavaScriptOpen source

List all topics in the Copilot Studio agent with their trigger types, phrases, and action counts. Use when the user wants to see what topics exist. Published by microsoft in skills-for-copilot-studio.

What is List Topics Skill?

List all topics in the Copilot Studio agent with their trigger types, phrases, and action counts. Use when the user wants to see what topics exist. 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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
63/100

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
  • Developers using skills-for-copilot-studio

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use List Topics Skill

  • Use it for developers using skills-for-copilot-studio.

Built with

JavaScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/skills-for-copilot-studio
  • Skill file: skills/list-topics/SKILL.md

What it does

List all topics in the Copilot Studio agent with their trigger types, phrases, and action counts. Use when the user wants to see what topics exist.

Skill instructions

List Topics in Solution List all topics in the current agent with their trigger types and details. Instructions 1. Auto-discover the agent directory — find all agents via: Glob: /agent.mcs.yml - If multiple agents found, list them and ask which one to inspect. - NEVER hardcode an agent name or path. 2. Find all topic files in the discovered agent directory: Glob: <discovered-agent/topics/.topic.mcs.yml 3. For each topic file, read it and extract: - Topic name (from the Name: comment or filename) - Trigger type (from beginDialog.kind) - Trigger phrases (if OnRecognizedIntent, from triggerQueries) - Number of actions in the actions array - Dialog references (any BeginDialog or ReplaceDialog calls) 4. Present results in a table: | | Topic Name | Trigger | Phrases | Actions | Calls | |---|------------|---------|---------|---------|-------| | 1 | Greeting | OnRecognizedIntent | Hello, Hi, Hey | 2 | - | | 2 | Fallback | OnUnknownIntent | - | 4 | Escalate | 5. Note any system topics (OnError,

Explore related resources

Frequently asked questions

What is List Topics?

List Topics is a open-source AI agent skill with Copy skill directory. List all topics in the Copilot Studio agent with their trigger types, phrases, and action counts. Use when the user wants to see what topics exist.

Who is List Topics best for?

List Topics is best for reusing agent instructions, scripts, and references.

How do I install List Topics?

Install or run List Topics using Copy skill directory. Check List Topics for the latest setup command.

Is List Topics actively maintained?

List Topics may need a closer maintenance check before production use.

Share:

Stars
354
Forks
73
Last commit
14 days ago
Repository age
6 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to List Topics