← Back to Skills Marketplace
jiubanszd

tang-agents

by jiubanszd · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tang-agents
Description
Fault-tolerant multi-agent system for collaborative task execution with policy drafting, review, dispatch, parallel ministry actions, and comprehensive fault...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tang-agents
  3. After installation, invoke the skill by name or use /tang-agents
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tang-agents
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is tang-agents?

Fault-tolerant multi-agent system for collaborative task execution with policy drafting, review, dispatch, parallel ministry actions, and comprehensive fault... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install tang-agents?

Run "/install tang-agents" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is tang-agents free?

Yes, tang-agents is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does tang-agents support?

tang-agents is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tang-agents?

It is built and maintained by jiubanszd (@jiubanszd); the current version is v1.0.1.

💬 Comments