← All skills
Tencent SkillHub · Data Analysis

GM3 Alertworthy Feed

Read-only access to the GM3 Alertworthy feed, providing real-time token market data for analysis agents.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Read-only access to the GM3 Alertworthy feed, providing real-time token market data for analysis agents.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

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.

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc