← Back to Skills Marketplace
happytreees

Pretty Tables

by happytreees · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
179
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install pretty-tables
Description
Create beautiful, full-width tables in Word documents using the docx npm library. Tables are properly sized, centered, and styled. Use when you need to creat...
Usage Guidance
This skill is coherent and appears to do what it says: it provides patterns and example Node.js code for producing well-rendered DOCX tables. Before using it, confirm that the agent environment has the 'docx' npm package (or permits installing it), and be aware the example writes an output.docx file to disk — run in a sandbox or restrict the output path if you have sensitive data or a constrained environment. Because the skill is instruction-only, it cannot install dependencies itself; verify dependency versions and test the example on sample data first. No credentials are requested and there are no other obvious red flags.
Capability Analysis
Type: OpenClaw Skill Name: pretty-tables Version: 2.0.0 The skill bundle provides legitimate instructions and code examples for generating formatted Word documents using the 'docx' npm library. The content in SKILL.md focuses on layout best practices (DXA sizing, shading types, and padding) to ensure compatibility between Microsoft Word and Google Docs, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (creating docx tables) matches the SKILL.md which is a focused, detailed guide and example code for the docx npm library. No unrelated services, binaries, or credentials are required.
Instruction Scope
Instructions include runnable example Node.js code that writes a file (fs.writeFileSync('output.docx', ...)). This stays within the skill's purpose, but it will write to the agent filesystem if executed — confirm you are comfortable with file writes and paths in your agent environment.
Install Mechanism
Instruction-only skill — no install spec. The examples require the 'docx' npm package, but the skill does not declare or install it. This is low-risk but means the runtime must already have the dependency available or be allowed to install npm packages.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not attempt to access secrets or unrelated system config.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent or elevated privileges nor does it modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pretty-tables
  3. After installation, invoke the skill by name or use /pretty-tables
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
**Major update for universal DOCX table compatibility across Word and Google Docs:** - Requires setting widths in DXA units for both the table and every individual cell. - Abandons percentage widths entirely for full cross-platform reliability. - Uses `ShadingType.CLEAR` (not `SOLID`) to ensure cell background colors render correctly everywhere. - Emphasizes proper cell padding (margins) to improve readability and appearance. - Introduces updated examples and cheat sheets reflecting the best practices and new requirements. - Adds troubleshooting guides for common rendering issues.
v1.0.0
Initial release of pretty-tables. - Generate full-width, visually appealing tables in Word documents using the docx npm library. - Ensures tables are properly sized using required settings: fixed layout, percentage width, and explicit columnWidths. - Provides ready-made code patterns for common table uses (itineraries, data tables, highlight boxes, etc.). - Includes styling guidance for headers, background colors, cell merging, color palettes, and alignment. - Offers quick tips for avoiding common pitfalls with docx table formatting. - Designed for simple integration into document workflows needing professional table output.
Metadata
Slug pretty-tables
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Pretty Tables?

Create beautiful, full-width tables in Word documents using the docx npm library. Tables are properly sized, centered, and styled. Use when you need to creat... It is an AI Agent Skill for Claude Code / OpenClaw, with 179 downloads so far.

How do I install Pretty Tables?

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

Is Pretty Tables free?

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

Which platforms does Pretty Tables support?

Pretty Tables is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pretty Tables?

It is built and maintained by happytreees (@happytreees); the current version is v2.0.0.

💬 Comments