بنقرة واحدة
convert
Converts a file path or URL to Markdown using markitdown. Usage: /convert <file-path or URL>
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Converts a file path or URL to Markdown using markitdown. Usage: /convert <file-path or URL>
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | convert |
| description | Converts a file path or URL to Markdown using markitdown. Usage: /convert <file-path or URL> |
| argument-hint | <file-path or URL> |
| user-invocable | true |
Convert $ARGUMENTS to Markdown using the markitdown MCP server.
Follow these rules to build the URI:
http:// or https:// or data:, use it as-is.file:// URI.
/Users/me/docs/report.pdf → file:///Users/me/docs/report.pdfThen call the convert_to_markdown(uri) tool from the markitdown MCP server with the constructed URI.
Output the resulting Markdown content directly.
If the convert_to_markdown tool is not available, print:
"⚠️ markitdown MCP server is not connected. Please run /markitdown-setup first, then restart Claude Code."