📦 Agent Service Agreements — 智能体商约
v0.1.1将 SLA、质量阈值、付款条件、托管及自动验证规则写入机器可读合约,让 AI 智能体在无人工干预下完成可信商业交易。
0· 124·0 当前·0 累计
下载技能包
最后更新
2026/4/5
安全扫描
OpenClaw
安全
high confidenceThe skill's requests and instructions are consistent with an agent-to-agent contract helper: it expects Python and pip, reads/writes local agreement files, and directs you to a PyPI package — nothing requested is disproportionate to the stated purpose.
评估建议
This skill appears coherent, but before installing: (1) inspect the PyPI package (owner, releases, source) because `pip install` will run code from that package; (2) consider installing in a virtual environment or sandbox; (3) review the package source to ensure it behaves as promised (no hidden network calls, logging, or secret access); (4) store agreement files in a directory you control and avoid pointing the tool at sensitive system paths. If you need the agent to perform payments or access ...详细分析 ▾
✓ 用途与能力
The name and description describe a contract/SLA system; the SKILL.md only requires python3/pip and shows reading/writing a local agreements.jsonl store and verifying deliverables, which align with that purpose.
✓ 指令范围
Runtime instructions are limited to installing a Python package and using an AgreementStore API that reads/writes a local JSONL file and runs verification on a specified deliverable. The instructions do not ask the agent to access unrelated files, env vars, or network endpoints for core operations.
ℹ 安装机制
No install spec is included in the registry; SKILL.md instructs users to run `pip install agent-service-agreements` (PyPI). Installing from PyPI is a common, expected distribution method but carries the usual risk that arbitrary code can run at install/import time — this is normal for Python packages.
✓ 凭证需求
The skill declares no required environment variables or credentials and its examples operate exclusively on a user-provided local file path (agreements.jsonl). This is proportionate to a contract management tool.
✓ 持久化与权限
The skill is not always-enabled and does not request special agent/system privileges. Its persistence is limited to writing agreement files in the working directory, which matches its purpose.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.12026/4/2
SEO: fixed name format, added tags, enhanced description, added author metadata
● 无害
安装命令
点击复制官方npx clawhub@latest install agent-service-agreements
镜像加速npx clawhub@latest install agent-service-agreements --registry https://cn.longxiaskill.com