← Back to Skills Marketplace
1424
Downloads
0
Stars
14
Active Installs
1
Versions
Install in OpenClaw
/install crypto-news
Description
获取律动 BlockBeats 最新的加密货币、Web3 及 AI 行业快讯。
README (SKILL.md)
BlockBeats 行业快讯抓取
当用户询问最新的 Web3 行业新闻、特定币种动态或需要快讯追踪时,请使用本技能。
执行方式
本技能使用原生的 Node.js 脚本执行,完全开源透明,无需额外安装依赖。 你需要通过环境变量向脚本传递用户请求的参数:
NEWS_SIZE:获取的条数(默认 10)。NEWS_PAGE:页码(默认 1)。NEWS_TYPE:快讯类别(如 'AI', 'DeFi', 'NFT',不填则获取全部)。
执行命令示例:
NEWS_SIZE="5" NEWS_TYPE="AI" node index.js
Usage Guidance
该技能看起来是按说明直接用 BlockBeats 的 API 拉取新闻:在安装前确认你愿意向此技能提供 BLOCKBEATS_API_KEY(只要用于新闻 API 即可)。注意保证该 API key 权限最小化并存放在受信任的环境变量容器中;确认运行环境的 Node 版本支持全局 fetch(Node 18+),以免运行失败。如果你对 api.theblockbeats.news 的合法性或 key 的权限有疑问,先在受控环境中测试或向 BlockBeats 官方确认。
Capability Analysis
Type: OpenClaw Skill
Name: crypto-news
Version: 1.0.0
The skill is designed to fetch crypto news from the BlockBeats API. It securely handles an API key from environment variables (`BLOCKBEATS_API_KEY`) and passes user-specified parameters (`NEWS_SIZE`, `NEWS_PAGE`, `NEWS_TYPE`) via environment variables to the `index.js` script. The script makes a standard HTTPS `fetch` request to a hardcoded domain (`api.theblockbeats.news`) and outputs formatted Markdown. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` that would lead to harmful agent behavior. All actions are aligned with the stated purpose.
Capability Assessment
Purpose & Capability
名字和描述是抓取律动 BlockBeats 的快讯;所需的 node 二进制和 BLOCKBEATS_API_KEY 环境变量与该目的直接匹配,没有请求与功能不相关的权限或凭证。
Instruction Scope
SKILL.md 明确要求通过环境变量传入分页/类型参数并运行 index.js;index.js 只读取 BLOCKBEATS_API_KEY 和 NEWS_* 参数,并向 api.theblockbeats.news 发起请求,未读取其他系统文件或额外环境变量,也未向未知第三方上报数据。
Install Mechanism
无安装规范(instruction-only)且仅依赖已安装的 node,未下载或安装任何远程代码包或可疑二进制。
Credentials
仅要求 BLOCKBEATS_API_KEY(用于 Authorization header)和运行时的 NEWS_* 参数;请求的凭证数量与功能复杂度相称,未要求 unrelated secrets。
Persistence & Privilege
技能未声明 always: true,默认允许模型调用(平台默认行为);技能也不修改其他技能或系统配置,权限范围有限。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crypto-news - After installation, invoke the skill by name or use
/crypto-news - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of blockbeats-news skill:
- Fetches the latest cryptocurrency, Web3, and AI industry news from BlockBeats.
- Allows users to filter news by type (e.g., AI, DeFi, NFT) and specify number of items and page.
- Executes via a native Node.js script using environment variables.
- Does not require additional dependencies; fully open-source and transparent.
Metadata
Frequently Asked Questions
What is Crypto News?
获取律动 BlockBeats 最新的加密货币、Web3 及 AI 行业快讯。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1424 downloads so far.
How do I install Crypto News?
Run "/install crypto-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crypto News free?
Yes, Crypto News is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Crypto News support?
Crypto News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crypto News?
It is built and maintained by freedom (@xuzipeng); the current version is v1.0.0.
More Skills