← Back to Skills Marketplace
tobewin

Word Studio

by ToBeWin · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
165
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install word-studio
Description
Professional Word document generator. Use when user needs to create reports, papers, contracts, resumes, or any professional document. Supports docx/doc form...
Usage Guidance
This skill appears coherent with its stated purpose and only needs python3 plus python-docx and Pillow. Before you run it: (1) review the full Python template in SKILL.md (it executes locally) and confirm you trust running it; (2) run pip installs inside a virtualenv to avoid polluting your system; (3) avoid supplying sensitive local file paths as image/document inputs (the script will read any paths you give it); (4) be aware the SKILL.md contains some unreachable/truncated code — test with sample inputs first; and (5) no credentials are requested, so there is no obvious secret-exfiltration instruction in the files provided.
Capability Analysis
Type: OpenClaw Skill Name: word-studio Version: 1.0.3 The 'word-studio' skill is a legitimate document generation tool that uses the `python-docx` library to create professional Word files. It features extensive templates for various document types and includes logic for cross-platform font management and format conversion via LibreOffice (`soffice`). Although it utilizes `subprocess.run` in SKILL.md for system-level tasks like font checking and document conversion, these operations are transparently implemented and directly support the skill's core functionality without any evidence of malicious behavior or unauthorized data access.
Capability Assessment
Purpose & Capability
Name/description (Word document generator) match the contents: SKILL.md provides Python templates using python-docx and Pillow to create .docx/.doc files. Required binary (python3) and suggested pip packages (python-docx, pillow) are appropriate for the task.
Instruction Scope
Instructions run a local Python heredoc that creates documents, inserts images (from user-supplied local paths) and tables. There is no instruction to access unrelated system paths, credentials, or external endpoints. Caution: the script will execute arbitrary Python locally (including reading any file paths the user supplies for images); the SKILL.md also contains some sloppy/unreachable/truncated code (e.g., an early return followed by more code and a truncated section) which suggests the template was edited imperfectly.
Install Mechanism
No install spec and no remote downloads. The skill is instruction-only; it suggests 'pip install python-docx pillow' which is normal and installs widely-used packages from PyPI. No custom URLs, archives, or extract steps are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportional for a local document-generation tool.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent installation or modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install word-studio
  3. After installation, invoke the skill by name or use /word-studio
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
修复安全扫描:声明python-docx依赖,添加依赖安装说明
v1.0.2
多语言支持+跨平台字体+专业图片排版:开源字体优先,Windows/macOS/Linux兼容,5种图片排版模式
v1.0.1
优化首页排版:内容垂直居中,更专业的封面效果
v1.0.0
专业Word文档生成器:支持docx/doc格式,20+模板,图表/图片/目录,WPS/Office兼容
Metadata
Slug word-studio
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Word Studio?

Professional Word document generator. Use when user needs to create reports, papers, contracts, resumes, or any professional document. Supports docx/doc form... It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.

How do I install Word Studio?

Run "/install word-studio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Word Studio free?

Yes, Word Studio is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Word Studio support?

Word Studio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Word Studio?

It is built and maintained by ToBeWin (@tobewin); the current version is v1.0.3.

💬 Comments