← Back to Skills Marketplace
domilin

marsbit-news-skill

by xinyi-drink · GitHub ↗ · v1.0.7
darwinlinuxwin32 ✓ Security Clean
350
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install marsbit-news-skill
Description
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,...
Usage Guidance
This skill appears to do what it says: it uses curl to POST queries to MarsBit's hosted MCP at https://www.marsbit.co/api/mcp and returns news data. Before installing, decide whether you trust marsbit.co to receive the content of your queries (the skill will send whatever you ask to that server). Confirm curl is acceptable to install on your system. If you prefer, install from the referenced GitHub repo and inspect the files locally; watch for the minor package.json mismatch (it requests a 'read' tool that the SKILL.md does not use). Avoid sending sensitive data through this skill if you do not trust the remote service.
Capability Analysis
Type: OpenClaw Skill Name: marsbit-news-skill Version: 1.0.7 The skill is designed to fetch news and flash data from `marsbit.co` using `curl` to interact with a specific MCP API endpoint, which aligns with its stated purpose. While `package.json` declares `exec` and `read` capabilities, the `SKILL.md` instructions for the AI agent's runtime behavior only leverage `exec` for benign `curl` commands targeting `https://www.marsbit.co/api/mcp`. There are no instructions for the agent to use the `read` tool, exfiltrate data, establish persistence, or perform any other actions indicative of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description claim fetching MarsBit news via an MCP endpoint, and the runtime instructions only require curl to POST to https://www.marsbit.co/api/mcp — this matches the stated purpose. The declared brew install of curl is proportionate.
Instruction Scope
SKILL.md instructs the agent to POST JSON to the MarsBit MCP endpoint and parse returned JSON. It does not ask the agent to read local files or environment variables. Note: user queries and any context the agent includes will be transmitted to the third-party endpoint (marsbit.co), so sensitive content may be sent off-host.
Install Mechanism
Install spec is a brew formula for curl (well-known package). The README also documents a GitHub clone installation path (GitHub is a common source). No downloads from unknown/personal servers or archives are required by the primary install path.
Credentials
The skill requires no environment variables or credentials, which is appropriate. One minor inconsistency: package.json declares OpenClaw tools dependency ["exec", "read"] — exec is expected because the agent will run curl, but read is not used in SKILL.md and therefore appears unnecessary.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does not attempt to modify system-wide or other-skill configuration in the provided instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install marsbit-news-skill
  3. After installation, invoke the skill by name or use /marsbit-news-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
- Added a README.md file with instructions for installing the skill directly from GitHub. - Provided example commands for cloning and copying the skill for manual installation. - No changes to core features or functionality.
v1.0.6
Version 1.0.6 - No file or content changes detected in this release. - All features and documentation remain the same as the previous version.
v1.0.5
- No code or documentation changes detected in this release. - Version number updated to 1.0.5 for tracking purposes.
v1.0.4
- Renamed the skill from "opennews" to "marsbit-opennews". - Updated the ClawHub upload path to use `marsbit-co/skills/opennews` instead of `openclaw-skill/opennews`. - No changes to core functionality or usage instructions.
v1.0.2
- Updated skill metadata version to 1.3.1. - MCP endpoint configuration simplified; now only supports the hosted endpoint, not local/dev overrides. - Documentation and usage instructions updated for clarity and consistency. - No change to functional commands or implementation. - No file content changes detected.
v1.0.1
Major update: Skill now uses the hosted MarsBit MCP endpoint instead of direct MarsBit APIs. - Integrated new MCP endpoint (https://www.marsbit.co/api/mcp) for all MarsBit news and flash queries. - No API token is required; works immediately after installation. - Updated all tool call examples and runtime rules to use MCP’s JSON-RPC and header requirements. - Unified tool invocation and added error handling/response parsing instructions. - Added optional local/dev endpoint override. - Clarified upload and backend architecture alignment instructions.
v1.0.0
MarsBit Open News Skill 1.0.0: Initial Release - Introduces crypto news and flash retrieval from MarsBit via open, read-only APIs. - Supports latest news, keyword/topic/coin search, channel filtering, and individual news detail lookup. - Enables fast flash updates and flash search. - Requires an OPENNEWS_TOKEN for all API calls. - Provides example curl commands for each operation.
Metadata
Slug marsbit-news-skill
Version 1.0.7
License
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is marsbit-news-skill?

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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 350 downloads so far.

How do I install marsbit-news-skill?

Run "/install marsbit-news-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is marsbit-news-skill free?

Yes, marsbit-news-skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does marsbit-news-skill support?

marsbit-news-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created marsbit-news-skill?

It is built and maintained by xinyi-drink (@domilin); the current version is v1.0.7.

💬 Comments