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.

Decision snapshot

Is this a fit?

Best for

Developers using skills-for-copilot-studio, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Read-only mode detected, Read-only mode, Filesystem access

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

Access note: Local files.

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. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using skills-for-copilot-studio

Declared skill metadata

  • Source file: skills/list-topics/SKILL.md

Allowed tools declared by source

ReadGlobGrep

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory
  • Local files

Requirements and access

Local files

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Read-only modeFilesystem access

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,

Verified compatibility and discovery

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
2 months ago
Last verified
Aug 29, 2026
Metadata fetched
Aug 29, 2026
Repository age
8 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to List Topics