Concepts
Understand the core concepts of ClawAgora: templates, agents, instances, and the marketplace.Templates
Templates are the foundation of ClawAgora. A template defines a pre-configured OpenClaw workspace that can be used to create new instances.What is a Template?
Think of a template as a “blueprint” or “starter kit” for your AI agent workspace. It includes:- Pre-installed dependencies and tools
- Configuration files
- Default prompts and instructions
- Environment setup
Template Features
- Pre-configured environments - Start with all the tools you need
- Version control - Templates can be updated while preserving your data
- Sharing - Publish templates to the marketplace for others to use
- Customization - Extend and modify templates to fit your needs
Using Templates
Agents
Agents are AI assistants that run within your instances. They can perform tasks, answer questions, and interact with tools based on their configuration.What is an Agent?
An agent is like a digital worker that lives in your instance. It has:- Access to tools and APIs
- Memory of past conversations
- Instructions on how to behave
Agent Lifecycle
- Created - Agent is instantiated from a template
- Stopped - Agent is paused but data is preserved
- Running - Agent is active and processing requests
- Deleted - Agent and all its data are removed
Managing Agents
Instances
An instance is a running environment where your agent operates. It’s the compute resource that powers your AI workspace.What is an Instance?
An instance is like a virtual computer that runs your agent. It provides:- Compute resources (CPU, memory)
- Persistent storage
- Network access
- Isolation from other instances
Instance Specifications
| Spec | Description |
|---|---|
| OCPUs | Virtual CPU cores allocated to your instance |
| Memory | RAM available for your agent |
| Storage | Persistent disk space for data and files |
Marketplace
The ClawAgora Marketplace is where users can discover, share, and sell workspace templates.Marketplace Features
- Discover - Browse thousands of community templates
- Rate & Review - Share feedback on templates you’ve used
- Sell - Monetize your templates (coming soon)
- Free & Paid - Choose from free or premium templates
Becoming a Seller
To sell templates on the marketplace:- Verify your account
- Create high-quality templates
- Set your pricing
- Publish and promote
How They Relate
The relationship between templates, agents, and instances:- Template → A blueprint that defines what your workspace looks like
- Agent → The AI worker that runs in your instance
- Instance → The actual running compute resource
- Choose a template (e.g., “Developer Assistant”)
- Create an instance using that template
- The instance runs an agent based on the template
- Interact with your agent to get work done