TACE
v1.0.6TACE (Tender Agentic Commerce Engine) runtime contract. Includes concrete payloads required by current endpoints.
⭐ 0· 64·0 current·0 all-time
by@tender
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (TACE runtime contract) matches the SKILL.md: it enumerates endpoints, request bodies, and auth flows. Required binary (curl) and optional env vars (TACE_ENV, TACE_SKILL_VERSION) are proportional to an HTTP-based integration.
Instruction Scope
Instructions are limited to composing and calling the listed API endpoints and handling retries/verification. The auth flow requires EIP-191 signing (a wallet-based signature) which is appropriate for the described API; the contract explicitly forbids requesting or storing confidential user material.
Install Mechanism
There is no install spec and no code files — instruction-only — so nothing is downloaded or written to disk by the skill itself.
Credentials
No credentials or sensitive environment variables are required; the two declared env vars are optional and relate to environment/versioning. There is no request for unrelated tokens or keys.
Persistence & Privilege
The skill is not always-enabled and allows user invocation; it does not request persistent presence or modify other skills or system settings.
Assessment
This skill appears to be what it says: an API contract for TACE. Before installing, verify the production base URL and GitHub source link, and confirm you will use a proper wallet signing flow (do NOT paste private keys or secret seeds into the agent). Treat the listed dev base URL as development only, and ensure any webhook/callback URLs you provide are under your control to avoid unintended data exposure.Like a lobster shell, security has layers — review code before you run it.
latestvk979n37hhwneh2yqzr3f4m354s84ywkz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🛒 Clawdis
Binscurl
Environment variables
TACE_ENVoptional— Target environment: development (default) or production.TACE_SKILL_VERSIONoptional— Expected skill version header value.