← 返回 Skills 市场
South African Tax Article Generator
作者
Carl Luis Olivier
· GitHub ↗
· v1.0.0
363
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tax-article-generator
功能描述
Generate South African tax/VAT/SARS compliance articles
安全使用建议
This package appears to be a benign article generator, but the documentation and the code disagree in several ways. Before installing or enabling it for production: 1) review the code yourself or run it in a sandbox — index.py only writes JSON files and does not publish to WordPress or schedule tasks despite the SKILL.md claiming those features; 2) note a functional bug: templates use Jinja-style {{VAR}} placeholders but index.py uses Python's string.Template (which expects $var), so generated content will likely retain raw {{...}} placeholders; 3) the SKILL.md mentions templates/ and schemas/ directories that are not present — ask the author for the missing files or an updated README; 4) verify CTA_URL handling (the CLI requires --cta-url but SKILL.md's input table omits it) to avoid runtime surprises; 5) if you need the advertised WordPress publishing or scheduled triggers, request a version that actually implements and documents those features; and 6) because the mismatches could stem from sloppy packaging, prefer testing locally in an isolated environment and do not grant any credentials unless the implementation explicitly needs and documents them. If the author provides corrected SKILL.md and/or the missing files and fixes the templating bug, reassess — at that point the skill would likely be coherent and low-risk.
功能分析
Type: OpenClaw Skill
Name: tax-article-generator
Version: 1.0.0
The skill is suspicious due to a significant prompt injection vulnerability. The `index.py` script uses `string.Template.safe_substitute()` to insert user-controlled input variables (defined in `SKILL.md`) directly into markdown article templates without any sanitization. This allows an attacker to inject arbitrary markdown or OpenClaw agent instructions into the generated content, which could then be executed by the agent or a downstream system if it processes the output.
能力评估
Purpose & Capability
The skill claims optional WordPress REST API integration, scheduled triggers, and includes 'schemas/' and 'templates/' directories in SKILL.md, but the package contains only index.py and SKILL.md. index.py implements local JSON output only and does not perform publishing or scheduling. The mismatch between claimed capabilities and actual code is disproportionate.
Instruction Scope
SKILL.md lists input variables (including CTA_TEXT) but omits CTA_URL which is required by the CLI; the README describes Jinja2 templates and JSON schemas but index.py uses inlined template strings and the string.Template API. Also SKILL.md mentions triggers and webhooks, but there are no instructions or code to interact with external systems or scheduling. These divergences give the agent broader discretion in documentation than the code actually uses.
Install Mechanism
No install spec is provided (instruction-only with a single Python file). That minimizes installation risk — nothing is downloaded or executed at install time beyond the included index.py.
Credentials
The skill declares no required environment variables or credentials and the code does not read secrets or external config. There are no disproportionate credential requests.
Persistence & Privilege
always is false, the skill doesn't request persistent/privileged platform presence, and the code writes only to the user-specified output directory. No modifications to other skills or global agent config are present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tax-article-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/tax-article-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish - SARS/VAT/PAYE compliance articles
元数据
常见问题
South African Tax Article Generator 是什么?
Generate South African tax/VAT/SARS compliance articles. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 363 次。
如何安装 South African Tax Article Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tax-article-generator」即可一键安装,无需额外配置。
South African Tax Article Generator 是免费的吗?
是的,South African Tax Article Generator 完全免费(开源免费),可自由下载、安装和使用。
South African Tax Article Generator 支持哪些平台?
South African Tax Article Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 South African Tax Article Generator?
由 Carl Luis Olivier(@wespeakallday)开发并维护,当前版本 v1.0.0。
推荐 Skills