web-adapt
Short alias for universal-web-adaptation. Use this when adapting an unfamiliar public website generically before creating any site-specific rules.
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