ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 4/5

social-vault

社交平台账号凭证管理器。提供登录态获取、AES-256-GCM 加密存储、定时健康监测和自动续期。Use when managing social media account credentials, importing cookies, checking login status, or automating session refresh. Also covers platform adapter creation and browser fingerprint management.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/2019-02-18/social-vault
Or

What This Skill Does

SocialVault is a comprehensive credential management agent designed specifically for OpenClaw. It serves as a secure, local-first bridge between your social media identities and automated workflows. By utilizing AES-256-GCM encryption, it ensures that your sensitive session tokens, cookies, and login credentials remain protected on your local machine. Beyond storage, it orchestrates the lifecycle of your social accounts, providing automated health checks to detect expired sessions, scheduled renewals to prevent login interruptions, and integrated browser fingerprint management to avoid platform-level flagging. It abstracts the complexity of platform-specific login flows, such as cookie formatting and QR code handling, into a unified interface.

Installation

To integrate SocialVault into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/2019-02-18/social-vault. Once installed, ensure you have initialized your secure vault by running the setup script provided: npm run setup. This step creates the necessary encrypted storage directory and prepares the cryptographic keys for your session data. The installation assumes an OpenClaw runtime environment with access to bash and the local filesystem.

Use Cases

SocialVault is essential for power users and developers managing multiple social accounts. Use it to securely import browser cookies when you want to bypass manual authentication, set up persistent background monitoring to alert you when a session has expired, or initialize new platform-specific adapters when automating interactions. It is particularly effective for managing multi-identity browser profiles where maintaining clean fingerprinting data is critical to preventing account bans during automated tasks.

Example Prompts

  1. "SocialVault, add a new Twitter account and guide me through the cookie import process."
  2. "Run a health check on my existing LinkedIn credentials to ensure the session is still active."
  3. "Refresh my Instagram login token and update the browser fingerprint profile associated with this account."

Tips & Limitations

SocialVault prioritizes security above all else; it will never display full secrets in the chat interface. Always verify your platform-specific adapters in the adapters/ folder if you encounter connection issues. Note that while it manages credentials, it is bound by the platform's terms of service regarding automated access. Ensure you are using it within acceptable rate limits to avoid account restrictions. For advanced users, the scripts/ directory provides granular control, but stick to the primary CLI commands for daily operations to ensure state consistency.

Metadata

Stars4473
Views4
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-2019-02-18-social-vault": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#social-media#account-management#automation#security#cookie-management#encryption
Safety Score: 4/5

Flags: file-write, file-read, code-execution