Accounts Management Skill for Openclaw

A centralized management hub for storing and organizing social media handles, marketplace profiles, and secure credentials for AI agents.

sa9saq
v1.0.2
Feb 11, 2026
0
0
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install accounts

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 accounts 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 Accounts Management Skill?

The Accounts skill serves as the primary identity registry for an AI agent's ecosystem. It provides a structured way to manage usernames, profile URLs, and specific configuration settings across diverse platforms like X, Threads, LinkedIn, and specialized marketplaces. By distinguishing between agent-owned accounts and supervisor accounts, it ensures that the AI operates within the correct context and maintains a consistent brand voice across all digital touchpoints.

This skill is essential for maintaining operational consistency, especially when the AI is tasked with cross-platform content distribution or managing multiple professional identities. It acts as the source of truth for where the agent lives and how it should represent itself or its supervisor on the web.

Accounts Management Skill Use Cases

  • Synchronizing profile information across multiple social media platforms to maintain brand consistency.
  • Managing separate workflows for AI-driven experimental accounts versus professional supervisor-led profiles.
  • Coordinating cross-platform notifications, such as automatically announcing long-form blog posts on short-form social media.
  • Storing metadata for freelance marketplaces and developer platforms to facilitate automated service delivery.

How Accounts Management Skill Works

  1. Information is gathered either through direct manual entry in the skill configuration or via natural language instructions provided to the AI agent.
  2. The skill categorizes accounts into Agent-dedicated (for growth and experimentation) or Supervisor-managed (for professional and revenue-focused tasks).
  3. Sensitive credentials such as passwords and API tokens are offloaded to secure environment variables or secret management tools to ensure security.
  4. When performing tasks, the agent queries this skill to retrieve the correct handle, URL, or platform-specific posting guidelines.
  5. Cross-posting logic is applied to adjust the content's tone and length based on the specific platform requirements defined in the account metadata.

Accounts Management Skill Setup

To get started with this skill, you can either edit the configuration file directly or communicate with your agent. For sensitive data, use the following commands:

  1. Add account metadata directly to the skill file using the YAML blocks provided.
  2. For sensitive passwords or API keys, use Cloudflare Wrangler secrets:
wrangler secret put X_PASSWORD
wrangler secret put ANTHROPIC_API_KEY
  1. Verify existing secrets to ensure the agent has the necessary permissions:
wrangler secret list

Accounts Management Skill Data Schema & Taxonomy

The skill organizes account data using a structured YAML-like taxonomy within the markdown file:

Property Description
platform The name of the service (e.g., X, Note, Google)
type Categorizes the account as Agent-specific or Supervisor-owned
username The public handle or account ID
profile_url The direct link to the account's public-facing page
purpose Defines the strategic goal for using this specific account
notes platform-specific constraints like character limits or tone guidelines

Accounts Management Skill Advanced Features

  • Automated cross-posting patterns that link content between X, Threads, and Note.
  • Secure integration with Cloudflare Secrets for industrial-grade protection of API tokens and platform passwords.
  • Role-based account separation to prevent AI agents from misusing professional supervisor identities.
  • Comprehensive account creation checklists to ensure new identities meet all branding and security requirements before going live.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*