← Back to Skills Marketplace
1477009639zw-blip

Authorized Session Scrape

by 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install authorized-session-scrape
Description
Continue searching and extracting within a user-authorized local browser session after the user logs in. Use for pagination, site search, tab-by-tab extracti...
README (SKILL.md)

Authorized Session Scrape

Use this skill when the user has legitimate access and the work should continue inside their own logged-in browser session.

Hard Rule

Do not bypass login or session controls.

This skill begins only after:

  • the user confirms they want to proceed
  • the login flow is opened locally
  • the user completes sign-in themselves

Best Use Cases

  • account-only pages
  • post-login search or filtering
  • paginated dashboards or content libraries
  • collections where one page is not enough
  • workflows where plain fetch misses the authenticated state

Workflow

1. Open the user session

  • use the local browser path
  • navigate to the target area
  • if needed, prompt the user to finish login in the browser

2. Verify real access

Before scraping deeply, confirm:

  • account home or target page is visible
  • search box, filters, or result list are actually present
  • content is not still hidden behind a modal or loading shell

3. Expand within the site

Once logged in:

  • use the site's own search
  • apply filters, sorting, and date ranges when helpful
  • open multiple relevant items or tabs
  • continue through pagination until results become repetitive or low-value

4. Extract systematically

Track internally:

  • which sections were searched
  • what filters were applied
  • which pages or tabs produced useful signal
  • where the session still limits access

5. Summarize with provenance

Distinguish:

  • facts seen in public pages
  • facts seen only after authenticated login
  • what still requires manual action by the user

Output Pattern

Return:

  1. where you searched inside the logged-in session
  2. what filters or navigation paths were used
  3. what the strongest results were
  4. what remains partial or unavailable
  5. what next click path you would use if continuing
Usage Guidance
This skill appears coherent with its purpose, but before installing check how your agent will implement the instructions: will it ask you to perform all browser actions manually, or will it try to automate the local browser (which may require additional capabilities or permissions)? Confirm the agent will not ask for cookies, exported session tokens, or your passwords—this SKILL.md explicitly forbids bypassing login and doesn't request credentials. If you plan to let the agent control your browser, test it with non-sensitive accounts/pages first and only enable autonomous invocation if you trust the agent and its execution environment.
Capability Analysis
Type: OpenClaw Skill Name: authorized-session-scrape Version: 1.0.0 The skill bundle consists of instructions (SKILL.md) for an AI agent to perform scraping tasks within a user-authorized, logged-in browser session. It explicitly mandates that the agent must not bypass login controls and must wait for the user to complete the sign-in process manually. The workflow focuses on legitimate post-login activities like pagination, filtering, and systematic extraction of data the user already has access to, with no evidence of malicious intent, data exfiltration to third parties, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name and description align with the SKILL.md: the skill is explicitly for continuing scraping/extraction inside a user-authorized browser session and does not request unrelated credentials, binaries, or installs.
Instruction Scope
Instructions stay within the stated purpose and explicitly prohibit bypassing login. However the doc refers to 'use the local browser path' and instructs opening tabs/navigation without declaring how the agent will perform those actions—this is ambiguous and could lead to different implementations (manual user-driven steps vs automated browser control). The instructions do not direct reading of extraneous files or environment variables.
Install Mechanism
No install spec and no code files are present (instruction-only), so there is no download or archive-extraction risk.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to a skill that relies on the user's active browser session and explicit user login.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or system-wide privileges. The skill will rely on the agent's normal invocation model.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install authorized-session-scrape
  3. After installation, invoke the skill by name or use /authorized-session-scrape
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — enables secure, authenticated web extraction within a user's active browser session. - Requires user to log in and authorize access before scraping begins. - Supports extracting data from account-only, paginated, or filtered views post-login. - Ensures no bypass of access controls; all actions are performed in the logged-in local session. - Tracks and summarizes the scope of extraction, filters used, and any limitations encountered. - Designed for workflows where simple fetching fails due to authenticated gating.
Metadata
Slug authorized-session-scrape
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Authorized Session Scrape?

Continue searching and extracting within a user-authorized local browser session after the user logs in. Use for pagination, site search, tab-by-tab extracti... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Authorized Session Scrape?

Run "/install authorized-session-scrape" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Authorized Session Scrape free?

Yes, Authorized Session Scrape is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Authorized Session Scrape support?

Authorized Session Scrape is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Authorized Session Scrape?

It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.

💬 Comments