← Back to Skills Marketplace
agenticio

Tax

by agenticio · GitHub ↗ · v4.0.0 · MIT-0
cross-platform ✓ Security Clean
540
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install tax
Description
Local-first year-round tax memory system for individuals, freelancers, and small businesses. Use when users mention tax documents, receipts, expenses, tax no...
Usage Guidance
This skill appears to do what it says: capture and organize tax facts locally. Before installing, consider these practical points: (1) Sensitive data (tax docs, SSNs, amounts) will be stored in plaintext JSON under ~/.openclaw/workspace/memory/tax — ensure your device is secure (disk encryption, strong account password), and limit access permissions. (2) Review the included scripts yourself (they are small and local) to confirm there are no unwanted network calls on your platform; the provided code shows none. (3) Be aware the capture heuristics (regexes and simple guesses) can misclassify or mis-extract amounts/issuers; treat outputs as organizational aids only and follow the skill's guidance to consult a licensed professional for judgments. (4) If you plan to share summaries with an accountant, verify the generated files do not include data you don't want to share. If any of these are unacceptable, don't install or run the scripts until you've sandboxed them or audited them further.
Capability Analysis
Type: OpenClaw Skill Name: tax Version: 4.0.0 The 'tax' skill is a local-first recordkeeping system designed to capture and organize tax-relevant facts (documents, expenses, and notices) into structured JSON files within a local workspace (~/.openclaw/workspace/memory/tax/). The Python scripts (e.g., capture_event.py, generate_summary.py) use only standard libraries for file I/O and data processing, with no evidence of network activity, shell execution, or unauthorized data access. The SKILL.md and documentation files contain clear safety boundaries, explicitly instructing the agent to avoid providing tax advice and to focus solely on factual organization for professional review.
Capability Assessment
Purpose & Capability
Name/description match the included files and behaviors. The Python scripts implement capture, document/expense/notice/question logging, cross-year checks, archiving, and summary/handoff generation; these are exactly what a local tax-memory tool would need.
Instruction Scope
SKILL.md and the scripts operate on local files under ~/.openclaw/workspace/memory/tax and explicitly state local-only storage. The instructions and code do not reference network endpoints, other system credentials, or unrelated files. The skill also documents and enforces a facts-vs-judgments safety boundary.
Install Mechanism
Instruction-only skill with no install spec. The included code is plain Python scripts; nothing is downloaded or installed at runtime by the skill itself.
Credentials
Requires no environment variables, binaries, or external credentials. All required paths are local and directly related to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It only writes its own files under the user's local workspace and does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tax
  3. After installation, invoke the skill by name or use /tax
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.0.0
Tax v4.0.0 alpha: local-first tax memory system
v2.1.0
Major update: Added structured document tracking, deductible expense logging, local data storage, and comprehensive tax organization workflows
v2.0.0
Complete rewrite with deeper content
v1.0.0
Initial release
Metadata
Slug tax
Version 4.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Tax?

Local-first year-round tax memory system for individuals, freelancers, and small businesses. Use when users mention tax documents, receipts, expenses, tax no... It is an AI Agent Skill for Claude Code / OpenClaw, with 540 downloads so far.

How do I install Tax?

Run "/install tax" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tax free?

Yes, Tax is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tax support?

Tax is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tax?

It is built and maintained by agenticio (@agenticio); the current version is v4.0.0.

💬 Comments