원클릭으로
summarize-url
Summarize web pages, articles, YouTube videos, and documents using AI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Summarize web pages, articles, YouTube videos, and documents using AI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Essential file system operations.
Common Git version control operations.
Upload, download, and edit files on remote servers via NAVIG
Query and manage databases on remote servers via NAVIG
Check GitHub repos, CI status, PRs, and issues using the gh CLI
Safely restart Docker containers with mandatory confirmation and state checks.
| name | summarize-url |
| description | Summarize web pages, articles, YouTube videos, and documents using AI |
| user-invocable | true |
| navig-commands | ["navig ai ask \"summarize {url}\""] |
| requires | ["curl (for fetching web content)","navig ai (for AI-powered summarization)"] |
| examples | ["Summarize this article: https://...","What's this video about? https://youtu.be/...","TLDR of this page","Summarize the error in this log file"] |
Summarize web pages, articles, YouTube videos, and text content using NAVIG's AI capabilities.
NAVIG uses its built-in AI to process and summarize content. This works on your local machine — no remote server needed.
User says: "Summarize this: https://example.com/article"
navig ai ask "Summarize this article: {url}"
Response format:
📄 Summary of "{title}":
{2-3 paragraph summary}
Key points:
• Point 1
• Point 2
• Point 3
User says: "What's this video about? https://youtu.be/..."
navig ai ask "Summarize this YouTube video: {url}"
User says: "Summarize the errors in the nginx log"
navig host use {host}
navig run "tail -200 /var/log/nginx/error.log"
# Then feed output to AI
navig ai ask "Summarize these error patterns: {log_output}"
Response format:
📋 Log Summary for nginx on {host}:
Found 3 error patterns in last 200 lines:
🔴 502 Bad Gateway (45 occurrences)
→ PHP-FPM seems to be crashing. Check process limits.
🟡 404 Not Found (23 occurrences)
→ Mostly bots scanning for /wp-admin, /phpmyadmin
🟢 Connection reset (5 occurrences)
→ Normal client disconnects, no action needed.
User says: "TLDR of this document"
navig ai ask "Summarize this document: $(cat {file})"
navig ai providers)navig ai providers"