Darrelltw Mods — AI skill for Claude Code
Claude Code mods by Darrell Wang — bands above the prompt, zero model tokens.
How to install Darrelltw Mods
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open darrell-tw/darrelltw-mods and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Darrelltw Mods does
Claude Code mods by Darrell Wang — bands above the prompt, zero model tokens. 台股/美股看板 + more to come.
Alternatives in AI
- Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★
- Jcodemunch MCP — Cut AI token costs 95%+ on code exploration 2.6k ★
- Codesight — Universal AI context generator 979 ★
README
darrelltw-mods
Claude Code mods I build for myself and then clean up enough to share. They all draw into the strip above the prompt (`AbovePrompt`), they all run on **function hooks** (early access), and none of them spend model tokens — nothing here calls `$.model.*` or touches your prompt.
What's in here
| mod | what it does |
|---|---|
| `tw-stock-mod` | 台股/美股看板。台股時段顯示台股清單(紅漲綠跌),美股時段顯示美股清單(綠漲紅跌),券商風格表格+Solari 翻牌指數列+損益模式。台美各 20 檔,報價預設走 Yahoo(免金鑰),永豐 Shioaji 可選,照個人偏好順序(~/.claude/stock-band.json) |
More will land here. The marketplace is named after me rather than after what is in it, so adding an unrelated mod later does not make the name a lie.
Install
Turn function hooks on in `~/.claude/settings.json` (merge the `env` key if you already have one):
{ "env": { "CLAUDE_CODE_ENABLE_FUNCTION_HOOKS": "1" } }Add this marketplace, then install the mod you want from inside the project you want it in. `--scope local` keeps the mod in that one project instead of every project on the machine:
claude plugin marketplace add darrell-tw/darrelltw-mods cd /path/to/your/project claude plugin install tw-stock-mod@darrelltw-mods --scope localDrop `--scope local` only if you want the band above the prompt everywhere.
Restart Claude Code.
Each mod's own README covers its config file, and the stock mod ships a `/tw-stock-mod:stock-band-setup` command that writes one for you.
To remove:
claude plugin uninstall tw-stock-mod@darrelltw-mods --scope local
claude plugin marketplace remove darrelltw-mods
Run the uninstall from the same project, and match the scope you installed with: a `user` install needs `--scope user`. Uninstalling leaves the runtime files behind in `~/.claude/stock-band//` (quote cache, heartbeat, 永豐's log and pid, the SDK's own `shioaji.log`, and any holdings 永豐 fetched) — delete that whole folder to clean those up too.
Related Skills
AI Usage Inspector
Records every AI coding-agent prompt — tokens, model, context %, and cost — from Claude Code, Codex, Cursor, O
Explore Later Model Darrell Questions First
EXPLORE-LATER — Model our own answers to the "ask Darrell" questions first
Driftproof
Continuous, model-version-bound verification of agent skills: run a skill's eval suite with and without the sk
Nativeprompt
Rewrite your prompt into the native dialect of the model you're actually running (Claude Code / Codex) — by ea
Prism
Prism is a SwiftUI menu bar companion that organizes Claude-compatible API services, whether they come from di
Update Models Roster
Record a model change — or a temporary tier substitution — in the Model Roster, the single place concrete mode
Related Agents
Lens Database
Database lens of the production readiness audit. Judges schema, indexing, N+1 patterns, migration reversibilit
Technical Analyst
Specialized agent for technical analysis of B3 stocks. Interprets SMA 50/200, RSI 14, MACD, Bollinger Bands, A
Astro Converter
Specialized agent for autonomous design-to-Astro conversion using a hybrid model. Emits zero-JS static .astro