Install
$ agentstack add skill-pbeens-obsidian-agents-md-web-page-to-raw ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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/summarysections, 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
- Open the URL.
- Inspect for expandable sections and click every content-bearing control.
- Revisit the page after expansions to ensure no additional text is hidden.
- Capture the visible content into a Markdown note in
_raw/. - Use a readable title-based filename with filesystem-safe characters.
- Include source URL and capture date in frontmatter.
- Omit images unless the user explicitly asks for them.
Raw Note Structure
Prefer this structure in the captured note:
- frontmatter with
source,captured, andtitle - 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
- Source: pbeens/obsidian-agents.md
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.