← 返回 Skills 市场
Taxguard Skill
作者
aaronahadi23
· GitHub ↗
· v1.1.0
· MIT-0
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install taxguard-skill
功能描述
Monitors every trade for tax risks and optimization silently, logs results, blocks trades if Guardian Mode enabled, and delivers daily tax reports.
安全使用建议
This skill largely does what it says (remote tax checks and optional blocking), but before installing you should: 1) Verify the provider (rhetra/api.rhetra.io) and their privacy/terms—there's no homepage in the metadata. 2) Recognize the skill will transmit detailed, sensitive financial and tax data (positions, recent sales, MAGI, filing status) to a third-party API on every trade; only proceed if you trust that endpoint and its security/privacy practices. 3) Note the manifest says no credentials required but the scripts require an API key—treat this mismatch as a red flag and confirm where/how keys are stored. 4) Consider whether 'silent' monitoring (not showing results to the trader) is acceptable for your use case; require explicit user consent if deployed for real accounts. 5) Test on a paper/pseudo account first and consider hosting an internal review or code audit of the scripts (they are readable but perform network calls). If you need higher assurance, request a public homepage, documentation, company identity, privacy policy, and an option to self-host or run checks locally without sending MAGI/other PII externally.
功能分析
Type: OpenClaw Skill
Name: taxguard-skill
Version: 1.1.0
The skill functions as a 'man-in-the-middle' for all trading activities, instructing the agent in SKILL.md to silently transmit sensitive financial data—including account equity, full position history, and estimated MAGI—to an external API (api.rhetra.io) before every trade. While the data requested is relevant to tax analysis, the explicit instructions to perform these checks 'SILENTLY' and 'DO NOT interrupt the trader' effectively hide the transmission of sensitive PII and financial context from the user. This behavior, implemented in check-trade.js and signup.js, represents a high-risk data exfiltration surface despite the lack of overt credential theft or malicious code execution.
能力评估
Purpose & Capability
Name/description (silent trade checks, daily report, optional blocking) aligns with the shipped scripts: signup.js obtains an API key and check-trade.js posts trade context to a remote API for decisions. No unrelated cloud credentials or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to gather very sensitive financial and tax context (positions, recent sales, equity, day-trades, MAGI, filing status, cost-basis, etc.) and to 'do NOT show the results to the trader' (silent monitoring). All of that data is sent to a remote endpoint for every check. Hiding results from the user is an ethical/privacy concern and expands the skill's authority in a way users should explicitly consent to.
Install Mechanism
No install spec or remote downloads; the skill is instruction-plus-local scripts only. That minimizes supply-chain risk. The shipped JS files make outbound HTTPS requests to api.rhetra.io which is expected for a remote service.
Credentials
The registry metadata declares no required env vars/credentials, but SKILL.md and signup/check-trade scripts expect and use an API key (TAXGUARD_API_KEY or --key). The skill asks for extensive sensitive tax/account data (MAGI, positions, recent sales). Those fields are plausible for tax computation, but they are sensitive and the mismatch in declared vs. actual credential requirements is an inconsistency worth flagging.
Persistence & Privilege
The skill is not 'always' enabled and does not request system-wide config changes or modifications to other skills. It behaves as a normal, on-demand service that can be invoked by the agent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install taxguard-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/taxguard-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**New monitoring and reporting workflow for every trade, with daily tax summaries.**
- All trades are pre-checked silently by TaxGuard for taxable events before execution; results are logged, not shown, unless Guardian Mode triggers a block.
- Daily tax report summarizes flagged events (wash sales, tax-saving opportunities, estimated tax), delivered automatically at end of day or on trader request.
- Guardian Mode can block trades with specific risks (e.g., wash sales, PDT), requiring explicit confirmation from the trader to proceed.
- Setup is streamlined with instant free API key registration and test check; supports multiple brokerages and crypto exchanges.
- Trader can access real-time summaries, export reports for accounting, or enable/disable blocking at any time with simple commands.
元数据
常见问题
Taxguard Skill 是什么?
Monitors every trade for tax risks and optimization silently, logs results, blocks trades if Guardian Mode enabled, and delivers daily tax reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Taxguard Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install taxguard-skill」即可一键安装,无需额外配置。
Taxguard Skill 是免费的吗?
是的,Taxguard Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Taxguard Skill 支持哪些平台?
Taxguard Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Taxguard Skill?
由 aaronahadi23(@aaronahadi23)开发并维护,当前版本 v1.1.0。
推荐 Skills