AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Web Page To Raw

skill-pbeens-obsidian-agents-md-web-page-to-raw · by pbeens

>

No reviews yet
0 installs
5 views
0.0% view→install

Install

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

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pbeens-obsidian-agents-md-web-page-to-raw)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Web Page To Raw? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.