← Back to Skills Marketplace
athola

Nm Leyline Document Conversion

by athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-leyline-document-conversion
Description
Document-to-markdown conversion with tiered fallback: MCP markitdown, native tools, or user notice
Usage Guidance
This skill looks coherent for converting documents, but it can read local files and/or pass their URIs to an external MCP server for conversion. Before installing or enabling this skill: (1) Confirm whether your agent will automatically send local file:// URIs or remote URLs to an external converter and require explicit user confirmation if you want to avoid that. (2) Verify trust in the markitdown/MCP server you configure (running markitdown-mcp or remote services may receive full document contents). (3) Review and tune the night-market.content-sanitization checklist so sensitive content is truncated or redacted before transmission. (4) If you need strict data residency, avoid using Tier 1 (MCP) or host the MCP server in a trusted environment. If you want stronger assurance, ask for explicit runtime prompts before any file is uploaded or fetched by the MCP server.
Capability Analysis
Type: OpenClaw Skill Name: nm-leyline-document-conversion Version: 1.0.0 The skill is a document conversion utility that implements a tiered fallback strategy to convert various file formats (PDF, Office docs, HTML, etc.) into markdown. It uses legitimate tools such as the Microsoft 'markitdown' MCP server and native Claude tools (Read, WebFetch), and includes a 'SANITIZE' step in SKILL.md specifically designed to mitigate prompt injection from external document content. No indicators of data exfiltration, unauthorized execution, or malicious intent were found.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the skill implements a three-tier conversion strategy (MCP markitdown, native tools, user notice). Requested config paths relate to content-sanitization and error patterns which are reasonable for a conversion/integration layer.
Instruction Scope
Instructions explicitly tell the agent to resolve local paths (expand ~, construct file:// URIs), call Read/WebFetch, and pass URIs to the external MCP convert_to_markdown tool. This is coherent for conversion, but it means the agent may read arbitrary user files and/or cause those files (or remote URLs) to be fetched or transmitted to an external MCP server. The skill does include a content-sanitization step, but it does not mandate explicit user consent before sending local files to a remote converter.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest risk in terms of disk writes and third-party downloads.
Credentials
No environment variables or credentials are requested. The two required config paths (night-market.content-sanitization, night-market.error-patterns) are configuration-only and align with the described sanitize/error-handling steps.
Persistence & Privilege
Skill is not always-included and does not request persistent elevated privileges or modify other skills' configs. It only references adding an MCP server to .mcp.json as an optional user action (not automatic).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nm-leyline-document-conversion
  3. After installation, invoke the skill by name or use /nm-leyline-document-conversion
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of document-to-markdown conversion skill using a tiered fallback system. - Supports conversion of various formats (PDF, DOCX, PPTX, XLSX, HTML, images, audio, CSV, JSON, XML, ZIP, EPUB) with format detection based on URI. - Tier 1 uses the MCP markitdown tool for highest quality; Tier 2 falls back to native tools; Tier 3 notifies user if conversion isn't possible. - Automatic content sanitization applied post-conversion. - Designed for use as an infrastructure dependency for other skills needing document ingestion.
Metadata
Slug nm-leyline-document-conversion
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Nm Leyline Document Conversion?

Document-to-markdown conversion with tiered fallback: MCP markitdown, native tools, or user notice. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Nm Leyline Document Conversion?

Run "/install nm-leyline-document-conversion" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nm Leyline Document Conversion free?

Yes, Nm Leyline Document Conversion is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nm Leyline Document Conversion support?

Nm Leyline Document Conversion is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nm Leyline Document Conversion?

It is built and maintained by athola (@athola); the current version is v1.0.0.

💬 Comments