← Back to Skills Marketplace
jamesmenews

aimpact-crypto

by AIMPACT · GitHub ↗ · v0.8.1 · MIT-0
cross-platform ✓ Security Clean
90
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install aimpact-crypto
Description
AIMPACT Crypto 技能提供 Crypto 领域早报、晚报、热点新闻和精选内容,基于 AI 评分智能排序,支持定时推送。当用户说"查询 AIMPACT Crypto 早报"、"查询 AIMPACT Crypto 晚报"、"查询 Crypto 24H 热点榜"或"查询 Crypto 精选内容"时调用。
README (SKILL.md)

AIMPACT Crypto - Crypto 资讯助手

何时调用此技能

当用户说以下任一指令时,自动调用此技能:

  • "查询 AIMPACT Crypto 早报"
  • "查询 AIMPACT Crypto 晚报"
  • "查询 Crypto 24H 热点榜"
  • "查询 Crypto 精选内容"
  • "生成 Crypto 日报"

提供 Crypto 领域早报、晚报、热点新闻和精选内容,基于 AI 评分智能排序后推送。

安装后提示

✅ 安装成功!你可以通过以下方式获取 Crypto 资讯:

  • 📰 查询 AIMPACT Crypto 早报 - 每日上午精选(前一天 00:00 - 当天 12:00)
  • 🌙 查询 AIMPACT Crypto 晚报 - 每日晚间总结(当天 12:00 - 24:00)
  • 🔥 查询 Crypto 24H 热点榜 - 最近 24 小时影响力最高内容
  • 💎 查询 Crypto 精选内容 - Crypto 领域高质量资讯

你也可以直接说:"帮我查询 AIMPACT Crypto 早报"

功能

  • 提供 AIMPACT Crypto 早报、晚报、热点新闻榜
  • 基于 AI 评分智能排序,优先展示高价值内容
  • 按分类整理(DeFi/NFT/Layer2/监管/项目/市场)
  • 可选推送:基于 OpenClaw 已配置的 message 工具与渠道凭据,提供已配置渠道的推送能力
  • 去重:默认基于当前批次结果去重(标题或 ID)

使用方式

快捷指令(推荐)

告诉你的 AI 助手以下任一指令:

  • "查询 AIMPACT Crypto 早报"

    • 获取每日上午精选内容(前一天 00:00 - 当天 12:00,最多 10 条)
  • "查询 AIMPACT Crypto 晚报"

    • 获取每日晚间总结(当天 12:00 - 24:00,最多 10 条)
  • "查询 Crypto 24H 热点榜"

    • 获取最近 24 小时影响力最高内容(按 AI 评分降序,最多 10 条)
  • "查询 Crypto 精选内容"

    • 获取 Crypto 领域高质量资讯(最近 24 小时,最多 10 条)

定时推送(可选)

在 OpenClaw 外部配置 cron 任务:

前提说明:

  • 本技能不内置、不存储任何渠道凭据。
  • 如需推送,需在 OpenClaw 中预先配置 message 工具及渠道凭据。
  • 若未配置 message 或渠道凭据,则仅输出报告,不执行推送。

推荐时间:

  • 早报: 每日 12:00
  • 晚报: 每日 22:00
  • 热点: 每日 18:00

示例配置:

# Linux/macOS crontab
0 12 * * * openclaw agent --message "查询 AIMPACT Crypto 早报"
0 18 * * * openclaw agent --message "查询 Crypto 24H 热点榜"
0 22 * * * openclaw agent --message "查询 AIMPACT Crypto 晚报"

Windows 任务计划程序:

# 创建每日 12:00 早报任务
schtasks /create /tn "AIMPACT-Crypto早报" /tr "openclaw agent --message '查询 AIMPACT Crypto 早报'" /sc daily /st 12:00

🎯 数据源配置

当前启用信源

URL 类型 说明
MetaEra AI 快讯 https://agent.me.news/skill/flash/list?page=1&size=20 API 全量快讯(需筛选 Crypto 相关新闻)
Aimpact Crypto 新闻 https://agent.me.news/skill/aimpact/articles?page=1&size=20&category=crypto API AIMPACT 自有 Crypto 新闻流

信源策略:

  • 优先读取 MetaEra 全量快讯,并从结果中筛选 Crypto 相关新闻
  • 同步使用 AIMPACT Crypto 新闻作为主信源补充
  • 所有可用信源以 sources.md 为准
  • 新增信源时统一维护到 sources.md

分类体系

  • 💰 DeFi — 去中心化金融、协议、收益
  • 🎨 NFT — NFT 项目、市场、艺术品
  • 🔗 Layer2 — 扩容方案、Rollup、侧链
  • 🛡️ 监管/合规 — 政策法规、监管动态
  • 🚀 项目/融资 — 新项目、融资、合作
  • 📊 市场/数据 — 价格走势、链上数据、分析

配置

可在你的 TOOLS.md 中添加:

### AIMPACT Crypto 资讯
- 早报推送:12:00 (Asia/Shanghai)
- 晚报推送:22:00 (Asia/Shanghai)
- 热点推送:18:00 (Asia/Shanghai)
- 推送渠道:已配置渠道
- 内容数量:最多 10 条/次
- 排序规则:按 AI 评分降序

采集流程

  1. 读取配置:执行前先读取 sources.md,确认本次采集数据源清单
  2. 调用 API(优先 curlweb_fetch 兜底):按 sources.md 配置,优先使用 curl 调用 AIMPACT Crypto 数据源 API
    • MetaEra AI 快讯(curl,不带分类参数)
    • 从 MetaEra 全量快讯中筛选 Crypto 相关新闻
    • AIMPACT Crypto 新闻(curl
    • 仅当 curl 不可用或请求失败时,才使用 web_fetch 对同一 URL 兜底重试
  3. 提取字段:从 API 响应提取标题、摘要、链接、发布时间、AI 评分
  4. 时间过滤:根据查询类型过滤时间范围
    • 早报:前一天 00:00 - 当天 12:00
    • 晚报:当天 12:00 - 24:00
    • 热点:最近 24 小时
  5. 去重过滤:基于本次采集结果去重(按标题或 ID)
  6. 智能排序:按 AI 评分降序排序(如 API 提供)
  7. 分类标注:根据内容关键词补充分类标签(DeFi/NFT/Layer2 等)
  8. 筛选数量:选出 Top 10 条
  9. 格式化输出:严格按 format.md 格式化生成报告
  10. 推送分发:通过 message 工具推送到指定渠道(可选)

API 抓取规则(强约束)

  • sources.md 中所有 URL 均为 API endpoint,必须优先使用 curl 获取数据。
  • 仅当 curl 不可用或请求失败时,才允许使用 web_fetch 对同一 URL 兜底重试。
  • 仅允许请求 sources.md 白名单 URL,禁止改走公开网页搜索替代。
  • 失败时需返回 HTTP 状态码与错误摘要,不得直接改走公开网页搜索替代。

注意事项

  • 建议优先使用 curl 调用 API endpoint
  • web_fetch 仅作为兜底手段(curl 不可用或失败时)
  • 执行前必须读取 sources.md,并严格按其配置进行采集
  • 所有内容基于 AI 评分智能排序,优先展示高价值资讯
  • 输出格式以 format.md 为唯一标准,不得自行变更结构
  • 首次使用建议先手动触发,确认输出格式与推送渠道
  • 本技能不负责管理任何第三方渠道密钥,也不要求写入本地持久化存储
Usage Guidance
This skill appears coherent and implements exactly what it claims: fetching and formatting crypto news from the two API endpoints listed in sources.md and optionally sending reports to channels already configured in your OpenClaw message tool. Before installing, verify that you trust the data source domain (agent.me.news) in sources.md; if you do not want automatic pushes, do not configure message channels or test manually first. Ensure curl is available in your environment. If you need higher assurance, test the skill manually once to confirm the output and check network requests (to confirm they only go to the listed API endpoints).
Capability Analysis
Type: OpenClaw Skill Name: aimpact-crypto Version: 0.8.1 The skill is a standard cryptocurrency news aggregator that fetches data from specific API endpoints (agent.me.news) using curl or web_fetch. The instructions in SKILL.md and sources.md are strictly limited to gathering, filtering, and formatting news reports, with no evidence of data exfiltration, unauthorized command execution, or malicious prompt injection.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
Name/description (AIMPACT Crypto news, morning/evening reports, hot list) align with requirements: only the curl binary is required and the skill mainly reads the included sources.md and formats API responses. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs the agent to read sources.md, call the listed API endpoints (prefer curl, web_fetch only as fallback), extract fields, de-duplicate, sort by AI score, format per format.md, and optionally push via the message tool. All actions stay within the stated news-aggregation purpose. Note: it will contact the external agent.me.news API endpoints listed in sources.md.
Install Mechanism
No install spec and no code files; instruction-only skill (lowest install risk). It relies on an existing curl binary and optional platform tools (web_fetch, message) — no downloads or archive extraction.
Credentials
No environment variables or credentials are required by the skill itself. It optionally uses OpenClaw's message tool and whatever channel credentials the user has already configured; those credentials are not requested by the skill and are under the user's control.
Persistence & Privilege
always is false and the skill does not request system-wide changes or modify other skills. Autonomous invocation is allowed by default (normal for skills) but is not elevated here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aimpact-crypto
  3. After installation, invoke the skill by name or use /aimpact-crypto
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.8.1
Version 0.8.1 - 添加 version 字段到 SKILL.md,实现版本化描述 - 明确依赖要求,将 tools 依赖调整为 bins: [curl],只在可选项中保留 tools: [web_fetch, message] - 明确说明技能本身不内置或管理任何渠道凭据,推送能力依赖 OpenClaw 配置和 message 工具 - 去重逻辑修正为只针对本批次(非历史数据) - 优化定时推送与配置描述,使其明确仅调用已配置的 message 工具和渠道 - 增加“本技能不负责管理第三方渠道密钥,也不要求写入本地持久化存储”等使用限制说明
v0.8.0
AIMPACT Crypto 0.8.0 更新日志 - 新增详细 SKILL.md,全面说明功能、数据源、推送方式及采集流程 - 明确指令支持,包括早报、晚报、24H 热点榜及精选内容 - 采集严格依赖 sources.md 白名单 API,优先 curl 请求,web_fetch 兜底 - 支持 AI 评分智能排序、内容去重、分类标注和格式化 Top 10 输出 - 配置与 API 抓取流程显著规范化,支持定时定量多渠道推送
Metadata
Slug aimpact-crypto
Version 0.8.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is aimpact-crypto?

AIMPACT Crypto 技能提供 Crypto 领域早报、晚报、热点新闻和精选内容,基于 AI 评分智能排序,支持定时推送。当用户说"查询 AIMPACT Crypto 早报"、"查询 AIMPACT Crypto 晚报"、"查询 Crypto 24H 热点榜"或"查询 Crypto 精选内容"时调用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.

How do I install aimpact-crypto?

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

Is aimpact-crypto free?

Yes, aimpact-crypto is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does aimpact-crypto support?

aimpact-crypto is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created aimpact-crypto?

It is built and maintained by AIMPACT (@jamesmenews); the current version is v0.8.1.

💬 Comments