Skillshub browser-use

<instructions>

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/Harmeet10000/skills/browser-use" ~/.claude/skills/comeonoliver-skillshub-browser-use && rm -rf "$T"
manifest: skills/Harmeet10000/skills/browser-use/SKILL.md
source content
<instructions> Using Browser-Use (documentation attached), create an agent that [describe your goal].

Write all the necessary steps for a complete beginner who's using [your IDE] on [your OS].

<example> [Provide an example from the repo of Browser Use] </example> </instructions> <documentation> [Paste the full documentation of Browser Use] </documentation>