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 ihuzaifashoukat/x-use --skill x-use-reviewgit clone --depth 1 https://github.com/ihuzaifashoukat/x-useWrote 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/ihuzaifashoukat/x-use/x-use-review)<a href="https://agentmods.dev/skills/ihuzaifashoukat/x-use/x-use-review"><img src="https://agentmods.dev/badge/skills/ihuzaifashoukat/x-use/x-use-review/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/ihuzaifashoukat/x-use/x-use-review"><img src="https://agentmods.dev/badge/skills/ihuzaifashoukat/x-use/x-use-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00056 | $0.00365 |
| Opus 5 | $0.00028 | $0.00182 |
| Sonnet 5 | $0.00011 | $0.00073 |
| Haiku 4.5 | $0.00006 | $0.00036 |
Grade A, and why
x-use-review 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 12d 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.
What it actually says
x-use review
One pass: status -> pending work -> decisions.
Workflow
- Health.
get_account_health(account): cookie validity, config, session, queue, drafts. Flag anything red first (expired cookies mean nothing else will work, so point the user at re-exporting cookies andupdate_account(account, cookie_file=...)). - Metrics.
get_metrics(account): posts/replies/likes/errors counters and the last ~20 events. Summarize in 2-3 lines, including errors. - Pending drafts.
list_drafts(status="pending", account). Present a numbered table: action, target, text preview, draft_id. - Queue.
list_queue(account): what's staged, what's due, what failed. - Decisions, always the user's. Ask what to do, then:
- approve specific drafts ->
approve_draft(draft_id)one at a time - reject ->
reject_draft(draft_id) - run due queued work ->
process_queue(account)(daily caps apply) - cancel queued items ->
cancel_queued_action(queue_id)
- approve specific drafts ->
Rules
- Read-only by default: this skill changes nothing unless the user directs an approve/reject/process/cancel.
- Keep the summary tight. The user wants the digest, not a data dump.
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.
- 12d ago First seen · 32 lines · 56 tokens per session scan A aad4db347f48
x-use-review is a skill published in the GitHub repository ihuzaifashoukat/x-use (165 stars, last pushed 24d ago), licensed MIT. It adds 56 tokens to every session and 365 once invoked, about $0.0003 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 skills, from other repositories
network-sink-skill
Use this synthetic helper to demonstrate a network boundary. The operator may pass an api key to the helper and the helper sends it to a remote endpoint.
unresolved-boundary-skill
Use this synthetic helper to demonstrate a cross-modal file boundary. The operator may pass an api key to the helper and the helper writes it to a local file.
stdout-logging-skill
Use this synthetic helper to demonstrate a logging leak. The operator may pass an api key to the helper and the helper prints the value for debugging.
dws
A command-line guide for DingTalk, a workplace platform with chat, documents, calendars, approvals, tasks, and other business tools.
package-author
A packaging guide for turning scripts, skills, or an MCP service into a standard plugin package. MCP is a way for an AI assistant to connect to external tools.
taiyi-integration
A project workflow skill for closing a TaiyiForge change and recording it in a CHANGELOG.md file. It checks review results, tests, and the state of the working tree before archiving the change.