Skills 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.
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/browser-profile" ~/.claude/skills/openclaw-skills-profile && 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/browser-profile" ~/.openclaw/skills/openclaw-skills-profile && rm -rf "$T"
manifest:
skills/allens0104/browser-profile/SKILL.mdsource content
Profile skill
This is the shortest English alias for:
site-profileexternal-site-profile-learning
It is best when you want to:
- add a stable external site profile
- debug heuristic vs Gemini planning differences
- classify blocked, special-case, and config-driven sites
Primary guidance
- probe the site
- classify the failure mode
- add a data-only profile when justified
- validate heuristic and Gemini flows
Quick invocation template
Use /profile to turn this site into a stable reusable external profile and validate both heuristic and Gemini planning.
请用 /profile 把这个网站沉淀成稳定可复用的 profile,并验证 heuristic 与 Gemini 两条链路。
Pointer
For the full detailed playbook, see:
in this repositoryskills/external-site-profile-learning/SKILL.md