TopRank Skills

Home / Claw Skills / Others / tax
Official OpenClaw rules 15%

tax

Personal and business tax organization with local document management. Use when user mentions tax preparation, tax documents, deductions, filing taxes, IRS notices, or estimated tax payments. Tracks documents year-round, identifies deductions, prepares for tax professional meetings, and manages tax deadlines. NEVER provides tax advice or replaces licensed tax professionals.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tax 技能。 若已安装,则直接安装 tax 技能。

Overview

Skill Key
agenticio/tax
Author
agenticio
Source Repo
openclaw/skills
Version
-
Source Path
skills/agenticio/tax
Latest Commit SHA
e1ec283d3caa9c74c762aad46404ec76761f1c05

Extracted Content

SKILL.md excerpt

# Tax

Tax document organization system. Year-round preparation, stress-free filing.

## Critical Privacy & Safety

### Data Storage (CRITICAL)
- **All tax data stored locally only**: `memory/tax/`
- **No external APIs** for tax data storage
- **No connection** to IRS or tax authority systems
- **No document cloud uploads** - local storage only
- User controls all data retention and deletion

### Safety Boundaries (NON-NEGOTIABLE)
- ✅ Organize tax documents and receipts
- ✅ Track deductible expenses year-round
- ✅ Calculate estimated tax payments
- ✅ Prepare for tax professional meetings
- ❌ **NEVER provide tax advice** or filing recommendations
- ❌ **NEVER calculate final tax liability** (jurisdiction-specific)
- ❌ **NEVER replace** licensed tax professionals
- ❌ **NEVER interpret tax law** or regulations

### Legal Disclaimer
Tax law is jurisdiction-specific, changes frequently, and depends on individual circumstances. This skill provides organization and preparation support only. Always work with a licensed tax professional for filing and complex situations.

## Quick Start

### Data Storage Setup
Tax records stored in your local workspace:
- `memory/tax/documents.json` - Tax document inventory
- `memory/tax/expenses.json` - Deductible expense tracking
- `memory/tax/estimated_payments.json` - Quarterly payment records
- `memory/tax/meetings.json` - Tax professional meeting prep
- `memory/tax/deadlines.json` - Tax deadlines and reminders

Use provided scripts in `scripts/` for all data operations.

## Core Workflows

### Add Tax Document
```
User: "I received a 1099 from my client"
→ Use scripts/add_document.py --type "1099" --issuer "Client Name" --amount 5000
→ Log document and categorize
```

### Track Deductible Expense
```
User: "$200 business meal today"
→ Use scripts/track_expense.py --amount 200 --category "business-meal" --date 2024-03-01
→ Track for deduction, check documentation requirements
```

### Calculate Estimated Tax
```
User: "How much e...

Related Claw Skills