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/itwanger/tobebetterjavaer/ai-articlenpx skills add itwanger/toBeBetterJavaer --skill ai-articlegit clone --depth 1 https://github.com/itwanger/toBeBetterJavaerWhat 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.00057 | $0.05713 |
| Opus 5 | $0.00028 | $0.02857 |
| Sonnet 5 | $0.00011 | $0.01143 |
| Haiku 4.5 | $0.00006 | $0.00571 |
Grade A, and why
ai-article 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
31 files 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.
- biaoti.md 4.9 KB
- drafts/agent-mianshi-ali-qwen.md 25 KB
- drafts/agent-mianshi-jingdong.md 23 KB
- drafts/agent-mianshi-sailis.md 24 KB
- drafts/agent-mianshi-tengxun-workbuddy.md 24 KB
- drafts/agent-mianshi-yushu.md 24 KB
- drafts/agent-mianshi-zijie.md 23 KB
- drafts/ai-30-gongsi-agent-mianshi.md 22 KB
- drafts/deepseek-v4-pro-agent-mianshi.md 22 KB
- drafts/doubao-work-review.md 15 KB
- drafts/evox-swarm-agent-review.md 16 KB
- drafts/ox-alpha-agent-interview.md 21 KB
- inbox.md 1.0 KB
- knowledge/china-ai-company-checklist.md 10 KB
- knowledge/employee-series-published.md 12 KB
- knowledge/llm-as-a-judge.md 12 KB
- knowledge/paicli-architecture.md 7.9 KB
- knowledge/paismart-rag.md 4.2 KB
- references/agent-mianshi-xiaomi.md 19 KB
- references/claude-code-grep-vs-rag.md 12 KB
- references/deep-analysis.md 8.2 KB
- references/deepseek-tui-review.md 11 KB
- references/deepseek-v4.md 8.3 KB
- references/human-tone.md 9.5 KB
- references/interview-style.md 9.5 KB
- references/OpenClaw-install.md 13 KB
- references/preface-examples.md 10 KB
- references/review-style.md 5.6 KB
- scripts/check_body_length.py 1.9 KB runs code
- scripts/check_prose.py 21 KB runs code
- sucai.md 4.0 KB
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 · 316 lines · 57 tokens per session scan A f816e5797372
ai-article is a skill published in the GitHub repository itwanger/toBeBetterJavaer (17,538 stars, last pushed 3d ago), with no licence file. It adds 57 tokens to every session and 5,713 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
learn
Save a learning to project memory. Invoke automatically (without user asking) whenever a task required more than one fix cycle to resolve — e.g. a test failed and needed a second attempt, a compile error required a correction, an API behaved unexpectedly, or an assumption proved wrong mid-task. ALWAYS invoke when a…
configure-nightwatch
Configures Laravel Nightwatch data collection, sampling rates, filtering rules, and redaction policies. Use when setting up Nightwatch, managing data volume, protecting sensitive data (PII), or optimizing event collection for production workloads.
laravel-actions
Build, refactor, and troubleshoot Laravel Actions using lorisleiva/laravel-actions. Use when implementing reusable action classes (object/controller/job/listener/command), converting service classes/controllers/jobs into actions, orchestrating workflows via faked actions, or debugging action entrypoints and wiring.
debugging-output-and-previewing-html-using-ray
Use when user says "send to Ray," "show in Ray," "debug in Ray," "log to Ray," "display in Ray," or wants to visualize data, debug output, or show diagrams in the Ray desktop application.
fortify-development
ACTIVATE when the user works on authentication in Laravel. This includes login, registration, password reset, email verification, two-factor authentication (2FA/TOTP/QR codes/recovery codes), passkeys, profile updates, password confirmation, or any auth-related routes and controllers. Activate when the user mentions…
pest-testing
Use this skill for Pest PHP testing in Laravel projects only. Trigger whenever any test is being written, edited, fixed, or refactored — including fixing tests that broke after a code change, adding assertions, converting PHPUnit to Pest, adding datasets, and TDD workflows. Always activate when the user asks how to…