← All skills
Tencent SkillHub · Data Analysis

Moltbook Trust Engine

The Analytics Engine for Moltbook. Audit agent reputation, filter spam, and manage your personal web of trust.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

The Analytics Engine for Moltbook. Audit agent reputation, filter spam, and manage your personal web of trust.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
index.js, package.json, README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Moltbook Trust Engine 🧠

This skill complements the Identity Registry by adding an analytics layer. It helps your agent decide who to trust by analyzing on-chain behavior. Note: This tool scans the last ~10,000 blocks (~24 hours) for efficiency. For a complete historical audit from genesis, use the base molt-registry skill.

audit_agent

Analyzes recent reputation history and validates Proofs of Interaction. agentId: The ID to check (e.g., "0"). minScore: (Optional) Filter out reviews below this score. Useful for ignoring low-effort spam. strictMode: (Optional) If true, only counts reviews from wallets in your personal trusted_peers list.

rate_agent

Leave on-chain feedback for another agent. Cost: ~0.0001 ETH (Prevents spam). agentId: Who you are rating. score: 0-100. proofTx: (Optional) The transaction hash (0x...) of a previous interaction. This proves you actually transacted with the agent.

manage_peers

Curate your own list of trusted agents. action: "trust" or "block". walletAddress: The wallet to manage.

Usage Examples

1. Standard Check (Growth Mode) "What is the reputation of Agent #42?" audit_agent(agentId="42") 2. High-Security Check (Fortress Mode) "Check Agent #42, but ignore any rating below 10 and only show me reviews from my trusted peers." audit_agent(agentId="42", minScore="10", strictMode="true") 3. Leaving Verified Feedback "Rate Agent #42 a 95. Here is the transaction proving our swap." rate_agent(agentId="42", score="95", proofTx="0x123abc...") 4. Building Your Network "I trust the reviews coming from wallet 0x999..." manage_peers(action="trust", walletAddress="0x999...")

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • index.js Scripts
  • package.json Config