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 skills add OctoPerf/octoperf-claude-plugins --skill octoperf-async-pollinggit clone --depth 1 https://github.com/OctoPerf/octoperf-claude-pluginsWrote 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/skills/octoperf/octoperf-claude-plugins/octoperf-async-polling)<a href="https://agentmods.dev/skills/octoperf/octoperf-claude-plugins/octoperf-async-polling"><img src="https://agentmods.dev/badge/skills/octoperf/octoperf-claude-plugins/octoperf-async-polling/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.
<a href="https://agentmods.dev/skills/octoperf/octoperf-claude-plugins/octoperf-async-polling"><img src="https://agentmods.dev/badge/skills/octoperf/octoperf-claude-plugins/octoperf-async-polling.svg" alt="Reviewed on agentmods" width="80" 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.00115 | $0.02307 |
| Opus 5 | $0.00057 | $0.01154 |
| Sonnet 5 | $0.00023 | $0.00461 |
| Haiku 4.5 | $0.00012 | $0.00231 |
Grade A, and why
octoperf-async-polling 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 11d 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 — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OctoPerf — Polling async operations reliably
Several OctoPerf MCP tools kick off work that runs for seconds to
hours and return immediately with a handle (benchResultId,
taskId, …). The actual result lives behind a second "get-status"
tool that you poll until terminal. This skill is the single source
of truth for how to do that polling without burning the context
window or missing an early failure.
When this applies
You started one of:
| Starter tool | Returns | Status tool to poll |
|---|---|---|
validate_virtual_user |
benchResultId |
get_virtual_user_validation (or get_bench_result) |
run_scenario |
benchReportId + benchResultIds[] |
get_bench_result (state) and/or get_bench_status (%) |
export_bench_report_pdf |
taskId |
get_task_result |
update_report_data |
one taskId per run to update |
get_task_result |
| Async correlation task (auto-correlate workflow) | taskId |
get_task_result |
If your call returned the final answer (no taskId / no
benchResultId), you're not in async territory — skip this skill.
The pacing rule
Pace the polls. Each MCP roundtrip takes 100–500 ms of
context. Calling the status tool in tight succession over a 10-min
test would consume 100+ tool turns with identical responses. Put a
delay of N between polls — the how depends on your harness (see
"How to insert the delay" below).
Pick N from the expected duration of the work:
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.
- 11d ago First seen · 182 lines · 115 tokens per session scan A e3f7d45cd320
octoperf-async-polling is a skill published in the GitHub repository OctoPerf/octoperf-claude-plugins (0 stars, last pushed 4d ago), licensed Apache-2.0. It adds 115 tokens to every session and 2,307 once invoked, about $0.0006 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
gws-gmail-send
Skill "gws-gmail-send" from googleworkspace/cli, covering gmail +send, usage, flags, examples and tips.
gws-shared
The gws binary must be on $PATH. See the project README for install options.
gws-sheets
Google Sheets: Read and write spreadsheets.
gws-gmail
Gmail: Send, read, and manage email.
gws-modelarmor-create-template
Google Model Armor: Create a new Model Armor template.
gws-modelarmor
Google Model Armor: Filter user-generated content for safety.