account-pool-manager

Rotate web accounts with per-account sessions, proxies, and credit tracking.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nguynbon03/API-XuongMedia-Backup --skill account-pool-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: account-pool-manager
Source: https://github.com/nguynbon03/API-XuongMedia-Backup/tree/main/.claude/skills/account-pool-manager
Command: npx skills add https://github.com/nguynbon03/API-XuongMedia-Backup --skill account-pool-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Quản lý hàng chục/trăm tài khoản web, tự xoay vòng và chuyển account khi hết credits, mỗi account có browser profile và proxy riêng.

Core Features & Use Cases

  • Nạp danh sách account (id:pass:proxy) và gán cho mỗi tài khoản một profile duyệt riêng
  • Chọn account dựa trên chiến lược (round-robin hoặc fill-first) với theo dõi credits, cooldown và trạng thái
  • Tự động chuyển tài khoản khi hết credits hoặc gặp lỗi; hỗ trợ cooldown và ghi log
  • Quản lý pool qua API: import, status, thêm, xóa, làm mới session

Quick Start

Import accounts in id:pass:proxy format or CSV and start rotating them across requests to manage multi-account tasks.

Frequently Asked Questions about account-pool-manager

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

FAQPage Schema
How do I rotate web accounts automatically and switch when credits run out?

Multi-account rotation is managed by balancing a pool of web accounts to automatically rotate usage and switch when credits are exhausted. The pool tracks per-account sessions, applies cooldowns, and performs health checks.

What is the best way to manage dozens of web accounts with individual proxies and browser profiles?

Managing dozens of web accounts with individual proxies is handled by ingesting accounts in id:pass:proxy format and assigning a unique browser profile to each. The pool manager maintains state persistence and enforces per-account concurrency limits.

Can I use round-robin or fill-first strategies for high-volume web automation tasks?

Round-robin and fill-first routing strategies are supported for high-volume web automation tasks. You can select an account based on your chosen strategy while the system monitors credits, cooldowns, and account status.

How do I import accounts and check pool status during web automation sessions?

Account import and pool status checks are executed via an API that supports ingesting accounts, checking status, adding, deleting, and refreshing sessions. You can import accounts in id:pass:proxy format or CSV.

Does the account pool manager handle automatic cooldowns and error logging for failed sessions?

Automatic cooldowns and error logging are supported for failed sessions. When an account runs out of credits or encounters an error, the system automatically switches accounts, applies cooldowns, and logs the event.