Skills 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
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/allens0104/adapt" ~/.claude/skills/openclaw-skills-adapt && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/allens0104/adapt" ~/.openclaw/skills/openclaw-skills-adapt && rm -rf "$T"
manifest:
skills/allens0104/adapt/SKILL.mdsource content
Adapt 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:
in this repositoryskills/universal-web-adaptation/SKILL.md