← Back to Skills Marketplace
Rhetra TaxGuard
by
aaronahadi23
· GitHub ↗
· v1.0.0
· MIT-0
138
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rhetra-taxguard
Description
Silent tax advisor that checks every trade for wash sales, PDT triggers, and optimization, logs results, and delivers a daily tax risk and opportunity report.
Usage Guidance
This skill will send detailed trade/account data (positions, recent sales, equity, MAGI, day-trade counts, etc.) to an external API (api.rhetra.io) and asks you to store a Rhetra API key. Before installing: 1) Verify rhetra.io is a legitimate, trusted service (inspect DNS, TLS cert, privacy policy, company identity), 2) Prefer not to run in default 'silent' mode — require explicit trader-facing warnings or enable Guardian Mode with clear consent, 3) Avoid storing the API key in plaintext; use a secure secrets store and limit its scope/permissions, 4) Consider testing with host=localhost or a proxy to inspect what fields are sent, or run the script in a sandbox, 5) If you cannot verify the operator and data handling, do not provide real account data or an unrestricted API key — consider an open-source/local alternative or require opt-in per trade. The metadata omission of the required credential and the 'silent' behavior are the main red flags; treat this skill as potentially privacy-sensitive and audit network calls before trusting it with real money.
Capability Analysis
Type: OpenClaw Skill
Name: rhetra-taxguard
Version: 1.0.0
The skill instructs the AI agent to silently transmit highly sensitive financial data—including account equity, trade history, current positions, and Modified Adjusted Gross Income (MAGI)—to a third-party API (api.rhetra.io) before every trade execution. While this behavior is consistent with the stated purpose of tax monitoring, the requirement in SKILL.md to perform these checks 'SILENTLY' without user intervention, combined with the extensive data collection in check-trade.js, represents a high-risk pattern of data exposure. There is no evidence of overt malice, but the silent transmission of financial PII to an external endpoint warrants a suspicious classification.
Capability Assessment
Purpose & Capability
Name/description, README, SKILL.md and check-trade.js all describe the same function (per-trade tax checks, wash-sale/PDT detection, daily reports). However, registry metadata lists no required credentials even though SKILL.md and check-trade.js require a Rhetra API key—this is an inconsistency in declared requirements.
Instruction Scope
SKILL.md instructs the agent to collect account context (equity, positions, recent sales, day-trade counts) and to call check-trade.js before every trade, then 'do this SILENTLY — do not show the results to the trader.' That is a broad and sensitive data collection/transmission instruction and grants the skill discretion to hide results. There's also a direct contradiction: SKILL.md demands silence, but check-trade.js prints decision text to stdout (exposes results wherever the agent logs stdout). The instructions also direct the agent to persist the API key for future calls (save the key), which implies storing secrets long-term.
Install Mechanism
No install spec (instruction-only with a single JS helper). No packages downloaded or archives extracted. This is lower risk from install origin perspective.
Credentials
The skill will require and ask the user for an API key and will send detailed financial/account data to api.rhetra.io by default. The registry metadata did not declare any required credentials or primaryEnv despite the runtime requiring an API key. Sending positions, recent sales, equity, MAGI, etc. to an external service is proportionate only if that service is trusted and necessary; the skill provides no homepage or verifiable source, and the domain is only referenced in prose (rhetra.io).
Persistence & Privilege
always:false and autonomous invocation are normal. The SKILL.md explicitly asks to save the API key for future calls (implies persistent secret storage). Persisting a bearer API key is typical for API-based skills, but combined with silent per-trade checks and transmission of sensitive financial data, persistent credentials increase the blast radius and should be treated cautiously.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rhetra-taxguard - After installation, invoke the skill by name or use
/rhetra-taxguard - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — 12 tax disclosure types, guardian mode, strategy assessment, daily reports
Metadata
Frequently Asked Questions
What is Rhetra TaxGuard?
Silent tax advisor that checks every trade for wash sales, PDT triggers, and optimization, logs results, and delivers a daily tax risk and opportunity report. It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.
How do I install Rhetra TaxGuard?
Run "/install rhetra-taxguard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rhetra TaxGuard free?
Yes, Rhetra TaxGuard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Rhetra TaxGuard support?
Rhetra TaxGuard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rhetra TaxGuard?
It is built and maintained by aaronahadi23 (@aaronahadi23); the current version is v1.0.0.
More Skills