summarize
Summarize URLs, articles, PDFs, and YouTube videos using the agent’s built-in LLM — no external CLI required.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Summarize URLs, articles, PDFs, and YouTube videos using the agent’s built-in LLM — no external CLI required.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
OpsIntelligence DevOps skill graph — the entry point for PR review, SonarQube triage, CI/CD monitoring, incident response, and runbook execution. Lazy-load a specific node via read_skill_node("devops", "<node>").
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Use when user requests diagrams, flowcharts, architecture charts, visualizations, multi-page or satellite diagrams, reference blocks for detail views, connectivity-only topology maps, or non-overlapping edge routing. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .drawio XML files and exports to PNG/SVG/PDF locally using the native draw.io desktop CLI.
Review a GitHub pull request end-to-end: check out the branch, run the code locally, post line-level comments, code suggestions, and a final Approve / Request-changes / Comment review. Use when: (1) the user says 'review PR X', 'check this PR', 'can we merge #123'; (2) the chain_run `pr-review` has produced a verdict and you need to post it; (3) an on-call engineer asks for a second opinion on a diff. NOT for: GitLab MRs (use gitlab skill), non-GitHub forges, or performing the merge itself — merges always require explicit human confirmation in the same turn.
AWS CLI v2 quick-reference for experienced developers. Covers compute (Lambda, ECS, EKS), storage (S3, DynamoDB, Aurora), networking (VPC, SSM tunneling), security (IAM, Secrets Manager), and GitHub Actions CI/CD. Use when asked to "write aws commands", "debug aws access", "set up cross-account roles", "configure aws cli", "assume role", "S3 bucket operations", or "deploy to ECS".
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
| name | summarize |
| description | Summarize URLs, articles, PDFs, and YouTube videos using the agent’s built-in LLM — no external CLI required. |
| metadata | {"“opsintelligence”":{"“emoji”":"“🧾”"}} |
Summarize URLs, articles, PDFs, YouTube videos, and any pasted text using the agent’s LLM directly. No external CLI dependency — works out of the box.
Use this skill immediately when the user asks any of:
Fetch the page with the xurl tool (or exec curl -s <url>), then summarize the returned text.
Use exec yt-dlp --write-auto-sub --sub-format vtt --skip-download -o /tmp/yt %(url)s to pull captions, read the .vtt file, strip timestamps, and produce a summary. If yt-dlp is unavailable, fetch the page HTML and extract the <title> + description as a best-effort fallback.
Read the file with the read_file tool (or exec pdftotext), then summarize the extracted text.
Summarize directly — no tool needed.