← 返回 Skills 市场
athola

Nm Scribe Doc Importer

作者 athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
127
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-scribe-doc-importer
功能描述
Import external documents (PDF, DOCX, PPTX, XLSX, HTML) into editable markdown for rewriting or project integration
安全使用建议
This skill appears to do what it says: convert external documents to markdown and optionally hand them to a doc-generator. Before installing, check the following: (1) Confirm what agent tools the platform exposes for filesystem Read/Write and what paths they are allowed to access—avoid granting access to sensitive directories. (2) Verify whether the 'markitdown MCP' or other conversion fallbacks perform conversion locally or send files to remote services; if remote, avoid processing sensitive documents or review the remote service's privacy. (3) Since the skill can be invoked autonomously, consider restricting triggers or requiring explicit user confirmation before reading/writing files. (4) If you want more assurance, inspect the referenced GitHub plugin (https://github.com/athola/claude-night-market/tree/master/plugins/scribe) to see how the named protocols/tools are implemented. Test first with non-sensitive files.
功能分析
Type: OpenClaw Skill Name: nm-scribe-doc-importer Version: 1.0.0 The doc-importer skill is designed to convert various document formats (PDF, DOCX, etc.) into markdown for project integration. The instructions in SKILL.md outline a standard workflow for document ingestion, including structural cleanup and a specific sanitization step to strip instruction tags from external content, which serves as a defense against prompt injection from imported files. No indicators of malicious intent, data exfiltration, or unauthorized execution were found.
能力评估
Purpose & Capability
Name/description (import documents to markdown) lines up with the declared config dependencies (document-conversion, content-sanitization, slop-detector, doc-generator). No unrelated environment variables, binaries, or install steps are requested.
Instruction Scope
The SKILL.md instructs the agent to verify local file existence (via a Read tool), construct URIs for URLs, invoke the document-conversion protocol (markitdown MCP or fallbacks), sanitize output, and write the resulting .md to the same directory by default. These steps are within the skill's purpose, but they imply filesystem read/write and potential network activity (downloading remote docs or calling external conversion services) which are not explicitly declared in the manifest.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer and no external packages are pulled during install.
Credentials
No environment variables, credentials, or sensitive keys are requested. The required config paths are relevant to document conversion/sanitization and align with the stated functionality.
Persistence & Privilege
always:false and normal autonomous invocation allowed (disable-model-invocation:false). This is standard, but because the instructions include reading local file paths and writing output files, users should be aware that autonomous invocation could cause the agent to access filesystem resources when triggered.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nm-scribe-doc-importer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nm-scribe-doc-importer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of doc-importer skill. - Enables importing of external documents (PDF, DOCX, PPTX, XLSX, HTML) and conversion into editable markdown. - Provides a detailed workflow including source identification, document conversion, markdown cleanup, content sanitization, and draft writing. - Integrates optional remediation using scribe:doc-generator for polishing imported markdown. - Ensures output quality with preserved structure, tables, images, and annotations for unclear sections.
元数据
Slug nm-scribe-doc-importer
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nm Scribe Doc Importer 是什么?

Import external documents (PDF, DOCX, PPTX, XLSX, HTML) into editable markdown for rewriting or project integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 Nm Scribe Doc Importer?

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

Nm Scribe Doc Importer 是免费的吗?

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

Nm Scribe Doc Importer 支持哪些平台?

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

谁开发了 Nm Scribe Doc Importer?

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

💬 留言讨论