From content-analyzer
Use when fetching and extracting content from URLs - detects URL type (YouTube, LinkedIn, web post, Git repo) and retrieves structured content
How this skill is triggered — by the user, by Claude, or both
Slash command
/content-analyzer:link-fetchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
URL을 받아 타입을 판별하고, 해당 소스에서 콘텐츠를 추출한다. 다양한 URL 유형에 대해 최적의 방법으로 콘텐츠를 수집한다.
URL을 받아 타입을 판별하고, 해당 소스에서 콘텐츠를 추출한다. 다양한 URL 유형에 대해 최적의 방법으로 콘텐츠를 수집한다.
URL 패턴으로 타입을 자동 감지:
| 패턴 | 타입 |
|---|---|
youtube.com/watch, youtu.be/ | YouTube |
linkedin.com/posts/, linkedin.com/pulse/ | |
github.com/, gitlab.com/, bitbucket.org/ | Git Repository |
| 그 외 | Web Post (블로그, 기술 문서 등) |
## 수집 결과
- **URL**: {original_url}
- **타입**: {YouTube | LinkedIn | Git | Web}
- **제목**: {title}
- **작성자/채널**: {author}
- **날짜**: {date}
### 콘텐츠
{extracted_content}
### 메타데이터
- 태그/토픽: {tags}
- 관련 링크: {related_links}
/analyze 커맨드의 첫 번째 단계로 호출npx claudepluginhub 1989v/ai --plugin content-analyzerIngests URLs to extract structured content from YouTube videos (via Gemini Video API), web articles, PDFs, and audio files, providing transcripts, summaries, and metadata for LLM pipelines.
Token-efficient web research protocol that prioritizes minimal fetching. Guides API-based GitHub repo analysis, layered URL scraping, and search queries.
Extracts clean Markdown from web pages by stripping navigation, ads, sidebars, footers, and boilerplate using Defuddle. Use for reading docs, articles, blog posts, research papers, or release notes.