org-app-fetch Skill
Fetch a Power BI Org App artifact envelope from the Power BI cluster. Use when the user provides an Org App ID and wants to migrate it into this template. Acquires an Azure CLI token, discovers the tenant's home cluster, and pulls the raw JSON envelope so org-app-parsing can extract the manifest. Published by microsoft in fabric-org-app-template.
What is org-app-fetch Skill?
Fetch a Power BI Org App artifact envelope from the Power BI cluster. Use when the user provides an Org App ID and wants to migrate it into this template. Acquires an Azure CLI token, discovers the tenant's home cluster, and pulls the raw JSON envelope so org-app-parsing can extract the manifest. Published by microsoft in fabric-org-app-template. 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 org-app-fetch Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/fabric-org-app-template
- Skill file: .agents/skills/org-app-fetch/SKILL.md
What it does
Fetch a Power BI Org App artifact envelope from the Power BI cluster. Use when the user provides an Org App ID and wants to migrate it into this template. Acquires an Azure CLI token, discovers the tenant's home cluster, and pulls the raw JSON envelope so org-app-parsing can extract the manifest.
Skill instructions
org-app-fetch When to use this skill When the user wants to migrate a Power BI Org App into this template. They will provide an Org App ID (a GUID like 1b663c51-10f8-4fdf-8863-d24e49622988). Why this exists (constraints) The public Fabric REST /items endpoint does not expose OrgApp as a recognized ItemType. The public Power BI Apps REST (/v1.0/myorg/apps/{id}) returns 404 for V3 Org App IDs because V3 is a different artifact model. The endpoint used is the one the Power BI portal calls at runtime: GET {clusterUrl}/metadata/artifacts/{orgAppId} This requires: 1. A bearer token scoped to https://analysis.windows.net/powerbi/api 2. The tenant's home clusterUrl (different per tenant + environment) Step-by-step workflow 1. Get a token Ask the user to confirm they are signed in to the correct tenant with Azure CLI: powershell az account show --query "{user: user.name, tenantId: tenantId}" Then acquire the token: powershell $token = (az account get-access-token --resource https://analysis.win
Explore related resources
Frequently asked questions
What is org-app-fetch?
org-app-fetch is a open-source AI agent skill with Copy skill directory. Fetch a Power BI Org App artifact envelope from the Power BI cluster. Use when the user provides an Org App ID and wants to migrate it into this template.
Who is org-app-fetch best for?
org-app-fetch is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install org-app-fetch?
Install or run org-app-fetch using Copy skill directory. Check org-app-fetch for the latest setup command.
Is org-app-fetch actively maintained?
org-app-fetch may need a closer maintenance check before production use.
Auto-fetched from GitHub.