🧪 Skills
Table To Image
将 Markdown 表格转换为清晰图片。当用户说"表格看不清"、"生成图片"、"转成图片"时触发。
v1.0.2
Description
name: markdown-table-to-image version: 1.0.2 description: 将 Markdown 表格转换为清晰图片。当用户说"表格看不清"、"生成图片"、"转成图片"时触发。 metadata: openclaw: requires: bins: [node, wkhtmltoimage]
Markdown 表格转图片 v1.0.1
流程
- 解析 Markdown 表格
- 生成 HTML(单元格内容居中对齐)
- 用 wkhtmltoimage 输出为图片
使用方式
# 从文本生成
node {baseDir}/scripts/md2img.js "| 列1 | 列2 |
|------|------|
| A | B |" output.png
# 指定宽度(默认900)
node {baseDir}/scripts/md2img.js "表格内容" output.png 1200
在 Agent 中使用
用户: 把这个表格转成图片
Agent:
1. 提取表格内容
2. node ~/.openclaw/workspace/skills/table-to-image/scripts/md2img.js "表格内容" /tmp/table.png
3. 发送图片给用户
输出
- PNG 格式
- 单元格内容居中对齐
- 支持中英文
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!