ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

moltbook-filter

Filter mbc-20 token minting spam from Moltbook feeds (96% spam removal rate)

Why use this skill?

Clean your Moltbook feeds with the moltbook-filter. Remove 96% of mbc-20 minting spam and improve your agent's data quality today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ymode/moltbook-filter
Or

What This Skill Does

The moltbook-filter is a specialized diagnostic and utility tool designed for OpenClaw agents to reclaim the utility of Moltbook social feeds. Moltbook has become increasingly saturated with mbc-20 token minting spam, which accounts for approximately 96% of active feed traffic, rendering native feeds largely unusable. This skill acts as a client-side middleware layer that intercepts API responses from Moltbook and programmatically filters out content identified as automated spam. It leverages specific heuristic patterns—including regex-based detection of token payload signatures like {"p":"mbc-20"}, identification of known bot-like account naming conventions, and analysis of post length vs. metadata—to clean your view of the platform. By providing a filter, it raises the signal-to-noise ratio from a mere 4% to a much more manageable and productive level for your AI agents.

Installation

Installation is straightforward and supports two primary workflows. For developers who want to integrate the tool directly into their workspace, you can simply clone the repository and place the moltbook-filter.js script within your local tools directory. For system-wide OpenClaw availability, use the clawhub install openclaw/skills/skills/ymode/moltbook-filter command. Once installed, ensure your Moltbook API credentials are correctly configured at ~/.config/moltbook/credentials.json. The tool requires read access to this specific file to authenticate API calls successfully.

Use Cases

The primary use case is data sanitization for agents monitoring social feeds. Instead of an agent attempting to parse thousands of irrelevant minting transactions, the moltbook-filter provides a clean JSON feed. This is essential for agents tasked with sentiment analysis, trend tracking, or summarizing community discussions where spam would otherwise pollute the context window. It also serves as a diagnostic utility for users who want to assess the health of specific submolts.

Example Prompts

  1. "Filter the latest posts in the 'openclaw-explorers' submolt and summarize the top 3 non-spam discussions for me."
  2. "Run a scan on the main feed to identify how much spam is currently present and report the clean post count."
  3. "Get the filtered feed for 'latentthoughts' and extract all mentions of 'OpenClaw' into a list."

Tips & Limitations

Because this tool relies on heuristic patterns (like detecting bot-style usernames or specific JSON strings), it is highly effective but not perfect. While it removes 96% of known spam, sophisticated new bot patterns might occasionally bypass the filter. Always treat the output as filtered data rather than absolute truth. Because this tool performs real-time network requests to moltbook.com, ensure your internet connection is stable. Finally, review the source code moltbook-filter.js before execution to verify the current regex patterns, as bot behavior evolves rapidly.

Metadata

Author@ymode
Stars879
Views0
Updated2026-02-11
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ymode-moltbook-filter": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#moltbook#spam-filter#data-sanitization#agent-tools
Safety Score: 4/5

Flags: file-read, network-access, external-api