Real Skill packageSource verifiedClawHub registry

make-to-markdown

工业级RAG Markdown物料生成技能,使用 markitdown 将各类文档和文件转换为 Markdown 格式。支持 .doc/.ppt 老格式自动预处理(Word/PowerPoint COM / LibreOffice)。启动时自动检测 OS/版本/能力,按平台选择最佳执行路径。触发词:转 Markdown / 转换文档 / markitdown / 文档转 md / 批量转换。当需要将 PDF、Word (.docx/.doc)、PowerPoint (.pptx/.ppt)、Excel (.xlsx, .xls)、HTML、CSV、JSON、XML、图片(含 EXIF/OCR)、音频(含语音转写)、ZIP 压缩包、YouTube 链接或 EPub 电子书转换为 Markdown 格式,为知识库提供统一的"通用语言"时触发此技能。

Identity and source

Publisher attributionebandaoregistry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 64% rule confidence
Package forminstruction with code16 recorded files
Canonical sourceClawHub registryclawhub:ebandao777-oss:make-to-markdown
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/15/2026.claude/skills/make-to-markdown

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/15/2026.agents/skills/make-to-markdown

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/15/2026skills/make-to-markdown

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @ebandao777-oss/make-to-markdown
clawhub inspect @ebandao777-oss/make-to-markdown --version 1.0.1

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
9 / 16 inspected as text
Checked
8/15/2026, 6:51:52 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
5 dependency and API indicators
  • api: astral.sh
  • api: clawhub.ai
  • api: docs.astral.sh
  • api: github.com
  • api: libreoffice.org
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/15/2026, 5:47:53 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:29f164537559e92fceccea5a6740643916eb19101303ac06811b436ba60f3c0b
Show up to 16 recorded paths
  • .gitattributes
  • QUICKSTART.md
  • README.md
  • REFERENCE.md
  • scripts
  • scripts/__pycache__
  • scripts/__pycache__/batch_convert.cpython-311.pyc
  • scripts/__pycache__/convert.cpython-311.pyc
  • scripts/__pycache__/platform_detect.cpython-311.pyc
  • scripts/__pycache__/post_clean.cpython-311.pyc
  • scripts/batch_convert.py
  • scripts/convert.py
  • scripts/platform_detect.py
  • scripts/post_clean.py
  • skill-card.md
  • SKILL.md

Source changelog

**make-to-markdown 1.0.1** - Added new scripts for conversion, platform detection, and batch operations. - Updated documentation in QUICKSTART.md, README.md, and REFERENCE.md with usage examples and constraints. - Revised SKILL.md to clarify critical constraints, add Init-Step-Poll protocol for safe batch operations, and expand on pre-processing for legacy formats. - Improved handling and automation of dependencies for broad document format support. - Removed skill-card.md for streamlined referencing.