Marsbit News
Skill by archjian
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/archjian/marsbit-newsWhat This Skill Does
The Marsbit News skill for OpenClaw is a powerful integration designed to bridge the gap between real-time crypto market intelligence and your AI agent. By interfacing directly with the Marsbit media platform, this skill allows your agent to pull, search, and analyze the latest happenings in the Web3, blockchain, and cryptocurrency ecosystems. It provides a structured data stream of market news, deep-dive articles, and rapid-fire flash updates, ensuring your agent is always equipped with the most current industry information. The skill supports granular queries, enabling the retrieval of specific article content using unique IDs, as well as broader keyword-based searches to track trending topics like DeFi, NFTs, or specific asset movements.
Installation
To install this skill, use the following command in your OpenClaw CLI:
clawhub install openclaw/skills/skills/archjian/marsbit-news
Once installed, the skill will register its API endpoints automatically with your agent, allowing it to interpret natural language requests related to market news and execute the underlying API calls to https://api.marsbit.co/info/ai without manual intervention.
Use Cases
This skill is perfect for traders, developers, and crypto enthusiasts who need to maintain situational awareness. Use it to build an automated morning briefing for market trends, create a monitoring dashboard for specific blockchain keywords, or fetch detailed content from recent headlines for further summarization and research. It effectively turns your AI agent into a dedicated financial research assistant.
Example Prompts
- "What is the latest news in the crypto market today? Give me the top 5 stories."
- "Search for recent articles related to Ethereum and summarize the key points for me."
- "Check for the latest flash updates and highlight any major movements in the market."
Tips & Limitations
The Marsbit News skill relies on external API calls; therefore, ensure your agent has network access permissions configured. When searching for news, using specific keywords like 'Bitcoin' or 'Layer 2' will yield better results than broad terms. Note that while article summaries are available via list endpoints, you should chain these with the get_article_detail tool if you require the full text or deep analysis, as the primary list endpoints focus on metadata for performance efficiency.
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-archjian-marsbit-news": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api