Bonus A

Skills and Integrations

Monthly cost: $0 (skills are free; some integrations may require their own API keys) Expected time: ~15 minutes

Beyond Chat

A chatbot that only answers questions is an expensive search engine. The real value of OpenClaw is its skills — integrations with external services that let it take action, not just talk.

OpenClaw has 5,700+ skills available. You don't need most of them. Here are the ones worth setting up first.

Resource Budget

Your 8GB VPS has limits. Each active skill consumes memory and context window space. Some rules of thumb:

Tier 1: Set Up First

Web Browsing

OpenClaw can browse the web, read pages, and search for current information.

Test it: ask your OpenClaw "What's the top story on Hacker News right now?"

File Management

Read, write, and organize files on your server.

Test it: ask it to "create a file called test.txt with today's date"

Tier 2: Set Up When Ready

These integrations are more complex. Get comfortable with the Tier 1 skills first, then come back to these when you have a specific need.

Calendar Integration

Connect Google Calendar or CalDAV for scheduling awareness.

Email

Some setups let OpenClaw read and draft emails.

GitHub/Gitea

If you're a developer, connecting to your code repositories is powerful.

Installing Skills

Install a skill from the community hub:

docker exec openclaw openclaw skills install <skill-name>

List your installed skills:

docker exec openclaw openclaw skills list

Browse what's available at the OpenClaw Skills Hub.

Tips

When You're Done

Further Reading