skills/threads-blog-post/SKILL.md
Threads.net 포스트를 블로그 글로 변환
npx skillsauth add gyuha/skills threads-blog-postInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
이 스킬은 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": "원본 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: 다운로드된 이미지tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.