Add MolTrust skill — trust layer for agent-to-agent verification#169
Add MolTrust skill — trust layer for agent-to-agent verification#169MoltyCel wants to merge 1 commit intoBankrBot:mainfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| - MOLTRUST_API_KEY | ||
| bins: | ||
| - curl | ||
| primaryEnv: MOLTRUST_API_KEY |
There was a problem hiding this comment.
Metadata key inconsistent with all existing skills
Medium Severity
The metadata namespace key is openclaw, but every other skill in the repository that defines metadata (bankr, neynar, qrcoin, veil, yoink) uses clawdbot as the key. If the consuming tool/parser looks for metadata.clawdbot, the skill's requirements (env, bins, primaryEnv) won't be recognized, meaning the MOLTRUST_API_KEY environment variable and curl binary dependency won't be validated before the skill is used.
|
Closing in favor of #175 which has the updated crypto-inclusive version. Thanks! |


Adds MolTrust skill for agent trust verification.
What it does:
Why: 380+ agents already registered organically via Moltbook. Agents need trust infrastructure to verify each other before interacting.
Note
Low Risk
Documentation-only addition introducing a new skill descriptor; no runtime code paths or security-critical logic are modified.
Overview
Introduces a new
moltrust/SKILL.mdskill with OpenClaw metadata requiringMOLTRUST_API_KEYandcurl.Documents MolTrust API usage for registering agents (DIDs), querying/issuing reputation and ratings, and issuing W3C Verifiable Credentials, including example
curlcommands and SDK links.Written by Cursor Bugbot for commit 9e851ce. This will update automatically on new commits. Configure here.