원클릭으로
threads-blog-post
Threads.net 포스트를 블로그 글로 변환
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Threads.net 포스트를 블로그 글로 변환
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Auto-bypass for blocked websites — tries every method until one works. Use when WebFetch returns 402/403/blocked, or when accessing X/Twitter, Reddit, YouTube, GitHub, Mastodon, Medium, Substack, Stack Overflow, Threads, Naver, Coupang, LinkedIn, or any platform with WAF/bot protection. Leverages yt-dlp (1,858 media sites), Jina Reader, public APIs (HN, Bluesky, arXiv), and a generic WAF-profile-driven fetch chain (curl_cffi TLS impersonation, mobile URL transforms, Playwright real-Chrome) with auto dependency install. Korean triggers: 트위터/X 못 열어, 레딧 안 읽혀, 유튜브 자막 뽑아줘, 깃헙 검색, 사이트 차단됨, 스레드 안 열려, 마스토돈, 미디엄, 서브스택, 스택오버플로우, 네이버 블로그, 디시인사이드, 에펨코리아, 요즘IT, 긱뉴스, 클리앙, 쿠팡, 링크드인, 당근마켓. English triggers: twitter access, reddit blocked, youtube subtitles, github search, arxiv papers, threads, mastodon, medium, substack, stackoverflow, naver blog, dcinside, fmkorea, coupang, linkedin, yozm, wishket. Do NOT trigger for simple web searches that WebSearch can handle directly.
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows.
Create a new Hugo blog post when the user prompt contains only URL lines. Use when input is URL-only (single or multiple lines) and you must fetch sources, research context, produce one evidence-grounded Korean technical post with precise explanations, and enforce Mermaid-first + build verification.
| name | threads-blog-post |
| description | Threads.net 포스트를 블로그 글로 변환 |
| version | 1.0.0 |
| author | threads-glm |
이 스킬은 Threads.net에 공유된 포스트를 크롤링하여, 기술 블로그에 적합한 형식의 Markdown 문서로 자동 변환합니다. 개발자들이 SNS에 간단히 공유한 생각이나 코드 조각을 체계적인 블로그 포스트로 재가공하여 지식 베이스를 확장할 수 있도록 돕습니다.
이 스킬은 다음 상황에서 자동으로 활성화됩니다:
URL 기반: 사용자가 Threads.net URL을 입력하는 경우
https://www.threads.net/@username/post/...threads 블로그로 변환: https://threads.net/...명시적 요청: 다음 키워드를 포함하는 요청
스킬 직접 호출: /threads-blog-post <URL> 명령어 사용
이 스킬은 3명의 전문화된 에이전트가 협력하여 작업을 완료합니다.
담당: Threads URL에서 원본 콘텐츠 추출
URL 접근 시 다음 순서로 시도합니다:
insane-search 스킬을 먼저 사용
insane-search 로 남김https://r.jina.ai/<원본URL> 요청https://r.jina.ai/https://www.threads.net/@username/post/...document.body.innerText 추출추출 후 공통 처리:
insane-search, jina-reader, browser, playwright 중 하나로 기록출력 형식:
{
"url": "원본 Threads URL",
"author": "작성자 이름",
"handle": "@username",
"content": "포스트 본문",
"code_blocks": ["코드 블록 배열"],
"images": ["이미지 URL 배열"],
"created_at": "ISO 8601 날짜",
"likes": 0,
"replies": 0
}
담당: 크롤링 데이터를 블로그 포스트로 변환
출력 형식: 마크다운 블로그 포스트 (아래 템플릿 참조)
담당: 이미지 다운로드 및 변환
출력 형식:

모든 변환된 포스트는 다음 템플릿을 따릅니다:
---
title: "자동 생성된 제목: 원래 내용 요약"
date: 2025-02-27
tags: [태그1, 태그2, 태그3]
category: 기술 노트
original_url: https://www.threads.net/@username/post/...
---
## 요약
원본 포스트의 핵심 내용을 2-3문장으로 요약합니다.
## 본문
변환된 포스트 내용이 여기에 위치합니다.
코드 블록, 인용, 강조 등이 적절히 적용됩니다.
```javascript
// 코드 예시
console.log('Hello Threads');
## Configuration
### 출력 언어
모든 출력은 **한국어**로 생성됩니다. 영문 포스트라도 한국어 설명과 함께 제공됩니다.
### 블로그 스타일
- **기술 블로그**: 개발/기술 중심의 전문적인 톤
- **친근함**: 전문적이지만 읽기 쉬운 문체
- **구조화**: 명확한 섹션 구분
## Usage Example
```bash
# URL로 호출
/threads-blog-post https://www.threads.net/@dev/post/...
# 자연어 호출
threads 블로그로 변환해줘: https://threads.net/@username/post/...
{date}-{slug}.md: 생성된 블로그 포스트assets/images/threads/{date}-{filename}.webp: 다운로드된 이미지