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/xpluspro/awaitless/awaitlessnpx skills add xpluspro/Awaitless --skill awaitlessgit clone --depth 1 https://github.com/xpluspro/AwaitlessWrote 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/xpluspro/awaitless/awaitless)<a href="https://agentmods.dev/skills/xpluspro/awaitless/awaitless"><img src="https://agentmods.dev/badge/skills/xpluspro/awaitless/awaitless.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 | $0.00073 | $0.01360 |
| Opus 5 | $0.00036 | $0.00680 |
| Sonnet 5 | $0.00015 | $0.00272 |
| Haiku 4.5 | $0.00007 | $0.00136 |
Grade A, and why
awaitless 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 4d 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 — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Use Awaitless
Route execution
- Run quick repository inspection such as
rg,cat, andgit statusdirectly. - Use a PTY for interactive commands that need prompts or terminal input.
- Use
awaitless runfor non-interactive builds, tests, benchmarks, remote commands, and commands whose duration is uncertain. Do not estimate whether they will cross a duration threshold; adaptive run handles that boundary. - Use the appropriate scheduler rather than Awaitless local/SSH when a cluster requires one.
Route MCP tools
Use exactly one entry from this table. Do not treat tool names as synonyms.
| Situation | Use | Do not use |
|---|---|---|
| One default command with unknown duration | run |
submit_job or run_job |
| Explicit asynchronous submission or independent fan-out | submit_job |
run as a batch coordinator |
| A Tasks-capable MCP client explicitly creates a Task | run_job |
ordinary command execution |
| Consume one known Job's terminal result | wait_for_job |
status polling or a new submission |
| Read one immediate state snapshot without waiting | get_job_status |
repeated completion polling |
| Inspect bounded diagnostics after failure or stall | get_job_logs |
progress streaming or completion detection |
| Collect terminal results from several known Jobs | wait_for_completions |
serial per-Job waits |
After any disconnect or client timeout, reuse the original job_id or completion
cursor. Never submit a replacement merely because the waiter disappeared.
Run adaptively
-
Run the command and request JSON:
awaitless run --json --cwd /path/to/project -- command arg1 arg2The plugin installs a
bin/awaitlesslauncher and adds that directory to the process PATH when loaded. If a host does not activate plugin PATH entries, use the equivalent portable launcher:uvx --from awaitless-runner awaitless run.Add
--host <configured-host>for SSH. Declare machine-readable output with--artifact results.json.
What ships with it
1 file 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.
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.
- 4d ago First seen · 134 lines · 73 tokens per session scan A 19e170efcef2
awaitless is a skill published in the GitHub repository xpluspro/Awaitless (1 stars, last pushed 15d ago), licensed MIT. It adds 73 tokens to every session and 1,360 once invoked, about $0.0004 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
opik-diagnose
Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…
qmclaw-workbench
使用 OpenQuantum 的 QMClaw Local Tool 对超导量子比特 S21、能谱、Rabi、Ramsey、T1、SingleShot、DRAG、π 脉冲、功率偏移、Delta 和 RB 等 13 类测控实验做有界、确定性的本地模拟,并组织单比特调校工作流。用于实验规划、接口联调、教学和无硬件预检;不连接 LabRAD/lqms、真实仪器或量子云,不修改校准参数,也不替代 Scientific Validator。.
quick-capture
Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.
xmemo-vscode
Use XMemo from VS Code (and forks like Cursor/Windsurf) to recall project context, capture engineering decisions, preserve handoff state, and connect to the hosted XMemo MCP endpoint safely.
chainstack
Work with the Chainstack MCP server to manage blockchain nodes and projects. Use when deploying nodes, migrating to Chainstack from another RPC provider such as QuickNode or Alchemy, checking platform status, searching Chainstack docs, contacting the Chainstack team, or interacting with the Chainstack platform API via…
freshness-check
Model-aware staleness check before asserting how a PoE mechanic/item/system works, plus a scope filter so league/event mechanics don't bleed into the wrong character. Routes to freshnessindex.md + mechanicsindex.md.