← 返回 Skills 市场
happytreees

Pretty Tables

作者 happytreees · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
179
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pretty-tables
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pretty-tables 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug pretty-tables
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。

如何安装 Pretty Tables?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pretty-tables」即可一键安装,无需额外配置。

Pretty Tables 是免费的吗?

是的,Pretty Tables 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pretty Tables 支持哪些平台?

Pretty Tables 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pretty Tables?

由 happytreees(@happytreees)开发并维护,当前版本 v2.0.0。

💬 留言讨论