editor

v2.2.0

The final publishing layer for anything you write. Paste messy text and get something clear, strong, and ready to send.

1· 307·5 current·6 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description and SKILL.md describe an editing assistant that relies on the agent (LLM) to rewrite user-provided text. The package requests no credentials or binaries. One minor mismatch: scripts/render_output.py is only a simple scaffold that echoes input rather than performing edits, but that is consistent with an instruction-first design where the model does the actual editing.
Instruction Scope
SKILL.md confines behavior to refining user-supplied text, choosing a context label, and returning structured output. It does not instruct reading unrelated files, environment variables, or sending data to external endpoints.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written to disk beyond the tiny included scaffold script. This is low-risk and proportional for the stated purpose.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md and script do not reference hidden env vars or secret material.
Persistence & Privilege
The skill is not always-enabled and requests no elevated system presence. It does not modify other skills or system configuration. Autonomous invocation is allowed by default (platform standard) but not combined with other red flags.
Assessment
This skill appears internally consistent and low-risk: it contains only editorial instructions and a tiny script that prints a structured scaffold. A few practical notes before installing: 1) The actual rewriting is performed by the agent/LLM following SKILL.md, so review how your agent provider will handle the text (privacy/retention) if you send sensitive content. 2) The included Python script does not perform edits — tests you run should use the agent behavior described in SKILL.md, not rely on the script to transform text. 3) If you want to prevent autonomous invocation, adjust agent/skill policies (this skill being able to be invoked autonomously is platform-default, not a sign of maliciousness). If you have confidential material, try the skill first on non-sensitive samples to confirm it behaves as you expect.

Like a lobster shell, security has layers — review code before you run it.

latestvk970pxnm0519qzsrcydd8k409182s5xp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments