Asb
v0.2.0Agent Service Bus - 智能服务编排和协作平台,通过 MCP Server 集成所有 ASB 能力
⭐ 0· 66·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (Agent Service Bus via MCP Server) matches the declared requirements: a uv-managed package and Python runtime are reasonable for a local CLI/service. No unrelated cloud credentials or unrelated binaries are requested.
Instruction Scope
SKILL.md only instructs how to register an MCP server with Claude Desktop, clone the GitHub repo, and run uv sync / uv run commands. It asks the user to edit the Claude Desktop config files (paths are explicit) but does not instruct reading unrelated system files or exfiltrating secrets.
Install Mechanism
Install uses an 'uv' package kind (agent-service-bus). 'uv' is not one of the most common system package managers, so verify what 'uv' does on your system and where it installs code. The install does not reference arbitrary HTTP downloads or shorteners, and the repo is on GitHub, which reduces risk, but you should audit the package source before running.
Credentials
The skill declares no required environment variables or credentials. The examples reference local config files for Claude Desktop, which is proportional to the stated goal of registering an MCP server.
Persistence & Privilege
always is false and the skill does not request elevated or system-wide privileges. It asks the user to add an entry to the Claude Desktop config to point to a local process — normal for this type of integration.
Assessment
This skill is coherent with its stated purpose, but take these precautions before installing:
- Inspect the upstream GitHub repository (https://github.com/qiyueqiu/Agent-Service-Bus) and confirm the code matches what you expect.
- Verify what the 'uv' tool is on your system (its origin, what it installs, and where). If you don't trust 'uv', do not run its sync/install commands.
- Run the project in a sandbox or isolated environment first (e.g., VM or container) to observe network and file activity.
- Be aware that adding the MCP server entry to Claude Desktop will cause your local Claude client to start processes that the skill defines; only do this for code you trust.
- No credentials are requested by the skill, but if you later configure LLM providers or other services inside ASB, review any keys you add carefully.
If you want a higher confidence assessment, provide the uv package source or the repository contents so those can be audited.Like a lobster shell, security has layers — review code before you run it.
latestvk972013vcjspyh7vvgeasm9v7h83zhzg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🚌 Clawdis
Binsuv
Any binpython3, python
Install
uv
uv tool install agent-service-bus