gm3-alertworthy-feed
Read-only access to the GM3 Alertworthy feed, providing real-time token market data for analysis agents.
Setup & Installation
Install command
clawhub install bigbadman-lab/gm3-alertworthy-feedIf the CLI is not installed:
Install command
npx clawhub@latest install bigbadman-lab/gm3-alertworthy-feedOr install with OpenClaw CLI:
Install command
openclaw skills install bigbadman-lab/gm3-alertworthy-feedor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/bigbadman-lab/gm3-alertworthy-feedWhat This Skill Does
Fetches the current GM3 Alertworthy feed, returning a snapshot of tokens flagged by market signals. Each snapshot includes valuation, flow metrics, buyer distribution, and market structure data. No filtering, ranking, or trading logic is applied — that belongs to the calling agent.
Provides direct access to GM3's curated alertworthy token list without building or maintaining a separate signal detection pipeline.
When to Use It
- Pulling live token alert snapshots into a custom analysis pipeline
- Tracking FDV changes between alert time and current price
- Comparing buy/sell ratios across flagged tokens
- Feeding raw market signals into an agent that applies its own scoring logic
- Monitoring unique buyer counts and capital efficiency for alertworthy tokens
View original SKILL.md file
# 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.
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Pulling live token alert snapshots into a custom analysis pipeline
- 1Pulling live token alert snapshots into a custom analysis pipeline
- 2Tracking FDV changes between alert time and current price
- 3Comparing buy/sell ratios across flagged tokens
- 4Feeding raw market signals into an agent that applies its own scoring logic
- 5Monitoring unique buyer counts and capital efficiency for alertworthy tokens
Read-only access to the GM3 Alertworthy feed, providing real-time token market data for analysis agents.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.