← 返回 Skills 市场
110
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tang-agents
功能描述
Fault-tolerant multi-agent system for collaborative task execution with policy drafting, review, dispatch, parallel ministry actions, and comprehensive fault...
安全使用建议
This skill appears internally consistent and implements the described local multi-agent framework. Before installing: (1) inspect the rest of tang_agents.py to confirm there are no hidden network calls, hardcoded endpoints, or code that sends data externally (the file provided in the package should be reviewed end-to-end); (2) verify whether aiohttp is actually used — if not, the requirements file can be tightened; (3) run the package in a sandboxed environment first (or in a virtualenv) to observe network activity and avoid side effects; (4) prefer pinned dependency versions from trusted sources, and be cautious about installing packages from PyPI in sensitive environments. If you want, I can scan the remaining portion of tang_agents.py for any network requests or suspicious patterns (HTTP requests, sockets, subprocess usage) and report back.
功能分析
Type: OpenClaw Skill
Name: tang-agents
Version: 1.0.1
The skill bundle implements a multi-agent collaboration framework ('Tang Agents') featuring fault-tolerance mechanisms like circuit breakers, timeouts, and graceful degradation. The code in `tang_agents.py` and the instructions in `SKILL.md` are well-structured and consistent with the stated purpose of providing a hierarchical agent orchestration system. There is no evidence of malicious behavior, data exfiltration, or unauthorized execution; the agent actions are currently implemented as safe, simulated logic.
能力评估
Purpose & Capability
The package name/description match the included Python modules: agents for drafting, review, dispatch, and six ministries are implemented. No unrelated credentials, binaries, or config paths are requested. Minor note: requirements.txt lists 'asyncio' (part of the stdlib) and 'aiohttp' — aiohttp is plausible for async networking but the presence of asyncio on PyPI is unnecessary.
Instruction Scope
SKILL.md only instructs installing requirements and running the TangSystem example. It does not instruct reading unrelated files, environment variables, or sending data to unknown endpoints. The runtime instructions are scoped to running the local multi-agent flow.
Install Mechanism
There is no custom install spec; SKILL.md advises 'pip install -r requirements.txt' which pulls packages from PyPI. This is common but has moderate risk compared to a purely instruction-only skill because dependencies (aiohttp) will be installed from the public registry. The 'asyncio' entry is unnecessary and may be a packaging oversight.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code shown does not access environment secrets or external auth tokens.
Persistence & Privilege
The skill is not forcibly persistent (always:false) and uses normal agent invocation. It does not request system-wide changes or modify other skills' configurations in the provided code.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tang-agents - 安装完成后,直接呼叫该 Skill 的名称或使用
/tang-agents触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added compiled Python cache file (__pycache__/tang_agents.cpython-314.pyc) to the project.
- No changes to documentation or functionality.
v1.0.0
Initial release of Tang Agents – a fault-tolerant multi-agent collaboration system:
- Implements a separation-of-powers workflow inspired by the Tang Dynasty’s governance model.
- Features parallel execution with six specialized ministries handling different aspects (permissions, resources, content, security, compliance, deployment).
- Provides robust fault tolerance: timeouts, circuit breaker, graceful degradation, failure isolation, and retry mechanisms.
- Includes quick-start instructions and Python API usage examples.
- Released under the MIT license.
元数据
常见问题
tang-agents 是什么?
Fault-tolerant multi-agent system for collaborative task execution with policy drafting, review, dispatch, parallel ministry actions, and comprehensive fault... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 tang-agents?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tang-agents」即可一键安装,无需额外配置。
tang-agents 是免费的吗?
是的,tang-agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tang-agents 支持哪些平台?
tang-agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tang-agents?
由 jiubanszd(@jiubanszd)开发并维护,当前版本 v1.0.1。
推荐 Skills