Release v1.18.1: Enhance markdown-tools with PDF image extraction

- Add extract_pdf_images.py script using PyMuPDF
- Refactor SKILL.md for clearer workflow documentation
- Update installation to use markitdown[pdf] extra
- Update marketplace version to 1.18.1
- Update markdown-tools version to 1.1.0
- Update README/README.zh-CN with new features
- Update QUICKSTART docs with in-app install instructions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
daymade
2025-12-28 18:46:15 +08:00
parent 515514b058
commit 8233430cf2
9 changed files with 264 additions and 127 deletions

View File

@@ -8,6 +8,18 @@
### 步骤 1安装 skill-creator
**在 Claude Code 内(应用内):**
```text
/plugin marketplace add daymade/claude-code-skills
```
然后:
1. 选择 **Browse and install plugins**
2. 选择 **daymade/claude-code-skills**
3. 选择 **skill-creator**
4. 选择 **Install now**
**在终端CLI**
```bash
# 添加市场
claude plugin marketplace add https://github.com/daymade/claude-code-skills
@@ -107,7 +119,7 @@ claude plugin marketplace add https://github.com/daymade/claude-code-skills
# Marketplace 名称daymade-skills来自 marketplace.json
# 安装命令请使用 @daymade-skills例如 skill-name@daymade-skills
# 所有命令都应使用 `claude plugin ...`(没有 `/plugin` 命令)
# 在 Claude Code 内使用 `/plugin ...`,在终端中使用 `claude plugin ...`
# 步骤 2安装你需要的技能
claude plugin install github-ops@daymade-skills
claude plugin install markdown-tools@daymade-skills