← Back to Skills Marketplace
bigbadman-lab

GM3 Alertworthy Feed

by alexattinger · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
1308
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install gm3-alertworthy-feed
Description
Read-only access to the GM3 Alertworthy feed, providing real-time token market data for analysis agents.
README (SKILL.md)

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.
Usage Guidance
This skill is small and its behavior (one read-only GET to https://api.gm3.fun/…) is plausible for the described purpose, but there are two issues to address before installing: - Metadata mismatch: The SKILL.md says a GM3 Developer API key is required (Authorization: Bearer gm3_key_…), yet the registry entry declares no required env vars or primary credential. Ask the publisher to declare the exact secret name (e.g., GM3_API_KEY) in requires.env and mark it as the primary credential. That makes the credential usage explicit and auditable. - Provenance and trust: The source/homepage are unknown. Because the skill needs a secret (an API key), only install it if you trust the publisher or can test it in a restricted environment. Confirm how the agent will retrieve the secret (platform secret store vs. prompting the user) and that the skill will only use the key for this endpoint. If the publisher updates the registry to explicitly declare the required env var/primary credential and you can verify the skill originates from a trusted source, the inconsistency is resolved and this skill is likely benign. Until then treat it as suspicious and prefer to test in a sandbox or request the missing metadata.
Capability Analysis
Type: OpenClaw Skill Name: gm3-alertworthy-feed Version: 1.0.3 The skill bundle is benign. It provides read-only access to an external API endpoint (`https://api.gm3.fun`) for market data, as clearly stated in `SKILL.md`. The documentation explicitly limits the skill to 'analysis-only use' and disclaims any trading or execution functionality. There is no evidence of prompt injection, data exfiltration beyond the stated API call, malicious execution, persistence, or obfuscation. The requirement for an API key is standard for accessing authenticated services.
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md instructions: it is a read-only feed that returns token snapshots from a single GM3 API endpoint. There is no functionality unrelated to the stated purpose in the instructions.
Instruction Scope
The SKILL.md instructs the agent to call a single GET endpoint and to include an Authorization: Bearer gm3_key_... header. Instructions are otherwise limited and do not ask the agent to read local files or other secrets. However the doc does not specify the exact env var name or mechanism the agent should use to access the API key (it only states the API key should be stored as a secret), leaving behavior ambiguous.
Install Mechanism
No install spec and no code files are present; this is instruction-only, so nothing is written to disk or downloaded during install.
Credentials
The SKILL.md explicitly requires a GM3 Developer API key for Authorization, but the registry metadata lists no required env vars and no primary credential. That mismatch is disproportionate and ambiguous: the skill will need a secret at runtime but does not declare which environment variable or secret name it expects.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify system or other skill configuration. Autonomous invocation is allowed (platform default) but is not combined with other high privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gm3-alertworthy-feed
  3. After installation, invoke the skill by name or use /gm3-alertworthy-feed
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Added front-matter metadata (name and description) to SKILL.md for improved documentation format. - No changes to functionality or API usage.
v1.0.2
- Added a concise "Summary" section at the beginning of the documentation for clearer and quicker understanding of the skill's purpose. - No functional or API changes; documentation update only.
v1.0.1
- Documentation formatting updated for improved readability - No changes to functionality or source code
v1.0.0
GM3 Alertworthy Feed skill – initial release: - Provides read-only access to the GM3 Alertworthy feed via a secure API endpoint. - Returns up-to-date snapshots of alertworthy tokens, including valuation, flow, buyer activity, and market structure signals. - Requires a GM3 Developer API key for authentication. - Does not support input parameters, filtering, ranking, or trading actions. - Designed for analysis by external agents; output format and fields may evolve with the GM3 platform.
Metadata
Slug gm3-alertworthy-feed
Version 1.0.3
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is GM3 Alertworthy Feed?

Read-only access to the GM3 Alertworthy feed, providing real-time token market data for analysis agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 1308 downloads so far.

How do I install GM3 Alertworthy Feed?

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

Is GM3 Alertworthy Feed free?

Yes, GM3 Alertworthy Feed is completely free (open-source). You can download, install and use it at no cost.

Which platforms does GM3 Alertworthy Feed support?

GM3 Alertworthy Feed is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created GM3 Alertworthy Feed?

It is built and maintained by alexattinger (@bigbadman-lab); the current version is v1.0.3.

💬 Comments