Convert PDF documents into Markdown and send the resulting .md file back to the chat. Use this skill when the user asks to read, extract, convert,整理, or summarize a PDF file and wants the converted Markdown file returned.
Use this skill only when the current group has the MarkItDown MCP capability available. If the corresponding MCP tool is unavailable, tell the user the conversion capability is not enabled for this group.
Use this skill when the user asks for any of the following:
.mdIdentify the local PDF file path from the conversation context.
Prefer the 可读路径: line when it is present.
Build a file:// URI for that local PDF path.
Call the MCP tool:
mcp__markitdown__convert_to_markdown
with the PDF file:// URI.
./.generated/documents/<original-name>.md
send_message with a local Markdown file link:[converted-name.md](./.generated/documents/converted-name.md)
This will be sent back as a file attachment through the existing file sending pipeline.
.md file itself../.generated/documents/.