원클릭으로
url-to-blog
當使用者單純貼一個 URL 時,自動詳讀該網址的內容,整理成技術部落格文章。 觸發條件:訊息只有一個或多個 URL,沒有其他指示。 流程:讀內容 → 搜尋相關舊文章 → 問使用者確認方向 → 寫文章。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
當使用者單純貼一個 URL 時,自動詳讀該網址的內容,整理成技術部落格文章。 觸發條件:訊息只有一個或多個 URL,沒有其他指示。 流程:讀內容 → 搜尋相關舊文章 → 問使用者確認方向 → 寫文章。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | url-to-blog |
| description | 當使用者單純貼一個 URL 時,自動詳讀該網址的內容,整理成技術部落格文章。 觸發條件:訊息只有一個或多個 URL,沒有其他指示。 流程:讀內容 → 搜尋相關舊文章 → 問使用者確認方向 → 寫文章。 |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, WebFetch |
使用者的訊息只有 URL,沒有其他說明,就啟動這個流程。
用 WebFetch 讀取每個 URL,prompt 設為:
詳細擷取這篇文章的所有內容:主題、背景、所有技術細節、程式碼範例、結論。
不要摘要,給我完整的技術內容。
如果是 GitHub repo,額外讀 README 和關鍵原始碼檔案。
如果網站擋住(Medium、Stack Overflow 等),根據 URL 和已知知識繼續,在問使用者時說明哪個網址讀不到。
用 Grep 在 content/post/ 搜尋跟這個主題相關的現有文章:
grep -rl "關鍵字" content/post/
把找到的相關文章記下來,待步驟三詢問,以及步驟四寫作時加入內部連結。
相關文章的處理原則:永遠寫新文章,連結舊的。 不論新舊文章的關係是補充、延伸、同主題不同角度,都寫成獨立新文章, 在新文章裡加內部連結指向舊文章。舊文章有既有排名,讀者讀完新文章自然會跟過去。
每次都要問,不要直接動筆。讀完後整理出問題,讓使用者確認再寫。
問題格式:
讀完了。[一句話說明原文的核心主題]
想確認幾個方向再動筆:
1. **文章角度**:[說明你觀察到的可能角度,例如「踩坑記錄 or 工具介紹?」]
2. **你的補充**:有沒有自己遇過的情境或不同做法想加進去?
3. **相關舊文章**:找到 [文章名稱],新文章會連結過去,這樣 ok 嗎?
(如果沒找到相關文章,這條跳過)
沒特別意見的話告訴我,我按原文角度寫。
問題精簡,最多 3 個。使用者說「沒意見」或「直接寫」就進行步驟四。
交棒給 tech-blog-writing skill 跑完整流程(建目錄 → 中/英稿 → 封面 → build → push)。這份 skill 只補充 URL 場景特有的寫作角度原則與相關文章連結規則,其餘全部以 tech-blog-writing 為準。
[文章標題]({{< ref "/post/slug" >}})/:year/:month/:day/:slug/,用 ref 讓 Hugo 於 build 時解析為正確路徑Provides Hugo Stack theme configuration reference including sidebar, widgets, comments (Giscus), color scheme, article options, custom CSS, and Stack-specific shortcodes. Use when configuring or troubleshooting Stack theme settings.
Guides writing and editing technical blog posts for recca0120.github.io (Hugo + Stack theme, bilingual zh-hant-tw + en). Covers article structure, SEO, frontmatter conventions, cover image generation, internal links via Hugo ref shortcode, plain blockquote callouts (for cross-post compatibility), and humanized zh-hant writing style. Use this skill whenever the user writes, drafts, edits, translates, or restructures any article on this blog — even if they don't explicitly say "blog post" (e.g. "幫我整理成一篇", "改寫這段", "翻成英文版").
Detects and removes AI-generated writing patterns from Chinese text (both 繁體 and 简体), making it sound natural and human-written. Use this skill whenever editing, reviewing, translating, or drafting any Chinese prose longer than a short sentence — including blog posts, article sections pasted by the user, AI-drafted translations, or any text that smells "AI-ish" (exaggerated symbolism, promotional tone, formulaic三段式 structure, filler phrases like "此外/然而/總而言之"). Preserve the original script variant (繁體 → 繁體, 简体 → 简体) — never silently convert between them.
Provides Hugo static site generator reference for configuration, templates, content management, and multilingual setup. Use when modifying Hugo site config, creating templates or shortcodes, managing content structure, or debugging Hugo build issues.