账号切换器

v1.0.0

通过 HTTP API 控制多账号矩阵管理工具,实现浏览器账号的启动、关闭及信息查询。

0· 58·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the included assets and behavior: the SKILL.md instructs running matrix_manager.py, and that script implements HTTP calls to a local multi-account tool. No unrelated environment variables or binaries are requested.
Instruction Scope
Runtime instructions are narrow and specific: run the included Python script, then read last_result.txt for UTF-8 results. The SKILL.md does not direct reading other system files, scanning environment variables, or sending data to external endpoints (the code posts to the configured api_url).
Install Mechanism
This is an instruction-only skill with an included Python script and config; there is no installer or external download. The only required runtime dependency is the Python requests package, which the documentation asks the user to pip install.
Credentials
The skill declares no required environment variables or credentials. The script uses a local api_url (config.yaml default http://localhost:1008) and does not access secrets or unrelated config paths.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system-wide privileges. It writes a single last_result.txt file in the skill directory (expected behavior) and does not modify other skills or global agent settings.
Assessment
This skill appears to do exactly what it claims: call a local multi-account management service on localhost:1008 to list/start/stop browser accounts and write a last_result.txt for the agent to read. Before installing, confirm you trust the local "多账号矩阵管理工具" software that will receive these POST requests (if a malicious local service were listening on port 1008 it could respond to or act on these commands). Do not change config.yaml api_url to an external address unless you understand the implications, since that would direct commands to a remote endpoint. Also ensure Python and the requests package are installed. If you want extra caution, review the included matrix_manager.py (it is small and readable) and run it manually to observe behavior before granting the agent automated invocation.

Like a lobster shell, security has layers — review code before you run it.

latestvk9767t7dpfp4z3n1j2qxak580984bq6f

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments