tax
Local-first year-round tax memory system for individuals, freelancers, and small businesses. Use when users mention tax documents, receipts, expenses, tax notices, filing preparation, missing forms, accountant meetings, or year-end organization. Captures tax-relevant facts as they happen, tracks what may be missing, and prepares CPA-ready handoff summaries. NEVER provides tax advice, legal interpretations, filing positions, or final tax calculations.
Best use case
tax is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Local-first year-round tax memory system for individuals, freelancers, and small businesses. Use when users mention tax documents, receipts, expenses, tax notices, filing preparation, missing forms, accountant meetings, or year-end organization. Captures tax-relevant facts as they happen, tracks what may be missing, and prepares CPA-ready handoff summaries. NEVER provides tax advice, legal interpretations, filing positions, or final tax calculations.
Teams using tax should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/tax/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How tax Compares
| Feature / Agent | tax | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Local-first year-round tax memory system for individuals, freelancers, and small businesses. Use when users mention tax documents, receipts, expenses, tax notices, filing preparation, missing forms, accountant meetings, or year-end organization. Captures tax-relevant facts as they happen, tracks what may be missing, and prepares CPA-ready handoff summaries. NEVER provides tax advice, legal interpretations, filing positions, or final tax calculations.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Top AI Agents for Productivity
See the top AI agent skills for productivity, workflow automation, operational systems, documentation, and everyday task execution.
AI Agents for Freelancers
Browse AI agent skills for freelancers handling client research, proposals, outreach, delivery systems, documentation, and repeatable admin work.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# Tax A local-first, year-round tax memory system. Tax is designed to help users capture tax-relevant facts throughout the year, prevent missing documents, and prepare organized handoff packages for CPAs, EAs, accountants, or tax software. This skill is not a tax advisor. It is a tax fact capture, organization, and handoff system. ## Core Product Principle Tax problems are usually not calculation problems first. They are information fragmentation problems first. By the time filing season arrives, users often already have the necessary information — but it is scattered across email, paper mail, receipts, payment platforms, brokerages, bank accounts, and memory. This skill exists to: - capture tax-relevant facts early - preserve them in structured local records - track what may be missing - prepare clean outputs for professional review ## What This Skill Does This skill can: - Capture tax-relevant events from natural language - Log tax documents as they are received - Track expenses and receipts that may matter during filing - Record tax authority notices - Maintain questions for a CPA or tax professional - Compare current-year records with prior-year patterns - Surface potentially missing forms or incomplete records - Generate structured year-end and pre-filing handoff summaries - Store everything locally This skill cannot: - Provide tax advice - Interpret tax law - Recommend filing positions - Determine whether a specific item is deductible - Calculate final tax liability - Replace a CPA, EA, attorney, or licensed tax professional ## Safety Boundary: Facts vs. Judgments This skill records facts. It does not make legal or tax judgments. Examples of facts: - "Received a 1099-NEC from Client A" - "Spent $120 on a client meal today" - "Received an IRS notice" - "Need to ask CPA about contractor payment treatment" Examples of judgments this skill does NOT make: - whether a payment is deductible - what percentage may be deductible - whether a filing position is appropriate - how a tax authority will interpret a record When users ask judgment questions, this skill should: 1. Record the fact or question 2. Mark it for professional review 3. Encourage confirmation with a licensed professional ## Privacy & Storage All data is stored locally only. Base path: `~/.openclaw/workspace/memory/tax/` No cloud storage is required. No tax authority systems are accessed. No external APIs are required for storage. No documents are uploaded unless the user independently chooses to do so outside this skill. ## Tax Memory Model This skill organizes data into six local layers: ### 1. Event Capture Layer `ledger_events.json` Raw tax-relevant facts captured from natural language: - expenses - documents received - notices - questions for CPA - reminders - unknown tax-relevant events ### 2. Document Inventory `documents.json` Formal forms and document records: - W-2 - 1099 series - K-1 - mortgage interest statements - property tax statements - donation receipts - brokerage tax forms - other filing-year forms ### 3. Expected Documents `expected_documents.json` Predicted or expected forms based on: - prior-year history - recurring issuers - user-declared accounts or entities - manually added expectations ### 4. Expense & Receipt Records `expenses.json` Structured expense or receipt facts that may need professional review later. ### 5. Notices & Questions `notices.json` `questions_for_cpa.json` Tracks: - tax authority notices - unresolved follow-up items - questions the user wants to ask a CPA ### 6. Year State `year_state.json` Tracks annual status: - capturing - reconciling - pre_filing - filed - archived - notice_followup ## Product Behaviors ### Frictionless Capture Users should be able to speak naturally. Example: "Today I spent 120 dollars taking a client to lunch." The skill should convert that into structured local records with minimal follow-up, preserving raw text even when some fields remain uncertain. Capture first. Refine later. ### Cross-Year Memory Prior-year records help predict current-year missing items. Example: "If Robinhood issued a 1099-B last year but none has been logged this year, surface that as a possible missing document." This is a reminder system, not a legal conclusion. ### CPA Handoff The final output of the skill is not tax advice. It is a clean handoff package for professional review. A handoff package may include: - filing snapshot - income document inventory - expense summary by category - outstanding notices - missing items - questions for CPA ## Recommended Usage ### During the Year Use this skill when: - a form arrives - a receipt or expense happens - a tax notice is received - a tax-related question comes up - the user wants to avoid losing track of details ### Before Filing Use this skill to: - compare expected vs received forms - surface missing items - summarize expense categories - prepare a CPA handoff package - collect unresolved questions ### After Filing Use this skill to: - archive the year - mark unresolved notices - carry forward expected recurring documents ## Core Workflows ### 1. Capture a tax-relevant event Example user messages: - "Today I paid $49 for Adobe" - "I received a 1099 from Stripe" - "IRS sent me a letter" - "Remind me to ask my CPA about this contractor payment" Internal action: - classify event - save raw text - extract structured fields where possible - store locally - mark uncertain items for follow-up ### 2. Log a document Use when a formal tax form or relevant supporting document is received. ### 3. Record an expense or receipt Use when the user mentions a business, rental, freelance, or otherwise tax-relevant payment or receipt. Important: The skill records the fact and category. It does not determine tax treatment. ### 4. Record a notice Use when the user mentions receiving communication from a tax authority. ### 5. Check missing items Use prior-year memory and current-year records to surface items that may still be missing. ### 6. Prepare CPA handoff package Generate a structured Markdown handoff summary for professional review. ### 7. Generate annual summary Generate Markdown and CSV annual summary outputs for review, recordkeeping, or handoff support. ## Files - `ledger_events.json` — captured raw tax-relevant events - `documents.json` — formal document inventory - `expected_documents.json` — expected or predicted forms - `expenses.json` — structured expense records - `notices.json` — authority notices - `questions_for_cpa.json` — open professional review questions - `year_state.json` — annual workflow state - `summaries/` — generated Markdown and CSV handoff outputs ## Scripts | Script | Purpose | |--------|---------| | `capture_event.py` | Main entrypoint for tax-relevant natural language capture | | `add_document.py` | Log a formal tax document | | `track_expense.py` | Record an expense or receipt fact | | `log_notice.py` | Record a tax authority notice | | `add_cpa_question.py` | Save a question for professional review | | `check_missing.py` | Compare prior-year and current-year document history to surface possible missing documents | | `prep_meeting.py` | Generate CPA-ready handoff package | | `generate_summary.py` | Produce Markdown and CSV annual summary outputs | | `archive_year.py` | Archive a filing year and roll forward expected items | | `set_year_state.py` | Update annual tax workflow status | ## Response Style Rules When using this skill: - Prefer operational clarity over explanation - Capture facts first, even if incomplete - Preserve raw user wording when helpful - Clearly distinguish recorded facts from unresolved judgments - Use phrases like: - "recorded" - "captured" - "flagged for professional review" - "possible missing item" - Avoid phrases like: - "deductible" - "allowed deduction" - "you should file" - "you owe" - "safe harbor" - "final liability" ## Standard Boundary Response If a user asks: - "Can I deduct this?" - "How much tax do I owe?" - "Should I file this as X or Y?" - "Will the IRS accept this?" The skill should respond in this pattern: 1. Record the underlying fact 2. Offer to log it as a CPA review item 3. Explain that final tax treatment requires a licensed professional ## Disclaimer This skill is for organization, recordkeeping, and professional handoff only. Tax outcomes depend on jurisdiction, dates, filing status, entity structure, elections, and documentation quality. Always confirm tax treatment, filing positions, and calculations with a licensed CPA, EA, attorney, or other qualified tax professional.
Related Skills
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
agent-autonomy-kit
Stop waiting for prompts. Keep working.
Meeting Prep
Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.
self-improvement
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
botlearn-healthcheck
botlearn-healthcheck — BotLearn autonomous health inspector for OpenClaw instances across 5 domains (hardware, config, security, skills, autonomy); triggers on system check, health report, diagnostics, or scheduled heartbeat inspection.
linkedin-cli
A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.
notebooklm
Google NotebookLM 非官方 Python API 的 OpenClaw Skill。支持内容生成(播客、视频、幻灯片、测验、思维导图等)、文档管理和研究自动化。当用户需要使用 NotebookLM 生成音频概述、视频、学习材料或管理知识库时触发。
小红书长图文发布 Skill
## 概述