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 commands/itamarzand88/cli-anything-web/testgit clone --depth 1 https://github.com/ItamarZand88/CLI-Anything-WEBWhat 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.00022 | $0.00713 |
| Opus 5 | $0.00011 | $0.00357 |
| Sonnet 5 | $0.00004 | $0.00143 |
| Haiku 4.5 | $0.00002 | $0.00071 |
Grade A, and why
cli-anything-web:test 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.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLI-Anything-Web: Test Runner
Skills used:
testing(Phase 3)
Read the methodology overview: @${CLAUDE_PLUGIN_ROOT}/HARNESS.md
Target: $ARGUMENTS
Process
This command invokes the testing skill for Phase 3.
-
Verify auth is working FIRST — this is mandatory before any E2E test:
cli-web-<app> auth login # playwright-cli (recommended) cli-web-<app> auth login --cookies-json <file> # manual fallback cli-web-<app> auth statusAuth status MUST show live validation succeeded. If it fails:
- Ensure playwright-cli is available (
npx @playwright/cli@latest --version) - Fix auth before running any tests
- Do NOT proceed with "auth not configured" — that is a broken test
- Ensure playwright-cli is available (
-
Locate test directory:
<app>/agent-harness/cli_web/<app>/tests/ -
Run full test suite:
cd <app>/agent-harness python -m pytest cli_web/<app>/tests/ -v --tb=short 2>&1 -
If installed, also run subprocess tests:
CLI_WEB_FORCE_INSTALLED=1 python -m pytest cli_web/<app>/tests/ -v -s -k subprocess 2>&1After running, verify the subprocess backend was used:
- Check output for
[_resolve_cli] Using installed command:— this confirms the installed package is being tested, not the source fallback - If this line is absent, the installed CLI was not found in PATH
- Check output for
-
Parse test output: count passed, failed, skipped, errors
-
Generate TEST.md using the automated generator:
python ${CLAUDE_PLUGIN_ROOT}/scripts/generate-test-docs.py full \ <app>/agent-harness/cli_web/<app>/tests --app-name <app>This produces both Part 1 (test plan from AST) and Part 2 (results from pytest).
-
If failures exist, analyze and suggest fixes
See the testing skill for detailed testing patterns and the
standards skill for quality checks.
TEST.md Format
# Test Results — cli-web-<app>
## Summary
- **Total**: X tests
- **Passed**: X
- **Failed**: X
- **Date**: YYYY-MM-DD
## Unit Tests (test_core.py)
<list of test results>
## E2E Tests (test_e2e.py)
<list of test results>
## CLI Subprocess Tests
<list of test results>
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 · 86 lines · 22 tokens per session scan A ca8a86b42bad
cli-anything-web:test is a command published in the GitHub repository ItamarZand88/CLI-Anything-WEB (216 stars, last pushed 8d ago), licensed MIT. It adds 22 tokens to every session and 713 once invoked, about $0.0001 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.
Other commands, from other repositories
brand
Brand profiles - list, edit, or create new.
design
Focused design session for improving video scene visuals using the frontend-design skill.
template
List available templates and their features.
qawolf-cli
Manage QA Wolf through the qawolf CLI. Use when asked to create, update, or list coverage requests, bug reports, or maintenance reports; start a run of flows or tags on the QA Wolf platform or read a run's results; list, set, or delete environment variables; manage environments, flows, or tags; request automation of…
web-refresh
Re-fetch a cached web source, ignoring the 7-day cache. Use when upstream content has changed.
docs-list
List source aliases currently cached locally, with last-fetched age.