list-connectors Skill
Lists connectors reachable in the active environment and the connection-bound data sources already wired into a Microsoft App. Use when discovering connectors and their operations before adding data sources. Published by microsoft in Managed-Apps.
What is list-connectors Skill?
Lists connectors reachable in the active environment and the connection-bound data sources already wired into a Microsoft App. Use when discovering connectors and their operations before adding data sources. Published by microsoft in Managed-Apps. 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
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use list-connectors Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Managed-Apps
- Skill file: plugins/microsoft-managed-apps/skills/list-connectors/SKILL.md
What it does
Lists connectors reachable in the active environment and the connection-bound data sources already wired into a Microsoft App. Use when discovering connectors and their operations before adding data sources.
Skill instructions
๐ Shared Instructions: shared-instructions.md โ Cross-cutting concerns. List Connectors Two read-only views, depending on what the user is asking: 1. What data sources are already bound to this app? โ ms app show --json (inspects ms.config.json). 2. What connectors are reachable in the active environment? โ ms connector list-actions --connector <id for a specific connector, or browse the public reference for available api-ids. Workflow 1. Memory Bank โ 2. Verify Env โ 3. Mode โ 4. Run + Present --- Step 1: Check Memory Bank Read memory-bank.md for the app's environment, if recorded. This is for context/verification only (confirming you're working against the expected app/environment) โ ms app show --json and ms connector list-actions don't take environment targeting from it and the listing isn't scoped by it. Step 2: Verify Env bash BIN=ms $BIN auth status confirm the active UPN Step 3: Mode Ask (or infer): - app: enumerate data sources already wired into the current project (requires
Explore related resources
Frequently asked questions
What is list-connectors?
list-connectors is a open-source AI agent skill with Copy skill directory. Lists connectors reachable in the active environment and the connection-bound data sources already wired into a Microsoft App.
Who is list-connectors best for?
list-connectors is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install list-connectors?
Install or run list-connectors using Copy skill directory. Check list-connectors for the latest setup command.
Is list-connectors actively maintained?
list-connectors may need a closer maintenance check before production use.
Auto-fetched from GitHub.