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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/2019-02-18/social-vaultWhat 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
- "SocialVault, add a new Twitter account and guide me through the cookie import process."
- "Run a health check on my existing LinkedIn credentials to ensure the session is still active."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-2019-02-18-social-vault": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, code-execution
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
AURA Security Scanner
Scan AI agent skills for malware, credential theft, prompt injection, and dangerous permissions before installing them
sbom-explainer
把依赖清单或 SBOM 翻译成非技术可读的风险说明,按影响面排序。;use for sbom, dependencies, risk workflows;do not use for 伪造 CVE 状态, 替代专业漏洞扫描.
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.