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.
npx agentmods add skills/sling86/it-cli-plugin/it-clinpx skills add sling86/it-cli-plugin --skill it-cligit clone --depth 1 https://github.com/sling86/it-cli-pluginWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00197 | $0.03693 |
| Opus 5 | $0.00098 | $0.01847 |
| Sonnet 5 | $0.00039 | $0.00739 |
| Haiku 4.5 | $0.00020 | $0.00369 |
Grade A, and why
it-cli 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 yesterday.
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.
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.
What ships with it
23 files 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.
- reference/az.md 6.1 KB
- reference/bc.md 3.6 KB
- reference/bw.md 14 KB
- reference/cf.md 5.6 KB
- reference/docs.md 1.8 KB
- reference/dokploy.md 44 KB
- reference/entra.md 44 KB
- reference/exo.md 12 KB
- reference/gh.md 1.5 KB
- reference/global.md 11 KB
- reference/hr.md 4.1 KB
- reference/index.md 1.4 KB
- reference/intune.md 14 KB
- reference/m365.md 1.3 KB
- reference/outlook.md 20 KB
- reference/pa.md 4.3 KB
- reference/pbi.md 6.7 KB
- reference/protect.md 3.9 KB
- reference/rmm.md 34 KB
- reference/sp.md 17 KB
- reference/teams.md 1.6 KB
- reference/unifi.md 12 KB
- reference/wrike.md 19 KB
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.
- yesterday First seen · 201 lines · 197 tokens per session scan A c4d966e38492
it-cli is a skill published in the GitHub repository sling86/it-cli-plugin (2 stars, last pushed 6d ago), with no licence file. It adds 197 tokens to every session and 3,693 once invoked, about $0.0010 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-31.
Other skills, from other repositories
implementing-android-code
This skill should be used when implementing Android code in Bitwarden. Covers critical patterns, gotchas, and anti-patterns unique to this codebase. Triggered by "How do I implement a ViewModel?", "Create a new screen", "Add navigation", "Write a repository", "BaseViewModel pattern", "State-Action-Event", "type-safe…
testing-android-code
This skill should be used when writing or reviewing tests for Android code in Bitwarden. Triggered by "BaseViewModelTest", "BitwardenComposeTest", "BaseServiceTest", "stateEventFlow", "bufferedMutableSharedFlow", "FakeDispatcherManager", "expectNoEvents", "assertCoroutineThrows", "createMockCipher", "createMockSend"…
interacting-with-android-device
Instructions for capturing UI state, comparing with mocks, and interacting with an Android device using MCP tools backed by ADB.
refining-android-requirements
Requirements gap analysis and structured specification for Bitwarden Android. Use when refining requirements, analyzing specs, identifying gaps, or producing structured specifications from tickets or descriptions. Triggered by "refine requirements", "gap analysis", "spec review", "requirements analysis", "what's…
build-test-verify
Build, test, lint, and deploy commands for the Bitwarden Android project. Use when running tests, building APKs/AABs, running lint/detekt, deploying, using fastlane, or discovering codebase structure. Triggered by "run tests", "build", "gradle", "lint", "detekt", "deploy", "fastlane", "assemble", "verify", "coverage".
planning-android-implementation
Architecture design and phased implementation planning for Bitwarden Android. Use when planning implementation, designing architecture, creating file inventories, or breaking features into phases. Triggered by "plan implementation", "architecture design", "implementation plan", "break this into phases", "what files do…