# Web Page To Raw

> >

- **Type:** Skill
- **Install:** `agentstack add skill-pbeens-obsidian-agents-md-web-page-to-raw`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [pbeens](https://agentstack.voostack.com/s/pbeens)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [pbeens](https://github.com/pbeens)
- **Source:** https://github.com/pbeens/obsidian-agents.md/tree/main/skills/web-page-to-raw

## Install

```sh
agentstack add skill-pbeens-obsidian-agents-md-web-page-to-raw
```

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

## About

# Web Page to Raw

Use this skill to turn a web page into a text-first raw note in `_raw/`.

## Purpose

Capture the page's text content faithfully for later vault ingestion while avoiding image bloat and lost hidden text.

## Core Rules

- Expand all flyouts, accordions, `details/summary` sections, tabs, load-more panels, and similar
  hidden content before capturing.
- Keep expanding until no new text appears.
- Do not summarize, interpret, or rewrite the page content.
- Preserve headings and tables.
- Ignore decorative graphics, icons, and layout images.
- Do not try to preserve column-based page layout; retain tables only when the source uses real tables.
- Keep hyperlinks as links.
- Capture visible page text in a raw, source-first form.
- For Reddit pages, expand all visible comment threads, nested replies, and "more replies" / load-more
  controls until the conversation tree no longer reveals new text.
- If a section cannot be expanded, note that explicitly in the raw file.

## Capture Workflow

1. Open the URL.
2. Inspect for expandable sections and click every content-bearing control.
3. Revisit the page after expansions to ensure no additional text is hidden.
4. Capture the visible content into a Markdown note in `_raw/`.
5. Use a readable title-based filename with filesystem-safe characters.
6. Include source URL and capture date in frontmatter.
7. Omit images unless the user explicitly asks for them.

## Raw Note Structure

Prefer this structure in the captured note:

- frontmatter with `source`, `captured`, and `title`
- H1 title
- section headings that mirror the page
- bullet lists and Markdown tables where appropriate
- short notes for any hidden sections that could not be expanded
- when a page is a discussion thread, include the post and the visible comments without summarizing them

## Quality Checks

- Confirm the raw note contains the page's main headings and visible body text.
- Confirm tables survived as Markdown tables.
- Confirm no images were copied into `_raw/`.
- Confirm any hidden sections were expanded or noted.
- For Reddit captures, confirm nested comments and visible reply branches were included, not just the
  top-level post and first comment layer.

## Output

When this skill runs, the expected result is a Markdown file in `_raw/` containing the page text, headings, tables, and visible discussion content, ready for later vault ingest.

## Source & license

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

- **Author:** [pbeens](https://github.com/pbeens)
- **Source:** [pbeens/obsidian-agents.md](https://github.com/pbeens/obsidian-agents.md)
- **License:** MIT

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-pbeens-obsidian-agents-md-web-page-to-raw
- Seller: https://agentstack.voostack.com/s/pbeens
- 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%.
