crypto-tax-calc
Cryptocurrency tax reference — IRS guidance, FIFO/LIFO/HIFO cost basis methods, Form 8949, tax loss harvesting, and DeFi transaction categorization
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain1/crypto-tax-calcCrypto Tax Calc
Cryptocurrency tax reference — IRS guidance, FIFO/LIFO/HIFO cost basis methods, Form 8949, tax loss harvesting, and DeFi transaction categorization. No API keys or credentials required — outputs reference documentation only.
Commands
| Command | Description |
|---|---|
intro | Taxable events, tax categories, IRS guidance |
standards | Cost basis methods, Form 8949, reporting |
troubleshooting | Missing basis, DeFi categorization, wash sales |
performance | Tax loss harvesting, donation strategy |
security | Record-keeping, audit preparation, FBAR |
migration | Spreadsheet to tax software, exchange exports |
cheatsheet | Tax brackets, form fields, key dates |
faq | Reporting requirements, gas fees, IRS tracking |
Output Format
All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.
Powered by BytesAgain | bytesagain.com | [email protected]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain1-crypto-tax-calc": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
Zerion Api Skill
Skill by abishekdharshan
Zerion Api
Skill by abishekdharshan
kryptogo-meme-trader
[DEPRECATED 2026-05-04] Analyze and trade meme coins using KryptoGO's on-chain cluster analysis platform. NOTE: The kg-xyz analysis backend (wallet-data.kryptogo.app) is shutting down on 2026-05-04 — cluster analysis, wallet labels, signal dashboard, and DCA/limit order tools will stop working after that date. Swap execution via the OKX DEX aggregator continues to function.
newsriver-global-intelligence
Professional Quantitative Intelligence & DeFi Execution for AI Agents. 10 years of news-price correlation, Enso DeFi super-aggregator (200+ DEXs, 15+ chains), cross-chain bridge (Across Protocol), and Privy TEE-secured wallets.
okx-dex-swap
Execute token swaps on-chain via OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Build a complete swap flow: get swap calldata -> sign transaction -> broadcast to chain 2. Execute token-to-token swaps with slippage protection, MEV protection, and Jito tips (Solana) 3. Integrate OKX DEX swap + broadcast into applications, bots, or scripts This skill covers the FULL lifecycle: /swap endpoint (get tx data) + /broadcast-transaction endpoint (submit signed tx). For quote-only (no execution), use the okx-dex-quote skill instead.