GM3 Alertworthy Feed
/install gm3-alertworthy-feed
GM3 Alertworthy Feed
--
Overview
This skill provides read-only access to the GM3 Alertworthy feed.
It returns the current snapshot of alertworthy tokens, including valuation, flow, buyer distribution, and market structure signals. The skill is designed to be used by analysis agents that apply their own filtering and decision logic on top of the raw GM3 data.
This skill does not perform filtering, ranking, or trading actions.
Endpoint
GET
https://api.gm3.fun/functions/v1/gm3-api/v1/paid/alertworthy
Authentication
This skill requires a GM3 Developer API key.
Requests must include the following header:
Authorization: Bearer gm3_key_...
The API key should be stored as a secret and never exposed in client-side code.
Headers
Accept: application/json
Inputs
This endpoint does not accept input parameters.
Output
The response is a JSON object containing a data array of alertworthy token snapshots.
Each item may include fields such as:
- mint
- rank
- fdv_usd (current FDV)
- fdv_at_alert (FDV at first alert)
- net_sol_inflow
- buy_ratio
- buy_count / sell_count
- unique_buyers
- capital_efficiency
- market structure flags
- timestamps
The exact fields returned are subject to change as the GM3 platform evolves.
Errors
- 401 Unauthorized – Invalid or revoked API key, or entitlement expired
- 429 Too Many Requests – Rate limited
- 500 / 503 – Temporary server error
Notes
- This skill is intended for analysis-only use.
- Strategy logic, filtering, and decision-making should be implemented at the agent level.
- No trading or execution functionality is provided by this skill.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gm3-alertworthy-feed - 安装完成后,直接呼叫该 Skill 的名称或使用
/gm3-alertworthy-feed触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GM3 Alertworthy Feed 是什么?
Read-only access to the GM3 Alertworthy feed, providing real-time token market data for analysis agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1308 次。
如何安装 GM3 Alertworthy Feed?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gm3-alertworthy-feed」即可一键安装,无需额外配置。
GM3 Alertworthy Feed 是免费的吗?
是的,GM3 Alertworthy Feed 完全免费(开源免费),可自由下载、安装和使用。
GM3 Alertworthy Feed 支持哪些平台?
GM3 Alertworthy Feed 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GM3 Alertworthy Feed?
由 alexattinger(@bigbadman-lab)开发并维护,当前版本 v1.0.3。