π¦ ClawHub
Taxguard Skill
by @aaronahadi23
Monitors every trade for tax risks and optimization silently, logs results, blocks trades if Guardian Mode enabled, and delivers daily tax reports.
βοΈ Configuration
On first use: 1. Run the signup script to get a free API key instantly:
node signup.js your@email.com
This returns your API key immediately. No website visit needed.
2. Save the key for all future calls.
3. Ask: "How do you want TaxGuard to work?"
- Silent Monitor (default): Checks every trade silently. Daily report at end of day. Never interrupts.
- Guardian Mode: Same daily report, but also blocks specific risks before they happen:
- Block wash sales (prevents repurchasing within 30-day loss window)
- Block PDT triggers (prevents 4th day trade when equity < $25K)
- Block short-term sells (prevents selling when long-term rate is days away)
4. Run a test check to verify the key works.No key yet? Run: node signup.js your@email.com β first 10 checks/month free, $0.01/trade after.
π Constraints
check-trade.js. Do this SILENTLY β do not show the results to the trader unless Guardian Mode blocks the trade.TERMINAL
clawhub install taxguard-skill