← Back to Skills Marketplace
105
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install outline-revision-annotator
Description
Use when comparing a revised PDF outline, script, treatment, beat sheet, season map, or character bio against an older DOCX/PDF version and you need a high-s...
Usage Guidance
This skill appears coherent with its stated purpose, but before installing or running it: (1) inspect the full script locally (especially if you were shown a truncated snippet) to confirm there are no hidden network calls or unexpected file writes; (2) run it in a benign working folder (not on sensitive system directories) and review generated annotation_manifest.json before rendering the PDF; (3) install Python deps from PyPI only if you trust those packages and consider using a virtualenv; (4) be aware the auto-follow hook can trigger automatic generation after the agent edits documents — opt out or disable autonomous invocation if you do not want automatic runs; (5) verify CJK fonts are available on your system if you expect Chinese output.
Capability Analysis
Type: OpenClaw Skill
Name: outline-revision-annotator
Version: 1.1.0
The skill bundle is a legitimate utility designed for comparing document revisions (PDF/DOCX) and generating annotated reports. The core logic in `scripts/build_outline_diff_outputs.py` uses standard libraries like PyMuPDF and python-docx to perform local file processing, text extraction, and PDF drawing without any network calls, obfuscation, or suspicious execution patterns. The instructions in `SKILL.md` and the reference documentation are consistent with the stated purpose of automating structural change reviews for scripts and outlines, and they do not contain any malicious prompt-injection attempts or unauthorized data access commands.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the included script all align: they extract text from a new PDF and an old source, accept a human-authored manifest of structural changes, and render an annotated PDF + markdown/DOCX report. Required dependencies (PyMuPDF, python-docx) match the stated functionality.
Instruction Scope
The SKILL.md keeps the agent responsible for judgment (what counts as a structural change) and restricts the script to extraction and rendering. The auto-follow hook allows the skill to run after the agent edits documents — this is coherent for an auto-reporting workflow but means the agent may trigger generation without a separate user prompt when its own edits meet the listed conditions.
Install Mechanism
No automatic install spec is present (instruction-only). Installation instructions recommend pip-installing well-known Python packages (pymupdf, python-docx). That is a low-risk, proportionate approach for the task.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All file access is local and limited to the user-supplied PDF/docx paths and output folders described in the workflow.
Persistence & Privilege
always:false (normal). The combination of the skill's auto-follow hook and the platform-default ability for the agent to invoke skills autonomously means the skill can run automatically after the agent edits relevant documents. This is reasonable for the use case but users should be aware it can generate outputs without an additional explicit user command when the hook conditions are met.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install outline-revision-annotator - After installation, invoke the skill by name or use
/outline-revision-annotator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Add bilingual triggers, automatic post-edit compare hook, and broader old-source support.
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Outline Revision Annotator?
Use when comparing a revised PDF outline, script, treatment, beat sheet, season map, or character bio against an older DOCX/PDF version and you need a high-s... It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install Outline Revision Annotator?
Run "/install outline-revision-annotator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Outline Revision Annotator free?
Yes, Outline Revision Annotator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Outline Revision Annotator support?
Outline Revision Annotator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Outline Revision Annotator?
It is built and maintained by 贺苏桓 (@hshgogogo); the current version is v1.1.0.
More Skills