regulation-to-markdown
v0.2.3Convert official regulation PDFs to source-grounded Markdown with MinerU extraction, deterministic processing, AI review, and release validation.
By LilianaZhuLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install regulation-to-markdown for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install regulation-to-markdown@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/LilianaZhu/regulation-to-markdownClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/regulation-to-markdown/SKILL.md└── .mcp.json
Included Skills1
Converts official regulation PDFs and other authoritative documents into source-grounded Markdown with the MinerU Precision API, deterministic normalization, page-by-page AI comparison, strict source restoration, overlap-safe merging, and release validation. Use when the user asks to convert, extract, audit, repair, merge, or validate an official PDF or legal document as Markdown.
MCP servers1
- command
- python
- args
- ${CLAUDE_PLUGIN_ROOT}/scripts/mcp_launcher.py
- env.REG2MD_PLUGIN_ROOT
- ${CLAUDE_PLUGIN_ROOT}
- env.REG2MD_PLUGIN_DATA
- ${CLAUDE_PLUGIN_DATA}
- env.MINERU_API_TOKEN
- ${user_config.mineru_api_token}
- env.PYTHONUTF8
- 1
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests2
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "regulation-to-markdown",
"displayName": "Regulation to Markdown",
"version": "0.2.3",
"description": "Convert official regulation PDFs to source-grounded Markdown with MinerU extraction, deterministic processing, AI review, and release validation.",
"author": {
"name": "LilianaZhu",
"url": "https://github.com/LilianaZhu"
},
"homepage": "https://github.com/LilianaZhu/regulation-to-markdown",
"repository": "https://github.com/LilianaZhu/regulation-to-markdown",
"license": "MIT",
"keywords": [
"pdf",
"markdown",
"mineru",
"regulation",
"legal",
"compliance"
],
"userConfig": {
"mineru_api_token": {
"type": "string",
"title": "MinerU API Token(必填)",
"description": "在 https://mineru.net/apiManage/token 创建并粘贴 Token。Claude Code 会遮蔽输入并安全保存;请勿在聊天中发送。",
"sensitive": true,
"required": true
}
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "regulation-to-markdown",
"version": "0.2.3",
"description": "Convert official regulation PDFs to source-grounded Markdown with MinerU extraction, deterministic processing, AI review, and release validation.",
"author": {
"name": "LilianaZhu",
"url": "https://github.com/LilianaZhu"
},
"homepage": "https://github.com/LilianaZhu/regulation-to-markdown",
"repository": "https://github.com/LilianaZhu/regulation-to-markdown",
"license": "MIT",
"keywords": [
"pdf",
"markdown",
"mineru",
"regulation",
"legal",
"compliance"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[regulation-to-markdown on Agent Plugins Marketplace](https://pluginsmp.com/plugins/regulation-to-markdown)