Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

VeriTax

VeriTax에는 Skottbie에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
5
Stars
1
업데이트
2026-03-21
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

auditor-claw
정보 보안 분석가

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
소프트웨어 개발자

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
변호사

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
변호사

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
소프트웨어 개발자

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