发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
academic-formula-converter
学术论文数学公式转换工具 - 将Markdown中的LaTeX公式转换为docx和html格式
Self-Improvement Skill
Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory.
PyMuPDF Notes
- Fast local parsing via PyMuPDF (`fitz`). - Less robust than specialized PDF parsers; table extraction is minimal. - `page.get_text("markdown")` gives quick Markdown output. - `page.get_text("text")` provides plain text for JSON. - Image extraction uses `page.get_images(full=True)` and `Pixmap`.
PyMuPDF PDF
Parse PDFs locally using PyMuPDF for fast, lightweight extraction into Markdown by default, with optional JSON and image/table outputs in a per-document directory.
MinerU PDF
Parse a PDF locally with MinerU (CPU). Default output is Markdown + JSON. Use tables/images only when requested.
核心元数据(OpenClaw 识别的关键,必须有!)
name: document-summary slug: document-summary description: Summarizes technical documents into structured markdown. version: 1.0.2 author: kelevis
document-summary
Summarizes technical documents into structured markdown.
MarkItDown Skill
Documentation and utilities for converting documents to Markdown using Microsoft's [MarkItDown](https://github.com/microsoft/markitdown) library.
Agent Guardrails
Mechanical enforcement for AI agent project standards. Rules in markdown are suggestions. Code hooks are laws.
Self-Improvement Skill
Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory.