adapt
Shortest English alias for web-adapt / universal-web-adaptation. Use this when adapting an unfamiliar public website generically before creating any site-specific rules.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/allens0104/adaptAdapt skill
This is the shortest English alias for:
web-adaptuniversal-web-adaptation
It is best when you want to:
- adapt an unfamiliar site generically
- test search inputs, buttons, openers, and popups
- decide whether a dedicated site profile is actually necessary
Primary guidance
- try the generic path first
- tune runtime if the page is heavy
- follow popups or new tabs when needed
- only create a dedicated profile when the generic path is not robust enough
Quick invocation template
Use /adapt to adapt this unfamiliar site first, then tell me whether we should stay generic or create a dedicated site profile.
请用 /adapt 先通用适配这个网站,并告诉我是否真的需要专用 profile。
Pointer
For the full detailed playbook, see:
skills/universal-web-adaptation/SKILL.mdin this repository
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-allens0104-adapt": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
adapter-audit
Use this skill to audit CLI adapter projects (like opencli) for missing output fields, then batch-generate fixes and submit PRs. Turns AI agents into adapter quality reviewers.
site-profile
Short alias for external-site-profile-learning. Use this when investigating, adding, validating, or debugging external website profiles for the 99idea Playwright browser demo.
content-summary
Short alias for content-search-summarization. Use this to search public content platforms, rank the top relevant items, and summarize them with links.
profile
Shortest English alias for site-profile / external-site-profile-learning. Use this when turning an already-proven site flow into a stable reusable external profile.