Tag Archives: OpenClaw

Simple AI Agent Tutorial: Learn OpenClaw Basics with CDNsunClaw
13 May 2026
AI agent projects often look much bigger than they need to be. If you start with a full framework, it is easy to get the impression that an agent requires a large architecture before it can do anything useful. CDNsunClaw is valuable because it cuts through that. It shows the core mechanics in a codebase small enough to read in one sitting. At CDNsun, we like examples that make the moving parts visible. That is exactly what this project does. [...]
Remote OpenClaw Agent in VS Code With Editor Context
05 May 2026
After using Cursor, we gave open-source VS Code a try. The motivation was openness, cost, flexibility, and control. A closed editor product can be convenient, but it also defines too much of the workflow for you. We wanted the opposite direction: keep the workflow editable, swappable, and easy to experiment with. The first thing that made that shift realistic was the VS Code extension Continue.  Continue gives it a usable AI interface, which is the point where VS Code starts to [...]
Multi-Agents in OpenClaw: Sub-Agents + Telegram Setup
09 Mar 2026
If you are new to OpenClaw, we recommend starting with our first OpenClaw installation guide. It covers the simplest possible setup to get you “on board” quickly: install OpenClaw on a VM and create your first agent. Start here: our first OpenClaw installation guide. In this article, we share how we run OpenClaw with multiple agents, sub-agents, and Telegram bots. This is not “the right way” to do it, it is simply our approach at CDNsun. If you like it, feel [...]
Create your first AI agent with OpenClaw hosted on Virtual Machine (VM)
02 Mar 2026
In this guide, we will install free and open-source OpenClaw AI on a self-hosted DigitalOcean Ubuntu 24.04 droplet (VM), connect it to the OpenAI API, and run your first agent using the built-in TUI and the local Web UI via SSH tunneling. The setup is a bit hands-on, but it pays off with flexibility. What is OpenClaw and why host it on your own VM? OpenClaw is a framework for running AI agents with a modular architecture (agents, channels, skills, [...]