Your First Skill β Agent Browser
Without skills, your AI can only talk. With skills, it can do things.
Skills are plugins that give your AI real-world capabilities:
- Agent Browser β browse web pages, fill forms, scrape data
- GitHub β manage repos, create PRs, review code
- Notion β read and write Notion databases
- Himalaya β send and read emails
Agent Browser is the most important skill to start with. It lets your AI see the internet β search for information, read web pages, fill out forms.
Installing a skill takes one command:
clawhub install agent-browserThatβs it. Restart OpenClaw, and your AI can now browse the web.
What changes after installing Agent Browser:
- "Search for the best restaurants near me" β actually searches the web
- "Check if my website is down" β actually visits your URL
- "Whatβs the latest news about AI?" β actually reads news sites
Without skills, these requests get a generic text response. With Agent Browser, your AI goes and looks.
Key Principle
Without skills, your AI is a chatbot. With skills, it becomes an agent that can take action in the real world. Start with Agent Browser β itβs the eyes of your AI.
Step-by-Step Instructions
Step 1: Install Agent Browser
clawhub install agent-browserStep 2: Restart OpenClaw
Close and reopen OpenClaw so it picks up the new skill.
Step 3: Test it
Ask your AI: "Go to https://news.ycombinator.com and tell me the top 3 stories right now."
Your AI should actually visit the page and report back with real, current headlines β not made-up ones.
Step 4: Install more skills
Browse available skills:
clawhub search ""Install any that match your workflow: clawhub install github, clawhub install notion, etc.
Common Mistakes
- β Skill installed but not working β Restart OpenClaw after installing any skill.
- β "clawhub: command not found" β Install ClawHub first:
npm install -g clawhub
- β Some skills need API keys β Skills like Notion or Himalaya require additional configuration. Check the skillβs docs after installing.