Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计通过

tax

Agent Skill

tax 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

16,867

周安装

689

GitHub Stars

公开资料未说明

下载量

5,457
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tax(税)
来源仓库:https://github.com/agenticio/tax
安装命令:
openclaw skills install tax
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install tax

简介

面向个人、自由职业者和小型企业的本地首个全年税务记忆系统。当用户提及税务文件、收据、费用、税号时使用

SKILL.md

name
tax
description
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.

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

ScriptPurpose
capture_event.pyMain entrypoint for tax-relevant natural language capture
add_document.pyLog a formal tax document
track_expense.pyRecord an expense or receipt fact
log_notice.pyRecord a tax authority notice
add_cpa_question.pySave a question for professional review
check_missing.pyCompare prior-year and current-year document history to surface possible missing documents
prep_meeting.pyGenerate CPA-ready handoff package
generate_summary.pyProduce Markdown and CSV annual summary outputs
archive_year.pyArchive a filing year and roll forward expected items
set_year_state.pyUpdate 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.18%
按下载量换算4,703

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills