Authenticated Web Research
by @1477009639zw-blip
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...
clawhub install authenticated-web-researchπ About This Skill
name: authenticated-web-research description: Use stronger lawful workflows for sites the user is authorized to access, including local browser login, session-aware browsing, JS-heavy pages, and post-login extraction. Do not bypass access controls.
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:
When To Use
Workflow
1. Diagnose the failure mode
Classify the blocker:
2. Use browser-based loading
Before concluding the page is unavailable:
3. Let the user complete login locally
If login is required and the user is authorized:
4. Continue within the authenticated session
After user login:
5. Prefer official post-login surfaces
If available, prefer:
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