← 返回 Skills 市场
wociaozhongyunonghaole

多账号启动器

作者 scariris · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-account-launcher
功能描述
通过 HTTP API 控制多账号矩阵管理工具,实现浏览器账号的启动、关闭和信息查询,支持按名称和索引操作。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install multi-account-launcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /multi-account-launcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug multi-account-launcher
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

多账号启动器 是什么?

通过 HTTP API 控制多账号矩阵管理工具,实现浏览器账号的启动、关闭和信息查询,支持按名称和索引操作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。

如何安装 多账号启动器?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-account-launcher」即可一键安装,无需额外配置。

多账号启动器 是免费的吗?

是的,多账号启动器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

多账号启动器 支持哪些平台?

多账号启动器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 多账号启动器?

由 scariris(@wociaozhongyunonghaole)开发并维护,当前版本 v1.0.0。

💬 留言讨论