Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.charmos.io/llms.txt

Use this file to discover all available pages before exploring further.

Use this template for OpenClaw agents that rely on tools, skills, browser automation, or computer-use style workflows.

Use Case

  • Browser automation.
  • Tool-rich research.
  • MCP skill orchestration.
  • Desktop-like workflows.
  • Long-running agents with daemon lifecycle.

Runtime Configuration

OpenClaw agents commonly use the full runtime:
runtime:
  adapter:
    type: "openclaw"
  mode: "full"
Use daemon lifecycle when the agent should stay alive:
runtime:
  lifecycle: "daemon"

Development Flow

charm init openclaw-agent --template openclaw
cd openclaw-agent
charm validate .

Publishing Checklist

  • Required skills and environment variables are declared.
  • Browser or system dependencies require mode: "full".
  • Long-running behavior is tested as a daemon.
  • Output is understandable to end users.