← 返回 Skills 市场
yebo-liu

Superdoc

作者 yebo-liu · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
301
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install superdoc
功能描述
Create, edit, and manipulate DOCX files using SuperDoc - a modern document editor with custom rendering pipeline. Use when you need to programmatically work...
安全使用建议
This skill appears to be what it says: documentation for using an npm-based DOCX library. Before installing or running code from it: verify the npm package/vendor (confirm the GitHub repo and package integrity), prefer local project installs instead of global installs, inspect package contents or source for unexpected network calls, and be cautious when processing untrusted DOCX files (they can contain external links or embedded content). Also note the library is AGPLv3 by the reference—check licensing implications for your project. If you need extra assurance, fetch the package from the npm registry and review its package.json and published files before running any scripts that read/write your documents.
功能分析
Type: OpenClaw Skill Name: superdoc Version: 1.0.0 The 'superdoc' skill bundle provides a comprehensive interface for programmatically manipulating DOCX files using the SuperDoc library. It includes legitimate code examples for document creation, editing, and template generation, along with detailed architectural documentation and headless environment setup instructions (SKILL.md, references/superdoc-reference.md). No indicators of data exfiltration, malicious execution, or harmful prompt injection were identified; the file system access (via 'fs') is consistent with the stated purpose of a document editor.
能力评估
Purpose & Capability
Name/description (DOCX creation/editing) align with the content: examples, headless/browser notes, and React integration all relate to programmatic DOCX manipulation. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
SKILL.md instructs the agent to read and write local files (input.docx, template.docx, clients.json, output/). This is expected for a document-editing skill, but users should be aware this skill's examples perform arbitrary filesystem I/O on local documents and templates.
Install Mechanism
This is an instruction-only skill (no install spec). The docs recommend running `npm install` (and global install examples). Because the skill doesn't install anything automatically, the install risk is low; however, following its guidance will pull packages (superdoc, jsdom, @superdoc-dev/react) from npm, so users should vet those packages and prefer local installs over global ones.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The examples do not reference secrets or unrelated env vars.
Persistence & Privilege
always is false and the skill does not request persistent/automatic inclusion or system config changes. It does not request elevated privileges or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install superdoc
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /superdoc 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
SuperDoc 1.0.0 initial release - Programmatically create, edit, and format DOCX documents with full control. - Supports template-based batch document generation and placeholder replacement. - Offers both browser and Node.js (with polyfills) usage, including CLI/headless environments. - Provides React integration via `@superdoc-dev/react` for modern web apps. - Includes practical error handling guidance and common troubleshooting tips. - Not intended for PDF editing, text extraction/summarization, OCR, or legacy `.doc` files.
元数据
Slug superdoc
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Superdoc 是什么?

Create, edit, and manipulate DOCX files using SuperDoc - a modern document editor with custom rendering pipeline. Use when you need to programmatically work... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 301 次。

如何安装 Superdoc?

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

Superdoc 是免费的吗?

是的,Superdoc 完全免费(开源免费),可自由下载、安装和使用。

Superdoc 支持哪些平台?

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

谁开发了 Superdoc?

由 yebo-liu(@yebo-liu)开发并维护,当前版本 v1.0.0。

💬 留言讨论