azure-auth

azure-auth is a skill for Claude Code from danstrem2/clawdbot-skill-master-pack. It costs 93 tokens per session (4,801 once invoked), scanned A, original, no licence file.

A set of patterns for signing users into React single-page apps with Microsoft Entra ID, formerly called Azure AD, and checking access tokens in Cloudflare Workers. It uses MSAL.js and the Authorization Code Flow with PKCE, a safer sign-in method for browser apps.

In plain words
What is it for?
Use it when adding Microsoft SSO to a React app backed by Cloudflare Workers. It is also useful for diagnosing Entra ID authentication errors.
Why use it?
It helps avoid common sign-in failures such as repeated login prompts and refresh-token errors. It also shows how the browser and server can agree that a request is authenticated.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the azure-auth plugin — 1 skill shipped together

Good fit Use it when adding Microsoft SSO to a React app backed by Cloudflare Workers. It is also useful for diagnosing Entra ID authentication errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danstrem2/clawdbot-skill-master-pack/azure-auth
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 danstrem2/clawdbot-skill-master-pack --skill azure-auth
Clone the repo
git clone --depth 1 https://github.com/danstrem2/clawdbot-skill-master-pack

Made for: Claude Code.

Or install azure-auth, the plugin that ships this one along with the rest of its 1 skill.

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 azure-auth

README.md
[![agentmods](https://agentmods.dev/badge/skills/danstrem2/clawdbot-skill-master-pack/azure-auth/github.svg)](https://agentmods.dev/skills/danstrem2/clawdbot-skill-master-pack/azure-auth)
Your own site
<a href="https://agentmods.dev/skills/danstrem2/clawdbot-skill-master-pack/azure-auth"><img src="https://agentmods.dev/badge/skills/danstrem2/clawdbot-skill-master-pack/azure-auth/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 azure-auth

Your own site · 80×15
<a href="https://agentmods.dev/skills/danstrem2/clawdbot-skill-master-pack/azure-auth"><img src="https://agentmods.dev/badge/skills/danstrem2/clawdbot-skill-master-pack/azure-auth.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,801 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00093 $0.04801
Opus 5 $0.00046 $0.02400
Sonnet 5 $0.00019 $0.00960
Haiku 4.5 $0.00009 $0.00480

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

Security

Grade A, and why

azure-auth scanned grade A with 1 finding 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 5d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (templates/msal-config.ts, templates/use-api-token.ts, templates/workers-jwt-validation.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

const configResponse = await fetch(configUrl);
skills/azure-auth/SKILL.md · 623 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 623 lines · 93 tokens per session scan A 2327a28f5af1

Subscribe to this mod's changes

azure-auth is a skill published in the GitHub repository danstrem2/clawdbot-skill-master-pack (2 stars, last pushed 7mo ago), with no licence file. It adds 93 tokens to every session and 4,801 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

claude-design

Design one-off HTML artifacts (landing, deck, prototype).

davidtoby/agent-skills · 16 tokens

p5js

Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.

davidtoby/agent-skills · 20 tokens

lark-apps

A tool for building and hosting applications in Feishu’s Miaoda platform, including local full-stack projects and cloud-generated apps. It also supports designs such as websites, dashboards, prototypes, and slide decks.

davidtoby/agent-skills · 331 tokens

openakita/skills@web-artifacts-builder

Suite of tools for creating elaborate, multi-component interactive HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

openakita/openakita · 67 tokens

openakita/skills@miaoda-app-builder

Miaoda App Builder - create web apps, WeChat mini-programs, games, AI tools, SaaS products, and dashboards through natural language conversations. Full workflow from code generation to deployment.

openakita/openakita · 50 tokens

frontend-dataviz

A skill for choosing and creating clear charts from user-provided data, following the Storytelling with Data approach. It matches chart types to tasks such as comparing categories, showing trends, or displaying distributions.

endearqb/endearqb-skills · 124 tokens