Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Anthropic

Anthropic is the company behind the Claude family of models. Connecting Open Claw to Anthropic lets you use Claude as your agent's underlying model, which is well-suited for reasoning, writing, and tool use.

Visit the following resources to learn more:

- [@official@Anthropic Provider](https://docs.openclaw.ai/providers/anthropic)
- [@official@Using anthropic Models](https://docs.openclaw.ai/providers/anthropic)
- [@video@Anthropic just blocked OpenClaw. Here’s what you need to do immediately](https://www.youtube.com/watch?v=cNALFf9R4t4)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Deploy on an Isolated VPS, VM, or Dedicated Device

Running Open Claw on a dedicated, isolated machine rather than your personal computer limits the blast radius if something goes wrong and keeps your agent separate from your sensitive personal data.

Visit the following resources to learn more:

- [@official@Security](https://docs.openclaw.ai/gateway/security)
- [@official@Remote Access](https://docs.openclaw.ai/gateway/remote#macos-persistent-ssh-tunnel-via-launchagent)
- [@video@How to Secure OpenClaw - Complete Security Guide with Private Models](https://www.youtube.com/watch?v=jPslceOAbv0)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Raspberry Pi

A Raspberry Pi is a small, low-cost single-board computer that can run Open Claw 24/7 with minimal power consumption. It is a popular self-hosting choice for hobbyists who want a home server.

Visit the following resources to learn more:

- [@official@Raspberry Pi Hosting](https://docs.openclaw.ai/install/raspberry-pi#raspberry-pi)
- [@video@OpenClaw on Raspberry Pi 5: Full Setup Guide + AI Agent Demo (Step-by-Step)](https://www.youtube.com/watch?v=NqY0wF4YKXo)
- [@video@OpenClaw on Raspberry Pi](https://www.youtube.com/watch?v=fMtQy9msLz0)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ To get the most out of Open Claw, run `openclaw doctor` regularly to catch confi
Visit the following resources to learn more:

- [@official@CLI Reference](https://docs.openclaw.ai/cli)
- [@article@Vibe Coding Best Practices: How To Get Consistent Results](https://roadmap.sh/vibe-coding/best-practices)
- [@article@OpenClaw Cheatsheet](https://moltfounders.com/openclaw-mega-cheatsheet)