← Back to Skills Marketplace
jackdark425

AIGroup Markdown to Word MCP

by jackdark · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ Security Clean
214
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install aigroup-mdtoword-mcp
Description
Use `aigroup-mdtoword-mcp` to convert Markdown into `.docx`. Route Markdown file conversion, generated Markdown conversion, table-to-Markdown preprocessing,...
README (SKILL.md)

Markdown to Word MCP

Use aigroup-mdtoword-mcp for Markdown-to-.docx conversion.

Route

  1. Confirm the deliverable:
    • existing Markdown file to convert
    • Markdown content generated in the session
    • tabular data that should become Markdown before conversion
  2. Choose the right operation:
    • markdown_to_docx for primary conversion
    • table_data_to_markdown when the raw input is structured table data
  3. Ask or infer the output style only when it matters:
    • technical memo
    • business report
    • academic-style document
    • minimal document
  4. If formulas, tables, headers, footers, or local images are important, mention that explicitly before conversion.
  5. Return the path to the generated .docx and summarize any formatting assumptions.

Requests

  • Convert a finished Markdown note, report, or memo into .docx.
  • Produce a polished Word deliverable from generated Markdown in the same run.
  • Preserve formulas, structured tables, and page furniture such as headers or page numbers.
  • Turn extracted or CSV-like table data into Markdown and then into Word.

References

Usage Guidance
This skill is internally consistent and appears to just route Markdown to an external converter. Before installing: (1) verify the upstream package (aigroup-mdtoword-mcp) and its publisher on npm/GitHub to ensure you trust it; (2) if you mind remote code execution, avoid allowing the agent to run npx/npm or run conversions in an isolated environment; (3) confirm the MCP will not upload documents to unknown endpoints (the skill references stdio/http transports — prefer stdio/local transport if you want to avoid network I/O); (4) if you need stronger assurance, request a packaged binary or review the upstream repository code before use.
Capability Analysis
Type: OpenClaw Skill Name: aigroup-mdtoword-mcp Version: 0.1.2 The skill bundle provides a legitimate utility for converting Markdown files and structured table data into Word (.docx) documents using the `aigroup-mdtoword-mcp` server. All analyzed files, including SKILL.md and references/capabilities.md, consistently describe document formatting and styling tasks without any indicators of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the skill directs conversion of Markdown (including tables/formulas) to .docx via an MCP named aigroup-mdtoword-mcp. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md confines actions to confirming the deliverable, selecting conversion operations (markdown_to_docx or table_data_to_markdown), and returning the generated .docx path; it does not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
The skill is instruction-only and has no install spec, which minimizes local risk. References indicate the upstream MCP is available via npm (npx -y aigroup-mdtoword-mcp) and supports stdio/http transports — invoking npx/npm will pull code from the registry at runtime, which is normal for this scenario but carries the usual supply-chain risk if the upstream package is untrusted.
Credentials
No environment variables, credentials, or config paths are requested. The requested surface (none) is proportional to a document-conversion tool.
Persistence & Privilege
Skill is not forced-always, does not request system-wide changes, and does not declare persistent privileges. It behaves as a normal user-invocable MCP adapter.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aigroup-mdtoword-mcp
  3. After installation, invoke the skill by name or use /aigroup-mdtoword-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Reduce moderation false positives with terser routing copy
v0.1.1
Tighten skill copy and add project homepage metadata
v0.1.0
Initial ClawHub release
Metadata
Slug aigroup-mdtoword-mcp
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is AIGroup Markdown to Word MCP?

Use `aigroup-mdtoword-mcp` to convert Markdown into `.docx`. Route Markdown file conversion, generated Markdown conversion, table-to-Markdown preprocessing,... It is an AI Agent Skill for Claude Code / OpenClaw, with 214 downloads so far.

How do I install AIGroup Markdown to Word MCP?

Run "/install aigroup-mdtoword-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AIGroup Markdown to Word MCP free?

Yes, AIGroup Markdown to Word MCP is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AIGroup Markdown to Word MCP support?

AIGroup Markdown to Word MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AIGroup Markdown to Word MCP?

It is built and maintained by jackdark (@jackdark425); the current version is v0.1.2.

💬 Comments