Skip to main content
Run any Skill in Manus
with one click
GitHub repository

VeriTax

VeriTax contains 5 collected skills from Skottbie, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
1
updated
2026-03-21
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

auditor-claw
information-security-analysts

Generate cryptographic audit trail (zkTLS + TEE + IPFS). Triggers: '验证', 'verify', 'proof', '审计', 'IPFS', 'zkTLS', 'TEE', 'Merkle', '可信证明'. IMPORTANT: You MUST use the exec tool to run: python3 {baseDir}/auditor.py --scan-hash <HASH> --compliance-hash <HASH> — generates ProofBundle with Merkle tree + TDX attestation + IPFS upload. Do NOT fabricate CIDs or proof data. Get hashes from previous scanner/compliance step outputs via sha256sum. After exec, present the ProofBundle CID to user. For full instructions read SKILL.md with read tool. This skill should be used when the user asks to 'generate proof', 'create audit trail', 'verify report', 'upload to IPFS', mentions '验证', 'verify', 'proof', '审计', 'IPFS', 'zkTLS', 'TEE', 'Merkle', '可信证明', 'CID', or wants cryptographic attestation of tax calculations. This is the verifiable layer of VeriTax — it builds Merkle trees, generates TEE attestations, and uploads immutable audit trails to IPFS. Do NOT use when the user only wants data extraction (use scanner-claw), tax

2026-03-21
scanner-claw
software-developers

Scan Binance account data. Triggers: '扫描', '交易记录', '账户数据', '充提记录', '质押收益', 'scan', 'trade history', 'deposit', 'withdraw'. IMPORTANT: You MUST use the exec tool to run: python3 {baseDir}/scanner.py --year <YEAR> --scope all --output /tmp/tax_dataset_<YEAR>.json — this script handles ALL Binance API calls internally (spot/futures/margin/earn/deposits/withdrawals). Do NOT fabricate data or describe steps without executing. Do NOT manually call Binance APIs. After exec, check stdout for [Scanner] OK summary line and present results to user. For XLSX mode add --xlsx <path>. For full instructions read SKILL.md with read tool.

2026-03-21
compliance-claw
lawyers

Calculate taxes by jurisdiction. Triggers: '计算', '多少税', '税率', '合规报告', '自查报告', 'CGT', 'ACB', '日本', '台湾', '澳洲', '加拿大', '新加坡'. IMPORTANT: You MUST use the exec tool to run: python3 {baseDir}/compliance.py --dataset /tmp/tax_dataset_<YEAR>.json --jurisdiction <JURISDICTION> — the rules engine computes all tax amounts deterministically. Do NOT fabricate tax numbers. Jurisdictions: japan, taiwan, australia, canada, singapore. After exec, present the tax report to user with disclaimer. For JSON output add --json. For full instructions read SKILL.md with read tool.

2026-03-18
master-claw
lawyers

MANDATORY: You MUST read this SKILL.md file with the read tool BEFORE responding to the user. Never answer without reading the full instructions first. This skill should be used when the user asks for complete tax analysis, mentions '帮我报税', '税务全流程', 'full tax report', '完整税务分析', or expects the end-to-end pipeline. Also use when the user says '开始Demo', '演示', '运行demo', 'demo模式' — IMPORTANT: For demo, you MUST first read SKILL.md, then exec menu.py to get the exact menu text, then send that text verbatim to user. Demo has exactly 2 options: (A) 一次性税务审查 and (B) Continuous Mode. Do NOT invent additional options. Do NOT use when the user only wants data extraction (use scanner-claw), only tax calculation (use compliance-claw), only TLH (use optimizer-claw), or only audit (use auditor-claw).

2026-03-18
optimizer-claw
software-developers

TLH tax-loss harvesting optimization. Triggers: 'TLH', 'tax-loss', '亏损抵扣', '省税', '优化', 'harvest', 'wash sale', 'Launchpool'. IMPORTANT: You MUST use the exec tool to run: python3 {baseDir}/optimizer.py --dataset /tmp/tax_dataset_<YEAR>.json --jurisdiction <JURISDICTION> — identifies unrealized losses and recommends substitute assets. Do NOT fabricate savings amounts. For monitor mode: python3 {baseDir}/optimizer.py --mode monitor. After exec, present TLH opportunities to user. For full instructions read SKILL.md with read tool.

2026-03-18