← 返回 Skills 市场
aaronahadi23

Rhetra TaxGuard

作者 aaronahadi23 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rhetra-taxguard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rhetra-taxguard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — 12 tax disclosure types, guardian mode, strategy assessment, daily reports
元数据
Slug rhetra-taxguard
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 Rhetra TaxGuard?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rhetra-taxguard」即可一键安装,无需额外配置。

Rhetra TaxGuard 是免费的吗?

是的,Rhetra TaxGuard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Rhetra TaxGuard 支持哪些平台?

Rhetra TaxGuard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Rhetra TaxGuard?

由 aaronahadi23(@aaronahadi23)开发并维护,当前版本 v1.0.0。

💬 留言讨论