← Back to Skills Marketplace
127
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-scribe-doc-importer
Description
Import external documents (PDF, DOCX, PPTX, XLSX, HTML) into editable markdown for rewriting or project integration
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-scribe-doc-importer - After installation, invoke the skill by name or use
/nm-scribe-doc-importer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Nm Scribe Doc Importer?
Import external documents (PDF, DOCX, PPTX, XLSX, HTML) into editable markdown for rewriting or project integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install Nm Scribe Doc Importer?
Run "/install nm-scribe-doc-importer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Scribe Doc Importer free?
Yes, Nm Scribe Doc Importer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Scribe Doc Importer support?
Nm Scribe Doc Importer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Scribe Doc Importer?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills