Agent Plugins Marketplace
← All plugins

macdoc

v1.11.0

macOS 原生文件處理 CLI — 格式轉換、VLM OCR(含 host profile 設定)、SRT 處理。v1.2.0: session-start hook 自動安裝 signed CLI binary(arm64)。

Claude Code2 Skills

By Che Cheng1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 27, 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 macdoc for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install macdoc@agent-plugin-marketplace

Paste 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/PsychQuant/macdoc

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/macdoc/.

Plugin files

plugins/macdoc/
├── .claude-plugin/plugin.json
├── skills/macdoc/SKILL.md
└── skills/swiftify/SKILL.md

Included Skills2

macdocskills/macdoc/SKILL.md

macOS 原生文件處理 CLI 工具的使用指南。 當需要做格式轉換(SRT→HTML、MD→HTML、DOCX→MD)、 或 SRT 逐字稿處理時使用。文字辨識(OCR)已移交 bestOCR(macdoc#145), 提到 OCR 時請改用 bestocr 相關 skill。 觸發詞:「macdoc」「轉換格式」「逐字稿轉HTML」

swiftifyskills/swiftify/SKILL.md

把 .docx 變成可重播的 .mdocx.swift 重建腳本、再放回 .docx 的完整工作流。 用於需要「可重現、可驗證」的文件變更:以官方範本為 immutable template 定點填寫、每次產出都能對照原檔做 byte-equal 驗證。 同時涵蓋 CLI(macdoc word reverse / render)與 MCP (export_script / get_script_coverage / execute_script)兩個面。 觸發詞:「swiftify」「docx 轉 swift 腳本」「.mdocx」「重建腳本」 「文件變更要可重播」「byte-equal 驗證」

Plugin manifests1

plugins/macdoc/.claude-plugin/plugin.json
{
  "name": "macdoc",
  "description": "macOS 原生文件處理 CLI — 格式轉換、VLM OCR(含 host profile 設定)、SRT 處理。v1.2.0: session-start hook 自動安裝 signed CLI binary(arm64)。",
  "version": "1.11.0",
  "binary_version": "0.14.0",
  "binary_sha256": "a4a0eaf674c0e7bc422be2ec9939775a7e455857a7616f29a8620e5cc9d7aff6",
  "author": {
    "name": "Che Cheng"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[macdoc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/macdoc)