migrate-to-channels

Migrate OmniClaw agent data to a layered server, category, and channel architecture.

17|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/omniaura/omniclaw --skill migrate-to-channels
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-to-channels
Source: https://github.com/omniaura/omniclaw/tree/main/.claude/skills/migrate-to-channels
Command: npx skills add https://github.com/omniaura/omniclaw --skill migrate-to-channels

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the complexity of managing agent workspaces by migrating from a flat structure to a more organized, layered architecture, improving isolation and clarity.

Core Features & Use Cases

  • Database Migration: Updates agent and subscription records to reflect the new directory structure.
  • Directory Restructuring: Creates new folders for servers, categories, and channels, moving existing data.
  • Agent Consolidation: Merges duplicate agent entries that share the same persona.
  • Use Case: Transitioning from an older OmniClaw setup where each channel had its own agent to a system where agents are shared across channels within categories and servers.

Quick Start

Run the migrate-to-channels skill to restructure your agent workspaces into the new server/category/channel architecture.

Frequently Asked Questions about migrate-to-channels

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate agent workspaces from a flat structure to a layered architecture?

Migrating agent workspaces from a flat structure requires restructuring directories into servers, categories, and channels while updating database records to reflect the new context hierarchy. This process consolidates duplicate agent entries and reorganizes channel notebooks for improved isolation.

What is the best way to consolidate duplicate agent entries sharing the same persona?

Consolidating duplicate agent entries is achieved by migrating subscription data to a new layered architecture where agents are shared across channels within categories. This approach merges identical personas and updates database records to eliminate redundancy.

Does workspace migration require SQL database interaction and filesystem operations?

Yes, workspace migration requires both SQL database interaction and filesystem operations. The process updates agent and subscription records in the database while simultaneously creating new folders and moving existing data on the filesystem to reorganize agent identities.

When do I need to restructure directories for agent workspaces?

You need to restructure directories when transitioning from an older setup where each channel had its own agent to a system where agents are shared across channels. This migration improves workspace isolation and clarity by organizing data into servers and categories.

How do I update database records to reflect a new context hierarchy for channel subscriptions?

Updating database records for a new context hierarchy involves migrating flat agent and channel subscription data into layered server, category, and channel structures. The migration script modifies SQL records to accurately map existing agent identities and notebooks to the reorganized directories.