← 返回 Skills 市场
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vector-text-fixer-1
功能描述
Fix garbled text in PDF/SVG vector graphics caused by font encoding issues, making files editable in AI tools. Supports batch processing and JSON export for...
安全使用建议
This skill appears coherent and limited to local PDF/SVG repair, but take normal precautions: (1) run it in a controlled environment (virtualenv or container) and install requirements (PyMuPDF, beautifulsoup4) before use; (2) test on copies of sensitive files before bulk processing; (3) the requirements.txt includes 'dataclasses' which is unnecessary on recent Python versions—ensure your Python version is compatible; (4) verify the script actually writes outputs in your environment (the provided code focuses on detection/suggestions and may require confirming file-write behavior); and (5) because the tool operates on local files, avoid running it on secrets you cannot expose to the machine executing the script.
功能分析
Type: OpenClaw Skill
Name: vector-text-fixer-1
Version: 1.0.0
The skill bundle is a legitimate utility for detecting and repairing garbled text (mojibake) in PDF and SVG files. The code in `scripts/main.py` uses standard libraries like PyMuPDF and BeautifulSoup to analyze text encoding and suggests fixes based on common character distribution patterns, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description (repair garbled text in PDFs/SVGs) match the implementation: the script uses PyMuPDF (fitz) to parse PDFs and BeautifulSoup to parse SVGs, detects garbled text, and produces JSON/repaired outputs. Declared dependencies (bs4, fitz) are appropriate. The extra 'dataclasses' entry in requirements is unnecessary on modern Python but not harmful.
Instruction Scope
SKILL.md instructs the agent to run the included script against PDF/SVG file paths or folders and to stop when the request is out of scope. The instructions do not direct reading of unrelated system files, environment variables, or transmission of data to external endpoints. Error-handling and fallback templates constrain the behavior to repair tasks.
Install Mechanism
This is an instruction-only skill with bundled code (no install spec). It includes a requirements.txt listing PyMuPDF (fitz) and BeautifulSoup which must be installed manually or by the operator. No remote download URLs or extraction steps are present. Note: the skill will require installing packages into the Python environment where it runs.
Credentials
No environment variables, credentials, or config paths are requested. The script performs local file reads/writes only. There are no credentials or unrelated service tokens required.
Persistence & Privilege
The skill does not request persistent platform privileges (always is false) and does not modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but this is the platform norm and not combined with other concerning permissions here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vector-text-fixer-1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/vector-text-fixer-1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of vector-text-fixer.
- Fixes garbled text in PDF and SVG vector graphics caused by font encoding or embedding issues.
- Supports both single-file and batch processing modes.
- Allows export of repair results in editable JSON format for manual correction.
- Offers minimal, standard, and aggressive repair levels to suit varying document damage.
- Includes robust validation and fallback error handling for unsupported or incomplete requests.
- Provides clear output format requirements with confidence ratings and manual review recommendations.
元数据
常见问题
Vector Text Fixer 是什么?
Fix garbled text in PDF/SVG vector graphics caused by font encoding issues, making files editable in AI tools. Supports batch processing and JSON export for... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 Vector Text Fixer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vector-text-fixer-1」即可一键安装,无需额外配置。
Vector Text Fixer 是免费的吗?
是的,Vector Text Fixer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vector Text Fixer 支持哪些平台?
Vector Text Fixer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vector Text Fixer?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills