Fetch text from a URL or a memory key and produce a concise structured summary — a one-line headline, 3–7 key bullets, an approximate word count, and the source — then store it back in session memory. Use when the user says "summarize this", "give me the key points", "tl;dr", "summarize <url>", or "summarize the text stored as <key>". Read-only aside from writing the summary into memory.
$npx -y skills add navig-run/core --skill summarizeInstalls into the current project.
Run `npx skills use "https://github.com/navig-run/core" --skill "navig-run/core/summarize"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/navig-run/core" that are relevant to the current task. Run `npx skills add "https://github.com/navig-run/core"` and select the relevant skills, then follow their instructions.