Agent skill

browser-scrape

DEPRECATED in v0.2.0 -- use browser-extract instead; this is a thin shim for backward compatibility, removed in v0.3.0

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add ruvnet/ruflo --skill browser-scrape --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: BashRead
Path: plugins/ruflo-browser/skills/browser-scrape/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Browser Scrape (deprecated) > **Deprecated since plugin v0.2.0.** Removed in v0.3.0. > > Use [`browser-extract`](../browser-extract/SKILL.md) instead. It provides the same scraping capability plus: > > - RVF cognitive container per session (replayable, federatable) > - Mandatory AIDefence PII + prompt-injection gates > - Persistent `browser-templates` namespace for reusable recipes > - Automatic `browser-selectors` namespace updates so DOM drift is recoverable ## Migration | v0.1 invocation | v0.2 equivalent | |-----------------|-----------------| | `/browser-scrape <url>` | `/browser-extract <url>` | | `/browser-scrape <url>` (with template intent) | `/browser-extract <url> --template <name>` | | Manual selector storage in `browser-patterns` namespace | Automatic — `browser-extract` writes to `browser-templates` and `browser-selectors` | ## Behavior of this shim This skill delegates to `browser-extract`. Calling it emits a deprecation notice and proceeds. ```bash # This skill is intentionally minimal — it just points the agent at the new skill. echo "browser-scrape is deprecated; running browser-extract instead." >&2 ``` The deprecation notice is captured in the agent's transcri

What's inside
Steps it walks through
  1. Migration
  2. Behavior of this shim
Commands it runs
This skill is intentionally minimal — it just points the agent at the new skill.
echo "browser-scrape is deprecated; running browser-extract instead." >&2
More from ruflo
All skills →
About this skill
What does the browser-scrape skill do?

DEPRECATED in v0.2.0 -- use browser-extract instead; this is a thin shim for backward compatibility, removed in v0.3.0

How do I install it?

Run `npx skills add ruvnet/ruflo --skill browser-scrape --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going