v1.1.1
OpenClaw SkillLatestMarch 13, 2026Releases the official AXIS OpenClaw skill — a backend-verified SKILL.md that gives any OpenClaw-compatible AI agent framework instant access to trust verification, score lookups, agent registration, and behavioral event reporting with no custom integration required.
AXIS OpenClaw Skill (SKILL.md) — drop-in skill file for OpenClaw-compatible agent frameworks. Covers public trust lookups (no auth), authenticated score retrieval, agent registration, behavioral event submission, and API key management.
Trust Decision Framework — built-in tier-based rules specifying when agents should delegate, transact, share data, or refuse based on the counterparty's T-Score and trust tier.
Backend audit — all 5 bugs in the original skill corrected: wrong field names (class → agentClass, name → label), missing agentClass values (research, service), agentId integer requirement, and stale manus.space base URL replaced with www.axistrust.io.
All curl examples updated to use the correct tRPC v11 superjson input wrapper (input={"json":{...}}) — the previous format returned BAD_REQUEST errors.
trust.addEvent procedure fully documented — includes all 13 event type enum values, required and optional fields, and a working curl example.