By sling86
Claude Code skill for the `its` IT-systems CLI — query and manage infrastructure across many providers from one shell.
its IT-systems CLITeach Claude Code to drive its — one CLI over the SaaS and self-hosted tools IT admins run all day. Install the plugin and just ask: "which RMM agents are offline?", "show unlicensed Entra users", "redeploy the web app", "rotate the shared env on staging" — Claude reaches for its and runs it.
One command shape — its <provider> <resource> [action] — across 19 providers, 639 commands, with consistent output modes (--ai / --json / --csv), filtering, and secret redaction on by default.
Tags:
claude-code·claude-code-plugin·cli·devops·sysadmin·microsoft-365·entra·intune·bitwarden·dokploy·unifi
1 — install the its CLI (prebuilt binaries — no Bun, no clone):
# Linux → ~/.local/bin
curl -fsSL https://github.com/sling86/its-releases/releases/latest/download/install.sh | bash
# Windows → %LOCALAPPDATA%\Programs\its (+ PATH)
irm https://github.com/sling86/its-releases/releases/latest/download/install.ps1 | iex
2 — add the plugin in Claude Code:
/plugin marketplace add sling86/it-cli-plugin
/plugin install it-cli@it-cli
That's it. Claude now knows how to drive its — when to use it, the flags, the safety rules, and the full command surface (loaded on demand, per provider).
| Alias | Provider | Covers |
|---|---|---|
rmm | Tactical RMM | Endpoint agents — status, processes, services, updates, remote run |
entra | Entra ID | Users, groups, licences, roles, MFA, sign-ins, CA policies, on/offboarding |
intune | Intune | Managed devices, apps, scripts, remediations, compliance, ESP, Autopilot |
exo | Exchange Online | Distribution groups, mailboxes, permissions, forwarding, rules, trace |
sp | SharePoint | Sites, drives, files, lists, permissions, search |
outlook | Outlook | Signed-in user's mail, calendar, contacts (delegated) |
dokploy | Dokploy | Apps, projects, databases, domains, env (app + shared), deployments |
bw | Bitwarden | Vault search, item/password/TOTP retrieval, password audits |
unifi | UniFi Network | Devices, clients, WLANs, firewall, PoE, alarms, guests |
protect | UniFi Protect | Cameras, NVR storage, motion events |
wrike | Wrike | Tickets, tasks, projects, contacts |
az | Azure | Subscriptions, VMs, resources, Key Vault, storage, costs |
cf | Cloudflare | Zones, DNS, tunnels |
pbi | Power BI | Workspaces, reports, datasets |
pa | Power Platform | Environments, apps, flows |
hr | PeopleHR | Employee directory, starters, leavers |
bc | Business Central | Companies, OData entity queries |
gh | GitHub | Branch protection, webhooks |
docs | Docs UI | Browser-based command explorer |
Plus cross-provider globals: its find · its health · its audit · its inventory · its digest.
| Path | Purpose |
|---|---|
plugins/it-cli/skills/it-cli/SKILL.md | Driving guide — invocation, output modes, global flags, safety, provider index |
plugins/it-cli/skills/it-cli/reference/ | Per-provider command reference (progressive disclosure — one file per provider) |
The skill is lean by design: ~350 tokens always-on, with each provider's full command list pulled in only when needed.
Everything under plugins/it-cli/skills/it-cli/ is generated and synced from the its CLI's own command definitions — don't hand-edit it here. The per-provider reference is produced from the live CommandDefs and the curated SKILL.md is maintained upstream, so the docs can't drift from the CLI.
The its CLI is distributed under a proprietary licence that permits free personal and internal-organisation use. This repo is the Claude Code plugin (documentation) for it.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sling86/it-cli-plugin --plugin it-cliSvelte 5 + SvelteKit development biased toward shadcn-svelte components, Bun, Tailwind v4, TypeScript strict
Consult other AI models (Gemini, GPT) for second opinions on architecture, code, and trade-offs
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code