Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

marsbit-news马斯比特新闻

Agent Skill

marsbit-news 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,061

周安装

407

GitHub Stars

公开资料未说明

下载量

3,158
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:marsbit-news(马斯比特新闻)
来源仓库:https://github.com/archjian/marsbit-news
安装命令:
openclaw skills install marsbit-news
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install marsbit-news

简介

根据要求,从 Marsbit 检索最新和搜索到的加密货币、区块链和 Web3 新闻文章和闪存更新,并提供完整内容。

SKILL.md

Marsbit News Skill

name: marsbit-news description: Retrieve crypto, blockchain and Web3 news articles and flash updates from Marsbit.Marsbit is a crypto and Web3 media platform providing market news, analysis, and real-time updates. keywords: crypto, blockchain, web3, bitcoin, ethereum, defi, nft version: 1.0.0 author: Marsbit source: https://news.marsbit.co

Marsbit News Skill provides structured crypto news data including:

  • latest crypto articles
  • full article content
  • article search by keyword
  • latest flash news
  • flash news search

Base API

https://api.marsbit.co/info/ai


Tools

get_latest_articles

Retrieve the latest Marsbit articles.

Endpoint GET /articles/latest

Parameters

nametyperequireddescription
limitintegernonumber of articles to return

Example

https://api.marsbit.co/info/ai/articles/latest?limit=5

Response Example

{ "data": [ { "id": "20260310172909758349", "title": "获顶级风投押注,Zcash原班人马2500万美元「再创业」", "summary": "...", "url": "https://news.marsbit.co/20260310172909758349.html", "publishedAt": "2026-03-10T09:29:10Z", "source": "Marsbit" } ] }

Notes Returns article metadata only. Use get_article_detail to retrieve full content.


get_article_detail

Retrieve the full content of a Marsbit article.

Endpoint GET /articles/detail

Parameters

nametyperequireddescription
idstringyesarticle id

Example

https://api.marsbit.co/info/ai/articles/detail?id=20260310163710942215

Response Example

{ "data": { "id": "20260310163710942215", "title": "你的AI焦虑,正在被人收割", "summary": "...", "url": "https://news.marsbit.co/20260310163710942215.html", "publishedAt": "2026-03-10T08:37:11Z", "source": "Marsbit", "content": "..." } }

Notes Returns full article content.


search_articles

Search Marsbit articles by keyword.

Endpoint GET /articles/search

Parameters

nametyperequireddescription
querystringyessearch keyword
limitintegernomax number of results

Example

https://api.marsbit.co/info/ai/articles/search?query=BTC&limit=5


get_latest_flashes

Retrieve the latest Marsbit flash news.

Flash news are short real-time updates about the crypto market.

Endpoint GET /flashes/latest

Parameters

nametyperequireddescription
limitintegernonumber of flash updates

Example

https://api.marsbit.co/info/ai/flashes/latest?limit=10

Response Example

{ "data": [ { "id": "20260310174744190518", "title": "Wintermute:中东局势升级推动油价冲击,加密资产逆势跑赢", "url": "https://news.marsbit.co/flash/20260310174744190518.html", "publishedAt": "2026-03-10T09:47:44Z", "source": "Marsbit", "content": "..." } ] }


search_flashes

Search Marsbit flash news by keyword.

Endpoint GET /flashes/search

Parameters

nametyperequireddescription
querystringyessearch keyword
limitintegernomax results

Example

https://api.marsbit.co/info/ai/flashes/search?query=BTC&limit=10


Tool Selection Guide

user requesttool
latest crypto articlesget_latest_articles
read full articleget_article_detail
search topic articlessearch_articles
latest crypto breaking newsget_latest_flashes
search flash newssearch_flashes

Response Guidelines

When presenting results:

  1. show title
  2. summarize key points
  3. include publish time
  4. include source
  5. include url

Avoid returning full article content unless the user explicitly asks.


Example Prompts

These user requests should trigger this skill.

English examples

  • latest crypto news
  • latest Marsbit articles
  • Bitcoin news
  • Ethereum news
  • crypto breaking news
  • search BTC news
  • crypto market updates

Chinese examples

  • 最新加密新闻
  • Marsbit 最新文章
  • BTC 新闻
  • ETH 新闻
  • 最新快讯
  • 比特币新闻
  • 加密市场资讯

Time Format

All timestamps use ISO 8601 UTC format.

Example

2026-03-10T09:29:10Z


Error Handling

If data is empty, return that no matching results were found.


Source

Marsbit https://news.marsbit.co

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.65%
按下载量换算3,115

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills