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/yanismtcr/wait-lifting/setupnpx skills add YanisMtcr/wait-lifting --skill setupgit clone --depth 1 https://github.com/YanisMtcr/wait-liftingWhat 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.00046 | $0.00247 |
| Opus 5 | $0.00023 | $0.00123 |
| Sonnet 5 | $0.00009 | $0.00049 |
| Haiku 4.5 | $0.00005 | $0.00025 |
Grade B, and why
setup scanned grade B with 1 finding 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 2d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
Wire the wait-lifting statusline into the user's `~/.claude/settings.json` so workout messages appear under the input box. What it actually says
Wait Lifting Setup
Wire the wait-lifting statusline into the user's ~/.claude/settings.json so workout messages appear under the input box.
Steps
- Read
~/.claude/settings.json(create it with{}if missing). - If a
statusLinekey already exists and does not point to wait-lifting, show it to the user and ask before replacing it. Otherwise continue. - Add this key, keeping everything else untouched:
"statusLine": {
"type": "command",
"command": "python3 \"$HOME/.claude/plugins/marketplaces/wait-lifting/scripts/statusline.py\""
}
- Validate the file is still valid JSON.
- Tell the user it takes effect on the next session restart, and that the statusline shows the coach during long tasks and a dim
model | directoryline the rest of the time.
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.
- 2d ago First seen · 25 lines · 46 tokens per session scan B 62d0db053fb1
setup is a skill published in the GitHub repository YanisMtcr/wait-lifting (2 stars, last pushed 20d ago), licensed MIT. It adds 46 tokens to every session and 247 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
build-mcp-server
This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates…
wayfinder
Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
build-mcpb
This skill should be used when the user wants to "package an MCP server", "bundle an MCP", "make an MCPB", "ship a local MCP server", "distribute a local MCP", discusses ".mcpb files", mentions bundling a Node or Python runtime with their MCP server, or needs an MCP server that interacts with the local filesystem…
hevy-cli
Manage Hevy workouts from the terminal: read and summarize training data, search exercise templates, and create or update workouts, routines, exercises, folders, or body measurements.
hevy-workouts
Use when the user asks to inspect, summarize, plan, log, or update Hevy workouts, routines, exercises, or body measurements.
thermo-nuclear-code-quality-review
Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.