account-manager

Manage sub-accounts under the current profile with JSON persistence.

1.0k|75|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/octos-org/octos --skill account-manager-octos-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: account-manager
Source: https://github.com/octos-org/octos/tree/main/crates/app-skills/account-manager
Command: npx skills add https://github.com/octos-org/octos --skill account-manager-octos-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage sub-accounts under the current profile to organize separate assistants with isolated data and channels while reusing the parent's configuration.

Core Features & Use Cases

  • List, create, update, start/stop, restart, and delete sub-accounts under a profile.
  • Configure per-sub-account channels (e.g., Telegram) and sandbox settings while sharing parent provider and billing.
  • Retrieve detailed info about any sub-account for quick status checks.

Quick Start

Create a new sub-account by supplying a unique sub_account_id, a display name, and a public_subdomain.

Frequently Asked Questions about account-manager

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

FAQPage Schema
How do I manage sub-accounts under my profile for isolated data and channels?

Managing sub-accounts under a profile lets you organize separate assistants with isolated data. This tool handles listing, creating, updating, and deleting sub-accounts while reusing the parent's configuration and billing.

How do I create a sub-account and configure its sandbox settings?

Creating a sub-account requires supplying a unique sub_account_id, a display name, and a public_subdomain. The tool validates inputs, manages sandbox settings, and persists configuration in per-profile JSON files.

Can I start and stop individual sub-accounts without affecting the parent profile?

You can start, stop, and restart individual sub-accounts independently. This validates inputs and retrieves detailed status info without disrupting the parent profile's shared provider settings.

What is the best way to configure per-sub-account channels like Telegram while sharing parent billing?

Configuring per-sub-account channels like Telegram isolates assistant communication while sharing the parent profile's provider and billing. The tool persists these specific channel settings in per-profile JSON files.

Does sub-account profile management persist configuration data automatically?

Sub-account profile management persists configuration automatically by storing data in per-profile JSON files. This ensures all sandbox settings and sub-account details are retained across sessions.

When do I need to delete a sub-account from my profile configuration?

You need to delete a sub-account when cleaning up unused isolated assistants. Deleting removes the specific sub-account configuration while preserving the parent profile and its shared provider settings.