auth-azdo

auth-azdo is a skill for Claude Code from chan4lk/specclaw. It costs 52 tokens per session (376 once invoked), scanned A, original, MIT.

An interactive setup tool for connecting a project to Azure DevOps, Microsoft’s service for hosting code and tracking work, using a Personal Access Token.

In plain words
What is it for?
Run it once per project before using specclaw pr-azdo. The user must run it in a real terminal because it asks for the token.
Why use it?
It checks the connection and stores the organization, project, repository, and token settings needed for later Azure DevOps actions.

Skill for Claude Code

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

Part of the specclaw plugin — 32 skills, 21 agents shipped together

Good fit Run it once per project before using specclaw pr-azdo. The user must run it in a real terminal because it asks for the token.

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

Made for: Claude Code.

Or install specclaw, the plugin that ships this one along with the rest of its 32 skills, 21 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/chan4lk/specclaw/auth-azdo/github.svg)](https://agentmods.dev/skills/chan4lk/specclaw/auth-azdo)
Your own site
<a href="https://agentmods.dev/skills/chan4lk/specclaw/auth-azdo"><img src="https://agentmods.dev/badge/skills/chan4lk/specclaw/auth-azdo/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 auth-azdo

Your own site · 80×15
<a href="https://agentmods.dev/skills/chan4lk/specclaw/auth-azdo"><img src="https://agentmods.dev/badge/skills/chan4lk/specclaw/auth-azdo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 376 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.00052 $0.00376
Opus 5 $0.00026 $0.00188
Sonnet 5 $0.00010 $0.00075
Haiku 4.5 $0.00005 $0.00038

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

Security

Grade A, and why

auth-azdo 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 10d 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.

plugins/specclaw/skills/auth-azdo/SKILL.md · 21 lines

What it actually says

specclaw auth azdo

First, run specclaw-ensure-init .specclaw — idempotently creates .specclaw/ if it doesn't exist (silent if already initialized; auto-inits using the current directory's basename as the project name).

Interactive Azure DevOps authentication setup. Guides the user to create a PAT, validates it, and saves credentials.

The user must run this command themselves in a real terminal — specclaw-auth-azdo refuses to run without /dev/tty because it prompts for a Personal Access Token. If you (the agent) try to invoke it, the script exits with instructions for the user. Just tell the user to open their shell and run specclaw-auth-azdo .specclaw directly.

  1. Run: specclaw-auth-azdo .specclaw
    • Prompts for org name, project name, repo name.
    • Guides the user to https://dev.azure.com/<org>/_usersSettings/tokens to create a PAT.
    • Required scopes: Code (Read & Write), Work Items (Read & Write).
    • Validates the token via ADO REST API.
    • Saves org/project/repo to config.yaml under the azdo: section; token to .specclaw/.env (gitignored).
  2. Report success and suggest /specclaw:pr-azdo <change> as the next step.
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. 10d ago First seen · 21 lines · 52 tokens per session scan A e0f5eaaabe3d

Subscribe to this mod's changes

auth-azdo is a skill published in the GitHub repository chan4lk/specclaw (12 stars, last pushed 6d ago), licensed MIT. It adds 52 tokens to every session and 376 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

managing-github

Use when work reaches a GitHub-hosted issue, pull request or review, release, tag, or live deployment-branch boundary, including indirectly after investigation, completed development, or repository policy requires delivery. Also trigger when work discovers a repository defect that may need duplicate search or an issue…

rundesk-ai/rundesk-cli · 134 tokens

are-we-done

Deterministic close-out gate for a session or work tree. Sweeps a fixed set of sources — the todo list, this session's own promises, git state, TODO/FIXME markers the diff introduced, test and build state, and any issue or ticket referenced — and checks that every open point has been explicitly decided: done, won't…

adamlinscott/claude-skills · 199 tokens

ship-it

Get the work done in this conversation all the way out — merged, and deployed to every environment the repo has, production included. Grounds itself first in the branches written during this session, the open and closed PRs behind them, and the environments and CI/CD workflows the repo actually defines, then lands and…

adamlinscott/claude-skills · 134 tokens

pair

Dual-agent development workflow - Claude Code plans and reviews, Codex implements headlessly, git automated. ONLY runs when the user explicitly types /pair. NEVER activate automatically, no matter how well a task seems to match this workflow.

hyj28/claude-codex-pair · 48 tokens

ship-it-now

Same skill as /ship-it, with the ride-along confirmation gate turned off.

adamlinscott/claude-skills · 135 tokens

capture-lessons

Ship and capture lessons workflow. Creates the PR, updates lessons learned, updates documentation, generates the sprint retrospective, and updates the backlog. Use at the end of a sprint cycle, or when the user says "ship", "capture", "lessons", "retro", "retrospective", "wrap up", or "done with this sprint". Also use…

rbah31/claude-code-workflow · 100 tokens