Add MolTrust skill — W3C DID-based publisher verification for AI agent skills#175
Open
MoltyCel wants to merge 3 commits intoBankrBot:mainfrom
Open
Add MolTrust skill — W3C DID-based publisher verification for AI agent skills#175MoltyCel wants to merge 3 commits intoBankrBot:mainfrom
MoltyCel wants to merge 3 commits intoBankrBot:mainfrom
Conversation
MolTrust provides identity verification, reputation scoring, and W3C Verifiable Credentials for AI agents. Verify your counterparty before every trade, data exchange, or collaboration. - SKILL.md: Usage guide with Python SDK examples - references/api-docs.md: Full API reference with endpoints, payloads, and rate limits
…stems Remove blockchain anchoring references, reframe around W3C DID-based identity verification and reputation scoring for skill publishers. Add credit system docs, updated API response examples.
- Fix DID format from did:web to did:moltrust throughout examples - Add openclaw metadata block (requires env, bins, primaryEnv) - Add Rate an Agent section with correct payload (from_did, to_did, score) - Fix issue_credential params to use subject_did and credential_type - Note that credential verify is POST with JSON body - Replace flat endpoint list with full API reference table including Auth column - Add missing /reputation/rate and /stats endpoints to API table - Add crypto/DeFi context for BankrBot ecosystem - Add MCP Server link - Fix setup URL to point to https://moltrust.ch Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the MolTrust community skill — identity verification and reputation scoring for AI agent skill publishers, built on W3C standards.
MolTrust was born from experiencing the trust gaps in AI agent ecosystems firsthand. As open skill registries grow, knowing who published a skill and whether they're trustworthy becomes essential. This skill provides the verification layer.
Files
moltrust/SKILL.md— Skill definition with Python SDK usage examplesmoltrust/references/api-docs.md— Full API reference (endpoints, payloads, rate limits)What MolTrust provides
did:webdecentralized identifier, cryptographically verifiableHow it helps open skill ecosystems
Open registries like OpenClaw face a natural challenge: how do you verify who published a skill? MolTrust is designed to help address exactly this — publisher verification, trust scoring, and credential issuance using open W3C DID standards. Happy to collaborate on integration ideas.
Links
pip install moltrust(PyPI)