← Back to Skills Marketplace
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install multi-account-launcher
Description
通过 HTTP API 控制多账号矩阵管理工具,实现浏览器账号的启动、关闭和信息查询,支持按名称和索引操作。
Usage Guidance
This skill appears to do what it claims: control a locally-running multi-account matrix tool via the local HTTP API. Before installing: (1) Confirm you actually run the referenced local tool and its local server (http://localhost:1008) — otherwise requests will fail. (2) Inspect the included matrix_manager.py (it’s small and readable); note it writes last_result.txt into the skill directory which may contain account names or API responses. (3) Be aware that config.yaml is provided in the package but the script does not read it — changing that file won’t change behavior unless you modify the script. (4) Do not change api_url to an external host unless you trust that host (the script will happily POST to whatever URL you edit it to use). (5) Run this in an environment where writing the result file and calling localhost services is acceptable. If you want stronger assurance, run the script manually first and review the API responses it records.
Capability Analysis
Type: OpenClaw Skill
Name: multi-account-launcher
Version: 1.0.0
The skill bundle is a functional wrapper for a local 'Multi-account Matrix Management Tool' (ZMT) API. The Python script `matrix_manager.py` interacts exclusively with a local service at http://localhost:1008 to manage browser profiles, and the instructions in `SKILL.md` are consistent with this purpose. No evidence of data exfiltration, obfuscation, or unauthorized remote execution was found.
Capability Assessment
Purpose & Capability
Name/description match the implementation: the Python script sends JSON POST requests to a local HTTP API (default http://localhost:1008) to list/start/stop accounts. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
Runtime instructions correctly tell the agent to run the Python script and read last_result.txt (the script writes that file). Minor inconsistency: SKILL.md and config.yaml imply a configurable api_url, but matrix_manager.py does not read config.yaml or any environment variables — it uses hardcoded defaults unless the script itself is edited. Also be aware last_result.txt will contain the operation result and may include account names or API responses.
Install Mechanism
This is an instruction-only skill with an included Python script. No install spec or remote downloads are used. The only external requirement is the widely used 'requests' Python package, which the README tells users to pip install.
Credentials
No environment variables, credentials, or config paths are requested. The script communicates only with localhost by default, which is proportionate to its purpose.
Persistence & Privilege
The skill does not request permanent 'always' inclusion and does not modify other skills or system settings. It writes a local last_result.txt in the skill directory (expected behavior) but otherwise has limited persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-account-launcher - After installation, invoke the skill by name or use
/multi-account-launcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of multi-account-launcher (多账号启动器).
- Provides HTTP API control for starting, stopping, and querying browser accounts in the "多账号矩阵管理工具".
- Python-based, supports intelligent matching and name-based account launching.
- Includes clear step-by-step execution instructions and troubleshooting guide.
- Offers command-line support to list, start, and stop accounts by name or index.
- Ships with example `config.yaml` and detailed file/function descriptions.
Metadata
Frequently Asked Questions
What is 多账号启动器?
通过 HTTP API 控制多账号矩阵管理工具,实现浏览器账号的启动、关闭和信息查询,支持按名称和索引操作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.
How do I install 多账号启动器?
Run "/install multi-account-launcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 多账号启动器 free?
Yes, 多账号启动器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 多账号启动器 support?
多账号启动器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 多账号启动器?
It is built and maintained by scariris (@wociaozhongyunonghaole); the current version is v1.0.0.
More Skills