← 返回 Skills 市场
1477009639zw-blip

Authorized Session Scrape

作者 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
127
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install authorized-session-scrape
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /authorized-session-scrape 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug authorized-session-scrape
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论