Life Control for Openclaw

Orchestrate a fleet of AI agents to manage wellness, finance, and daily routines through a unified CLI and Telegram interface using Openclaw Skills.

rachitsharma123
v0.1.0
Feb 9, 2026
0
2.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install life-control

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install life-control using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Life Control?

Life Control is a comprehensive orchestration framework designed to run specialized agent personas within the Openclaw ecosystem. It provides the infrastructure needed to track multiple life domains—including wellness, finance, fashion, and career—by leveraging a suite of Openclaw Skills. The system acts as a centralized hub for personal automation, allowing developers to manage complex life workflows through a standardized command-line interface and real-time agent communication.

By integrating this skill, users can transform their development environment into a personal command center. It bridges the gap between raw data logging and actionable AI insights by utilizing agent personas that can notify users via Telegram, manage daily rituals, and maintain a structured database of life metrics and goals.

Life Control Use Cases

  • Deploying a multi-agent fleet to monitor diverse life domains using Openclaw Skills.
  • Automating daily protocols such as Morning Alignment, Financial Pulse, and Work Priming.
  • Logging critical metrics like nutrition, expenses, and meditation sessions via quick CLI commands.
  • Coordinating agent-to-user communications through automated Telegram bot notifications.

How Life Control Works

  1. Initialize the environment by exporting Telegram credentials and configuring the agent fleet directory.
  2. Execute the bootstrap script to create the local database and register distinct agent personas.
  3. Utilize the lc command-line tool to set goals and log daily activities into the structured database.
  4. Trigger domain-specific routines throughout the day to keep agent personas synchronized with real-world progress.
  5. Deploy the Telegram sender via cron jobs to facilitate proactive updates and alerts from the agents to the user.

Life Control Setup

To get started with these Openclaw Skills, ensure your repository root is accessible and follow these steps:

# 1. Export your Telegram configuration
export TELEGRAM_CHAT_ID="your_chat_id"
export AGENT_BOT_TOKENS="bot1_token,bot2_token"

# 2. Run the bootstrap script to initialize the DB and agents
bash skills/life-control/scripts/bootstrap.sh

# 3. Verify your fleet is active
lc fleet

# 4. Access the dashboard
lc dashboard

Life Control Data Schema & Taxonomy

The skill manages a structured ecosystem of data and scripts to ensure seamless persona orchestration:

Component Purpose
scripts/bootstrap.sh Main entry point for DB initialization and persona registration.
routines/ Contains logic for protocols like Body Protocol, Social Radar, and Shutdown.
lc list / lc add CLI commands for managing structured life goals and active logs.
references/openclaw.md Contains critical persona mapping and integration notes for Openclaw Skills.

Life Control Advanced Features

  • Support for complex agent fleet orchestration with multiple concurrent personas.
  • Integration with Telegram for real-time, bi-directional agent notifications.
  • Scalable routine system allowing users to add custom domains like 'Spiritual Growth' or 'Social Radar'.
  • Automated scheduling support via crontab-template for hands-off life management.
  • Deep integration with the broader suite of Openclaw Skills for enhanced AI capabilities.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*