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 commands/nirholas/xactions/referencegit clone --depth 1 https://github.com/nirholas/XActionsWhat 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.00000 | $0.02543 |
| Opus 5 | $0.00000 | $0.01272 |
| Sonnet 5 | $0.00000 | $0.00509 |
| Haiku 4.5 | $0.00000 | $0.00254 |
Grade A, and why
reference 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 yesterday.
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 — 598 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLI Command Reference
Complete reference for all Xeepy command-line commands.
Global Options
# All commands support these options
xeepy [OPTIONS] COMMAND [ARGS]
Options:
--config PATH Configuration file path
--profile NAME Profile to use (for multiple accounts)
--verbose, -v Enable verbose output
--quiet, -q Suppress non-essential output
--json Output in JSON format
--help Show help message
Authentication Commands
auth login
Authenticate with X/Twitter.
# Interactive browser login
xeepy auth login
# With specific profile
xeepy auth login --profile work
# Headless (cookie import)
xeepy auth login --cookies cookies.json
auth logout
Clear authentication.
xeepy auth logout
xeepy auth logout --profile work
auth status
Check authentication status.
xeepy auth status
# Output: ✓ Logged in as @username
auth export
Export session cookies.
xeepy auth export session.json
xeepy auth export --format netscape cookies.txt
Scraping Commands
scrape replies
Get replies to a tweet.
# Basic usage
xeepy scrape replies https://x.com/user/status/123
# With options
xeepy scrape replies https://x.com/user/status/123 \
--limit 500 \
--output replies.csv \
--format csv
# Include nested replies
xeepy scrape replies https://x.com/user/status/123 --nested
Options:
| Option | Description | Default |
|---|---|---|
--limit, -n |
Maximum replies | 100 |
--output, -o |
Output file | stdout |
--format, -f |
Output format (csv, json, table) | table |
--nested |
Include nested replies | false |
--since |
Only replies after date | - |
scrape profile
Get user profile information.
xeepy scrape profile elonmusk
xeepy scrape profile elonmusk --json
xeepy scrape profile user1 user2 user3 --output profiles.csv
scrape followers
Get user's followers.
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.
- yesterday First seen · 598 lines · 0 tokens per session scan A 467e42acaf9c
reference is a command published in the GitHub repository nirholas/XActions (492 stars, last pushed 4d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,543 tokens. 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 commands, from other repositories
e2e
使用 Playwright 对 Web UI 进行端到端测试(支持视频录制、Trace 录制、控制台/网络日志捕获).
auto-browse
Auto-browse — learn, optimize, and graduate browser operations or web data-mining workflows.
review
Compare a reference design against an implementation. Accepts Figma URL, image file, or browser URL as reference.
laravel-playwright
E2E Playwright patterns; use the laravel:e2e-playwright skill exactly as written.
qa
Smoke or browser-walk a running app. Report only. Do not implement. Do not merge.
frontend-3d
You are an expert in 3D web development using Three.js, React Three Fiber, WebGL, and WebGPU. You create immersive 3D experiences for the web.