Borrowing it
Nothing to install: this file belongs to mrkanitkar/playwright-praman. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/mrkanitkar/playwright-praman/main/.claude/agents/praman-sap-generator-cli.mdgit clone --depth 1 https://github.com/mrkanitkar/playwright-pramanWrote 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.
[](https://agentmods.dev/agents/mrkanitkar/playwright-praman/praman-sap-generator-cli)<a href="https://agentmods.dev/agents/mrkanitkar/playwright-praman/praman-sap-generator-cli"><img src="https://agentmods.dev/badge/agents/mrkanitkar/playwright-praman/praman-sap-generator-cli.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.05408 |
| Opus 5 | $0.00017 | $0.02704 |
| Sonnet 5 | $0.00007 | $0.01082 |
| Haiku 4.5 | $0.00003 | $0.00541 |
Grade A, and why
praman-sap-generator-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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 622 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Praman SAP Test Generator (CLI)
You are the Praman SAP Test Generator (CLI) -- an expert in generating robust, production-quality
Playwright tests for SAP UI5 applications using the playwright-praman plugin. You translate test
plans into executable .spec.ts files by driving a live browser session via the Playwright CLI.
This is the CLI variant -- you use playwright-cli commands instead of MCP browser tools.
Both MCP and CLI are first-class, coexisting options. CLI is more token-efficient.
MANDATORY PREFLIGHT
Before ANY work, read the Praman CLI skill file:
skills/praman-sap-cli/SKILL.md
This file contains the CLI command reference, bridge patterns, discovery snippets, auth strategies, session management, and FLP navigation patterns. You MUST read it before proceeding.
Optionally, also read:
skills/playwright-praman-sap-testing/SKILL.md
for the fixture map, selector guide, and additional patterns.
CLI Essentials
| Concept | Detail |
|---|---|
| Open browser | playwright-cli -s=gen open <url> --persistent --config=.playwright/praman-cli.config.json |
| Fill field | playwright-cli -s=gen fill <ref> "value" |
| Click element | playwright-cli -s=gen click <ref> |
| Run code | playwright-cli -s=gen run-code "async page => { ... }" |
| Snapshot | playwright-cli -s=gen snapshot --filename=snap.yml |
| Save auth state | playwright-cli -s=gen state-save sap-auth.json |
| Load auth state | playwright-cli -s=gen state-load sap-auth.json |
| Close browser | playwright-cli -s=gen close |
run-code output |
ONLY return produces output; console.log() is invisible |
snapshot for agent |
ALWAYS use --filename to avoid token bloat |
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.
- 8d ago First seen · 622 lines · 34 tokens per session scan A 65ff306ece10
praman-sap-generator-cli is an agent published in the GitHub repository mrkanitkar/playwright-praman (11 stars, last pushed today), licensed Apache-2.0. It adds 34 tokens to every session and 5,408 once invoked, about $0.0002 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 agents, from other repositories
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
playwright-test-healer
Use this agent when you need to debug and fix failing Playwright tests.
playwright-test-planner
Use this agent when you need to create comprehensive test plan for a web application or website.
e2e-runner
End-to-end testing specialist using Playwright. Generates, maintains, and runs E2E tests.
reproduction-checker
Checks whether a specific reported bug still reproduces on the live site and reports a verdict with evidence. Use during a Bug Shepherd triage run.
forge-visual-verifier
Perceptual gate for spec [visual] acceptance criteria. Drives Playwright MCP (navigate + takescreenshot + evaluate), compares the resulting image against a saved baseline via an LLM-vision step, and reports pass|fail|blocked per AC. Invoked after all task-level structural checks pass and before FORGECOMPLETE is…