# Url Summarize

> Fetch a URL and produce a concise one-paragraph summary. Activates when the user wish contains a URL or asks to "summarize", "read", "fetch", or "tell me what this page says about" a webpage.

- **Type:** Skill
- **Install:** `agentstack add skill-qingxuantang-tar-engine-url-summarize`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [qingxuantang](https://agentstack.voostack.com/s/qingxuantang)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [qingxuantang](https://github.com/qingxuantang)
- **Source:** https://github.com/qingxuantang/tar-engine/tree/master/packs/hello-world/skills/url-summarize
- **Website:** https://tarai.dev

## Install

```sh
agentstack add skill-qingxuantang-tar-engine-url-summarize
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# URL Summarize Skill

Fetch a webpage and return a one-paragraph summary of its content.

## When to use

The user wish contains a URL (http:// or https://) AND asks for a summary, gist,
or explanation of what the page contains. Examples:

- "summarize https://example.com"
- "what does https://en.wikipedia.org/wiki/AI_agent say?"
- "tell me about this page: https://blog.example.com/foo"

## Execution

This skill uses a helper script to fetch the URL safely (with redirect handling
and HTML text extraction). Steps:

1. Extract the URL from the user's wish.
2. Call the fetch script via `run_bash`:
   ```
   python3 scripts/fetch.py ""
   ```
   The script prints the page's text content to stdout (max 4000 chars).
3. Read the script's output.
4. Generate a one-paragraph summary based on the text.
5. Return the summary as the final response.

## Style

- One paragraph, 3-5 sentences max.
- Focus on what the page actually says, not on the URL or technical details.
- If the page is empty, errors out, or has no readable text, say so plainly:
  "This page returned no extractable content."

## What this skill demonstrates

This SKILL.md + scripts/ pattern is how Claude Code skills work when they need
external data or computation. The SKILL.md is the entry point that the LLM reads.
Scripts are invoked **by the LLM via run_bash**, not directly by the engine. This
keeps the engine deterministic (it only reads SKILL.md and dispatches tool calls)
while letting the LLM decide which scripts to call and with what args.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [qingxuantang](https://github.com/qingxuantang)
- **Source:** [qingxuantang/tar-engine](https://github.com/qingxuantang/tar-engine)
- **License:** Apache-2.0
- **Homepage:** https://tarai.dev

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-qingxuantang-tar-engine-url-summarize
- Seller: https://agentstack.voostack.com/s/qingxuantang
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
