Favicon of fabric-sdk

fabric-sdk Skill

AI Agent SkillTypeScriptOpen source

How to use @microsoft/fabric-app-data to connect web applications to Fabric data sources at runtime. Build browser-based apps that query semantic models via DAX using the FabricClient API. Published by microsoft in fabric-apps-analytic-templates.

Decision snapshot

Is this a fit?

Best for

Browser automation, Data analysis, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

3 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is fabric-sdk Skill?

How to use @microsoft/fabric-app-data to connect web applications to Fabric data sources at runtime. Build browser-based apps that query semantic models via DAX using the FabricClient API. Published by microsoft in fabric-apps-analytic-templates. 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
31/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
  • Browser automation
  • Data analysis
  • Browser automation use cases
  • Data analysis use cases

Declared skill metadata

  • Source file: .agents/skills/fabric-sdk/SKILL.md

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

When to use fabric-sdk Skill

  • Use it for browser automation.
  • Use it for data analysis.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/fabric-apps-analytic-templates
  • Skill file: .agents/skills/fabric-sdk/SKILL.md

What it does

How to use @microsoft/fabric-app-data to connect web applications to Fabric data sources at runtime. Build browser-based apps that query semantic models via DAX using the FabricClient API.

Skill instructions

Fabric SDK Usage Overview @microsoft/fabric-app-data lets web applications query Fabric semantic models at runtime. The SDK provides a FabricClient that handles querying, result parsing, caching, and error handling. Transport and authentication are delegated to an IFabricApiProxy implementation, keeping the SDK environment-agnostic (browser, Node.js, Fabric extensions). Quick Start typescript import { FabricClient } from "@microsoft/fabric-app-data"; const client = new FabricClient({ proxy, // provided by host environment semanticModels: { sales: { workspaceId: "...", itemId: "..." }, }, }); const result = await client.semanticModel("sales").query( "EVALUATE SUMMARIZECOLUMNS(Product[Category], "Total", [Sales Amount])" ); if (result.status === "success") { // result.table.columns — [{name, dataType}] // result.table.rows — unknown[][] } else { // result.error.category — "api" | "query" | "overflow" | "network" | "unknown" // result.error.message } Key Concepts FabricClient Configurat

Verified compatibility and discovery

Frequently asked questions

What is fabric-sdk?

fabric-sdk is a open-source AI agent skill with Copy skill directory. How to use @microsoft/fabric-app-data to connect web applications to Fabric data sources at runtime. Build browser-based apps that query semantic models via DAX using the FabricClient API.

Who is fabric-sdk best for?

fabric-sdk is best for reusing agent instructions, scripts, and references, browser automation workflows, data analysis workflows.

How do I install fabric-sdk?

Install or run fabric-sdk using Copy skill directory. Check fabric-sdk for the latest setup command.

Is fabric-sdk actively maintained?

fabric-sdk may need a closer maintenance check before production use.

Share:

Stars
18
Forks
5
Last commit
3 months ago
Last verified
Sep 1, 2026
Metadata fetched
Sep 1, 2026
Repository age
4 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 fabric-sdk