什麼是 convert-url-html-to-md?
將 HTML 網頁轉換為 Markdown 以進行文件擷取。從網站獲取文件、提取結構化內容、獲取乾淨的主要內容 (clean=true) 或獲取帶有導航/側邊欄的完整頁面以發現 URL (clean=false) 時使用。非常適合學習圖書館和從網路資源建立上下文。 來源:1naichii/ai-code-tools。
將 HTML 網頁轉換為 Markdown 以進行文件擷取。從網站獲取文件、提取結構化內容、獲取乾淨的主要內容 (clean=true) 或獲取帶有導航/側邊欄的完整頁面以發現 URL (clean=false) 時使用。非常適合學習圖書館和從網路資源建立上下文。
透過命令列快速安裝 convert-url-html-to-md AI 技能到你的開發環境
來源:1naichii/ai-code-tools。
Extract web content as markdown using a two-phase approach for comprehensive documentation gathering.
The script outputs markdown directly to stdout. Redirect to file if needed:
This skill is based on urltomarkdown by Lee Hanken, licensed under MIT. Modified and adapted as a Claude skill by 1naichii.
將 HTML 網頁轉換為 Markdown 以進行文件擷取。從網站獲取文件、提取結構化內容、獲取乾淨的主要內容 (clean=true) 或獲取帶有導航/側邊欄的完整頁面以發現 URL (clean=false) 時使用。非常適合學習圖書館和從網路資源建立上下文。 來源:1naichii/ai-code-tools。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/1naichii/ai-code-tools --skill convert-url-html-to-md將 HTML 網頁轉換為 Markdown 以進行文件擷取。從網站獲取文件、提取結構化內容、獲取乾淨的主要內容 (clean=true) 或獲取帶有導航/側邊欄的完整頁面以發現 URL (clean=false) 時使用。非常適合學習圖書館和從網路資源建立上下文。 來源:1naichii/ai-code-tools。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/1naichii/ai-code-tools --skill convert-url-html-to-md 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/1naichii/ai-code-tools