Skill: Web-Trim-Summarize
Goal: Fetch a URL, clean the data in a sub-session, and return only the essence.
Protocol:
- When asked to "Research" or "Summarize" a site:
- Use
sessions_spawnto create a worker. - Pass the following instructions to the worker:
- Use
web_fetchon [URL] withextractMode: "markdown". - Strip all headers, footers, and cookie notices.
- If the content is > 10,000 chars, truncate to the most relevant sections.
- Produce a concise summary (max 500 words).
- Use
- Retrieve the summary via
sessions_yield. - Paste the final summary into the main chat.