marsbit-opennews
Fetch MarsBit news and flash data through the hosted MCP route in marsbit-co. Use this for latest news, channel lookup, keyword search, detail, related news, and flash updates.
Why use this skill?
Integrate real-time cryptocurrency news and flash data into your AI agents with the MarsBit OpenNews MCP skill. Easy installation, real-time insights.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/domilin/marsbit-news-skillWhat This Skill Does
The MarsBit OpenNews skill integrates directly with the MarsBit ecosystem to provide real-time updates on cryptocurrency, blockchain news, and market flash data. It leverages the Model Context Protocol (MCP) to interact with hosted APIs, ensuring that your AI agent always has access to the most recent industry reporting. Whether you are tracking price-sensitive news or searching for long-form analyses on specific tokens, this skill acts as a bridge between the agent and professional crypto journalism.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Execute the following command in your terminal to pull the repository:
clawhub install openclaw/skills/skills/domilin/marsbit-news-skill
Ensure that your agent has network access to reach https://www.marsbit.co/api/mcp. No additional API keys are required as it utilizes a public hosted endpoint.
Use Cases
This skill is highly effective for market researchers, traders, and crypto enthusiasts who need to stay updated without manually checking news portals.
- Market Analysis: Fetch the latest market news to correlate price movements with fundamental events.
- Trend Discovery: Use the keyword search functionality to track sentiment or specific project updates like 'Bitcoin' or 'Ethereum'.
- Deep Dives: Retrieve specific article details using unique IDs for comprehensive reading, and use the related news tool to find context or conflicting reports on the same topic.
Example Prompts
- "Check the latest news on MarsBit and summarize the top 3 stories for me."
- "Search for all recent news regarding Ethereum and give me a brief overview of the top results."
- "Get related news for the article with ID 20260304151610694513 to see what else is being reported on this topic."
Tips & Limitations
- Connectivity: Always verify the MCP protocol version
2025-11-25is supported if you encounter handshake issues. - Parsing: Note that the tool returns raw JSON inside the response text; ensure your logic chains effectively parse the inner
result.content[0].textto display user-friendly output. - Error Handling: If a fetch fails, the skill will return a
success: falseflag. Use this signal to gracefully prompt the user to refine their keyword search or request a different category. - Limitations: This skill relies on the availability of the external MarsBit API. If the service is down, news fetching will be unavailable.
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-domilin-marsbit-news-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api