Authorized Session Scrape
/install authorized-session-scrape
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:
- where you searched inside the logged-in session
- what filters or navigation paths were used
- what the strongest results were
- what remains partial or unavailable
- what next click path you would use if continuing
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install authorized-session-scrape - 安装完成后,直接呼叫该 Skill 的名称或使用
/authorized-session-scrape触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 Authorized Session Scrape?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install authorized-session-scrape」即可一键安装,无需额外配置。
Authorized Session Scrape 是免费的吗?
是的,Authorized Session Scrape 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Authorized Session Scrape 支持哪些平台?
Authorized Session Scrape 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Authorized Session Scrape?
由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。