← 返回 Skills 市场
1477009639zw-blip

Authenticated Web Research

作者 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install authenticated-web-research
功能描述
Use stronger lawful workflows for sites the user is authorized to access, including local browser login, session-aware browsing, JS-heavy pages, and post-log...
使用说明 (SKILL.md)

Authenticated Web Research

Use this skill when the target site requires login, renders content dynamically, or is available only after the user signs in with their own account.

Hard Rule

Do not bypass access controls, paywalls, or anti-bot protections.

This skill is for user-authorized access only:

  • the user logs in with their own account
  • the browser session stays local
  • extraction continues only after access is legitimately available

When To Use

  • direct fetch returns login pages or partial shells
  • search results show content exists, but direct fetch is blocked
  • the site depends on client-side rendering
  • the user explicitly wants help with a site they can access themselves

Workflow

1. Diagnose the failure mode

Classify the blocker:

  • login required
  • JS-heavy rendering
  • geo or locale mismatch
  • thin snippet-only indexing
  • temporary fetch incompatibility

2. Use browser-based loading

Before concluding the page is unavailable:

  • open the page in the local browser
  • wait for client-side content to render
  • inspect visible text, links, and network behavior where appropriate
  • prefer the browser path over plain fetch for JS-heavy pages

3. Let the user complete login locally

If login is required and the user is authorized:

  • open the login flow in the local browser
  • ask only for the minimum interaction needed, such as "please complete login in the opened page"
  • do not ask for raw passwords or secrets in chat when browser login is possible

4. Continue within the authenticated session

After user login:

  • navigate to the target page
  • search within the site or account area
  • extract the needed facts, links, or structured results
  • note which facts came from authenticated views

5. Prefer official post-login surfaces

If available, prefer:

  • account dashboards
  • export pages
  • official APIs
  • RSS or feeds
  • site search
  • sitemaps
  • downloadable reports

Output Pattern

Return:

  1. what was reachable publicly
  2. what required authenticated access
  3. whether the user completed login locally
  4. what was extracted after authorized access
  5. what still remains unavailable
安全使用建议
This skill appears coherent and low-risk because it only gives instructions for having you log in locally and then extracting content you can access. Before using it, confirm: (1) you will perform the login in your own browser (do not paste passwords or session cookies into chat), (2) you understand whether the agent can view your screen or browser tabs (some agent setups can automate or capture browser state), and (3) clarify with the skill whether any network logs or request details will be captured or transmitted. If you want stronger guarantees, only use it with an agent that cannot access your clipboard, system files, or remote browser sessions.
功能分析
Type: OpenClaw Skill Name: authenticated-web-research Version: 1.0.0 The skill bundle contains instructions for an AI agent to perform web research on authenticated or JavaScript-heavy websites using a local browser. It emphasizes user-authorized access, explicitly forbids bypassing security controls, and instructs the agent to let the user handle logins locally rather than requesting credentials in chat (SKILL.md). No malicious code or data exfiltration logic is present.
能力评估
Purpose & Capability
Name/description match the instructions: the skill focuses on workflows for pages that require user login or client-side rendering. It does not request unrelated credentials, binaries, or system paths.
Instruction Scope
SKILL.md stays within the declared purpose (open local browser, have user log in, extract post-login content). One ambiguous phrase is "inspect visible text, links, and network behavior where appropriate" — inspecting network behavior could imply collecting request details or logs; the doc otherwise emphasizes keeping the session local and not requesting passwords. Recommend clarifying what "inspect network behavior" is allowed to capture and how that data is handled.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be written to disk or fetched at install time.
Credentials
The skill requires no environment variables, credentials, or config paths. It explicitly instructs not to ask for raw passwords when browser login is possible, which is proportionate.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modification of other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install authenticated-web-research
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /authenticated-web-research 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of authenticated-web-research skill. - Enables research workflows for sites requiring user login or dynamic, post-login content. - Ensures all actions respect access controls; no bypassing of logins, paywalls, or anti-bot protections. - Guides users to complete logins in a local browser and continues extraction only after legitimate access. - Designed for JS-heavy sites, client-rendered pages, and situations where direct fetch is insufficient.
元数据
Slug authenticated-web-research
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Authenticated Web Research 是什么?

Use stronger lawful workflows for sites the user is authorized to access, including local browser login, session-aware browsing, JS-heavy pages, and post-log... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 Authenticated Web Research?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install authenticated-web-research」即可一键安装,无需额外配置。

Authenticated Web Research 是免费的吗?

是的,Authenticated Web Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Authenticated Web Research 支持哪些平台?

Authenticated Web Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Authenticated Web Research?

由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。

💬 留言讨论