fabric-operations-agent

fabric-operations-agent is a skill for Claude Code from wardawgmalvicious/agent-config. It costs 243 tokens per session (4,147 once invoked), scanned A, original, MIT.

A definition guide for Microsoft Fabric Operations Agent items stored in Git. An Operations Agent is an autonomous AI assistant that can query one Fabric data source, send Teams messages, and run a pipeline or notebook.

In plain words
What is it for?
Use it to create or edit the agent's .platform metadata and Configurations.json file. It covers the serialized item structure and its deployment-pipeline implications.
Why use it?
It explains the exact files and configuration needed to represent the agent outside the Fabric portal. This helps keep the agent's setup reviewable and deployable through source control.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to create or edit the agent's .platform metadata and Configurations.json file. It covers the serialized item structure and its deployment-pipeline implications.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wardawgmalvicious/agent-config/fabric-operations-agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wardawgmalvicious/agent-config --skill fabric-operations-agent
Clone the repo
git clone --depth 1 https://github.com/wardawgmalvicious/agent-config

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fabric-operations-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/fabric-operations-agent/github.svg)](https://agentmods.dev/skills/wardawgmalvicious/agent-config/fabric-operations-agent)
Your own site
<a href="https://agentmods.dev/skills/wardawgmalvicious/agent-config/fabric-operations-agent"><img src="https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/fabric-operations-agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fabric-operations-agent

Your own site · 80×15
<a href="https://agentmods.dev/skills/wardawgmalvicious/agent-config/fabric-operations-agent"><img src="https://agentmods.dev/badge/skills/wardawgmalvicious/agent-config/fabric-operations-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 243 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,147 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00243 $0.04147
Opus 5 $0.00121 $0.02073
Sonnet 5 $0.00049 $0.00829
Haiku 4.5 $0.00024 $0.00415

Measured 2d ago against content hash c532b36cf71d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

fabric-operations-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fabric/fabric-operations-agent/SKILL.md · 311 lines

How it starts

The opening of the file, as written. The whole thing — 311 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Fabric Operations Agent: the definition file and its ALM consequences

Everything below was verified 2026-09-02. The item, its Git integration, its deployment-pipeline support and Investigator insights are all preview — re-check dated claims before relying on them.

This skill is about the file. The portal click-path is documented and not repeated here; what is not documented is what Configurations.json means once it is committed.

1. Item identity

Fact Value
.platform metadata.type OperationsAgent
Folder <Name>.OperationsAgent/
Definition part Configurations.jsonplural, capital C, not <name>.json
Schema https://developer.microsoft.com/json-schemas/fabric/item/operationsAgents/definition/1.0.0/schema.json

Two files per item and nothing else.

The REST docs do not list this item type. Item definition overview enumerates ~30 types under Definition Details for Supported Item Types and Operations Agent is not among them. That is not evidence of "no item definition" — the schema above is live and returns 200. Same pattern as fabric-realtime-dashboard and fabric-graph: a hand-editable definition whose contract lives at a schema URL rather than in the API reference.

One item type, two front doors. Real-Time Intelligence documents the general item; Data Factory documents Operations Agent for Pipelines, which is a preconfigured generation path from the pipeline canvas ribbon — its own step 4 says you select Open Agent Configuration to "view your operations agent item", and step 5 shows the same Save/Start/Stop ribbon. There is also an ontology-grounded front door in IQ. All three write this same Configurations.json.

Read the full file on GitHub · 311 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed c532b36cf71d
  2. 8d ago First seen · 311 lines · 243 tokens per session scan A a676e9d5dd05

Subscribe to this mod's changes

fabric-operations-agent is a skill published in the GitHub repository wardawgmalvicious/agent-config (1 stars, last pushed yesterday), licensed MIT. It adds 243 tokens to every session and 4,147 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

vendor-prompting

ANALYSIS SKILL — Audit-grade reference for Anthropic Claude and OpenAI GPT-5.6 prompting best practices. WHEN: "claude prompting", "gpt-5.6 prompting", "audit agent", "review prompt", "vendor best practices", "anthropic best practices", "openai prompting". DO NOT USE FOR: routine prompt edits where rules are already…

jonathan-vella/apex-accelerator · 94 tokens

deploy-model

Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai…

jonathan-vella/apex-accelerator · 129 tokens

azure-kusto

ANALYSIS SKILL — Query and analyze data in Azure Data Explorer (Kusto/ADX) using KQL. WHEN: "KQL queries", "Kusto database queries", "Azure Data Explorer", "ADX clusters", "time series data", "IoT telemetry", "anomaly detection". DO NOT USE FOR: App Insights / Log Analytics troubleshooting (azure-diagnostics), cost…

jonathan-vella/apex-accelerator · 91 tokens

capacity

Discovers available Azure OpenAI model capacity across regions and projects. Analyzes quota limits, compares availability, and recommends optimal deployment locations based on capacity requirements. USE FOR: find capacity, check quota, where can I deploy, capacity discovery, best region for capacity, multi-project…

jonathan-vella/apex-accelerator · 105 tokens

azure-ai

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.

jonathan-vella/apex-accelerator · 76 tokens

azure-ai-document-intelligence-dotnet

Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer"…

microsoft/skills · 83 tokens