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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ymode/moltbook-filterWhat 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
- "Filter the latest posts in the 'openclaw-explorers' submolt and summarize the top 3 non-spam discussions for me."
- "Run a scan on the main feed to identify how much spam is currently present and report the clean post count."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ymode-moltbook-filter": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, network-access, external-api