一键导入
web-fetch
Fetches web page content using Gemini CLI when Claude's native WebFetch fails or for explicit URL fetching. Returns clean Markdown.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetches web page content using Gemini CLI when Claude's native WebFetch fails or for explicit URL fetching. Returns clean Markdown.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Inverted index strategy for CLAUDE.md that maps technology keywords to module/package locations. Reduces AI agent tool calls by 42-68% across all major languages and architectures. Use when setting up CLAUDE.md for any project with 50+ files, multi-module structure, or 3+ external technologies. Covers Spring Hexagonal, Python uv, Node.js/TypeScript, Go, Rust, and polyglot monorepos.
사용자가 문서, 보고서, 계획서 작성을 요청할 때 적절한 템플릿을 선택하여 체계적인 문서를 생성합니다. 계획서, 기획서, 설계서, 연구 보고서, 분석 보고서, 조사 보고서 등 다양한 문서 유형을 지원합니다. 키워드 기반으로 문서 유형을 자동 감지하고, 해당 템플릿의 구조에 따라 문서를 작성합니다.
Template system for scaffolding Claude Code plugin components. Provides ready-to-use templates for agents, commands, skills, and hooks following project conventions. Used by the /create-flow command.
Validation rules and checklists for Claude Code plugin components. Contains structural, content, and security validation rules for agents, commands, skills, and hooks. Used by the /verify-flow command.
Routes tasks to external AI CLI agents (Codex, Gemini, Copilot) with automatic complexity-based model routing. Supports collaboration, delegation, and parallel execution modes.
Use this skill when reviewing or working on project architecture. Provides quick reference for architecture violation detection, dependency direction rules, and structural health assessment across Kotlin, Python, and TypeScript/JavaScript.
| name | web-fetch |
| description | Fetches web page content using Gemini CLI when Claude's native WebFetch fails or for explicit URL fetching. Returns clean Markdown. |
| argument-hint | <url> [extraction instruction] |
| disable-model-invocation | true |
| allowed-tools | Bash(gemini *) |
Gemini CLI의 네이티브 웹 브라우징으로 URL 콘텐츠를 Markdown으로 가져옵니다. Claude의 WebFetch가 실패했을 때의 폴백 또는 명시적 웹 콘텐츠 요청에 사용합니다.
!which gemini 2>/dev/null && echo "available" || echo "NOT INSTALLED — npm i -g @google/gemini-cli"
Parse arguments:
$0 = target URLExecute:
URL="<target URL>"
INSTRUCTION="<optional focus instruction>"
gemini -m gemini-3-flash-preview -p "다음 URL의 콘텐츠를 가져와서 깔끔한 Markdown으로 변환해줘.
URL: $URL
규칙:
- 코드 블록, 테이블, 리스트, 헤딩 보존
- 네비게이션, 광고, 푸터, 사이드바 제거
- 본문 콘텐츠만 반환
- 페이지 접근 불가 시 에러 설명
추가 지시: $INSTRUCTION
콘텐츠만 반환하고, 부가 설명은 생략해줘." --sandbox
Display:
**Fetched**: <url>
**Model**: gemini-3.1-flash-preview
<content>
gemini-3.1-flash-preview 사용 (웹 fetch에 강력한 모델 불필요)/web-fetch https://docs.python.org/3/library/asyncio.html/web-fetch https://react.dev/reference/react/useState API 레퍼런스 테이블만 추출/web-fetch https://github.com/user/repo/blob/main/README.md