Install
$ agentstack add skill-allens0104-skill-browser-web-adapt ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Web adapt skill
This is the short public alias for:
universal-web-adaptation
Also available as simpler aliases:
adapt网站适配
Use this skill when you want to:
- work with an unfamiliar site generically
- detect search inputs, buttons, popups, and openers
- try multiple navigation/submission strategies
- decide whether a site profile is actually needed
Primary guidance
- try generic adaptation first
- tune runtime if the page is heavy
- follow popups/new tabs when needed
- only create a dedicated site profile if the generic path is not robust enough
Key rules
- Prefer URL verification whenever possible.
- Use container-qualified selectors when duplicates exist.
- Treat opener-search, popup-search, hidden/disabled, login-gated, and rate-limited sites as distinct classes.
Quick invocation template
You do not need to use only /web-adapt.
Reliable invocation patterns include:
/web-adaptuse the web-adapt skill- a natural-language request that clearly asks for generic website adaptation before any site-specific rules
Use prompts like:
Use /web-adapt to adapt this unfamiliar site first, then tell me whether we should stay generic or create a dedicated site profile.
使用 /web-adapt 先通用适配这个网站,并输出是否需要升级成专用 site profile。
Please adapt this unfamiliar site generically first and tell me whether a dedicated site profile is actually necessary.
Output contract
The skill output should always include:
- site classification
- strategies attempted (in order)
- evidence of success or failure (URL/title/visible results)
- final decision: generic vs dedicated profile
- next recommended action
Pointer
For the full detailed playbook, also see:
skills/universal-web-adaptation/SKILL.mdin this repository
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AllenS0104
- Source: AllenS0104/skill-browser
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.