Content Rewriter
v1.0.1Rewrite and optimize content for 8+ platforms with AI-powered tone adjustment, batch conversion, quality scoring, and translation. Powered by evolink.ai
⭐ 0· 54·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description ask for AI rewriting/translation/score features and the code requires python3, curl, and EVOLINK_API_KEY — all directly related to calling the evolink.ai API. No unrelated credentials or tools are requested.
Instruction Scope
SKILL.md and the included rewriter.sh limit their actions to reading a user-specified input file, constructing an API payload, and posting to api.evolink.ai. They do not attempt to read other system files, environment secrets beyond EVOLINK_API_KEY/EVOLINK_MODEL, or transmit data to other endpoints.
Install Mechanism
There is no remote download during install; the npm installer script simply copies bundled skill files into a skills/ directory and updates a local .clawhub lockfile. This is a low-risk, local file copy installer. (Note: the registry metadata shows no external install spec but an npm installer is included as a file — that is consistent with distributing an npm helper.)
Credentials
Only EVOLINK_API_KEY is required (with optional EVOLINK_MODEL). Those map directly to the external AI API the skill uses. No additional secrets or unrelated environment variables are requested.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges. The installer writes skill files to skills/<slug> and updates a local .clawhub/lock.json and a .clawhub-origin.json in the skill folder — expected behavior for an installer. The runtime scripts create temporary files (mktemp) and clean them up via trap.
Assessment
This skill will send any file content you pass to the evolink.ai API (api.evolink.ai) using the EVOLINK_API_KEY you provide — do not use it with sensitive secrets or private documents unless you trust evolink.ai and have reviewed their privacy/retention policy. The installer copies files into your project's skills/ directory and updates a local .clawhub lockfile; you can remove the installed folder and lockfile to uninstall. Verify you obtained the package from a trusted source and keep EVOLINK_API_KEY out of shared shells or public CI logs. If you need higher assurance, review the full rewriter.sh and install.js in your environment before running, and validate the evolink.ai domain and support contact independently.Like a lobster shell, security has layers — review code before you run it.
latestvk97a45ck946e7tvrqsftdh1a3184ebfb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binspython3, curl
EnvEVOLINK_API_KEY
Primary envEVOLINK_API_KEY
