ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 5/5

gm3-alertworthy-feed

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bigbadman-lab/gm3-alertworthy-feed
Or

What This Skill Does

The gm3-alertworthy-feed skill provides OpenClaw agents with direct, read-only access to the GM3 Alertworthy token data stream. This feed serves as a real-time market intelligence layer, surfacing tokens that meet specific criteria for valuation, liquidity inflow, and unique buyer distribution. Unlike execution-based tools, this skill acts as a data pipeline, delivering raw market snapshots to the agent. By integrating this feed, your agent can monitor high-potential market movements without needing to manually scrape or poll third-party dashboards. It provides granular insights including Fully Diluted Valuation (FDV), net SOL inflows, buy-to-sell ratios, and capital efficiency metrics, allowing your agent to ingest and process market structure signals programmatically.

Installation

To integrate this skill into your OpenClaw environment, ensure you have the OpenClaw CLI configured. Run the following command in your terminal:

clawhub install openclaw/skills/skills/bigbadman-lab/gm3-alertworthy-feed

Once installed, you must configure your GM3 Developer API key. Add the key to your agent's secure environment variables under the key name 'GM3_API_KEY' to enable the Bearer token authorization required by the API.

Use Cases

  • Automated Market Research: Use the agent to ingest the feed every few minutes and summarize significant spikes in buy-to-sell ratios or unusual net inflows into new tokens.
  • Trend Discovery: Create a monitoring agent that triggers alerts in your communication channels whenever a token with a high 'unique_buyers' count hits the feed.
  • Portfolio Signal Analysis: Feed the raw data into an analytical model to filter tokens based on your specific risk profile, such as only looking at tokens with a specific FDV range.

Example Prompts

  1. "Check the current GM3 alertworthy feed and list the top 3 tokens by net_sol_inflow."
  2. "Analyze the latest GM3 data. Are there any tokens showing high buy-to-sell ratios and increasing unique buyer counts?"
  3. "Summarize the market structure of tokens in the alertworthy feed, highlighting any that have significant discrepancies between current FDV and FDV at initial alert."

Tips & Limitations

This skill is strictly for analysis and data retrieval. It does not possess any trading capabilities, meaning it cannot execute buys, sells, or swaps. It is a read-only bridge to market data. Because the GM3 platform is dynamic, the returned schema may evolve; ensure your agent's parsing logic is robust enough to handle optional or changing JSON fields. Always implement rate-limiting logic in your agent to avoid receiving a 429 error, as the API enforces strict request quotas. Lastly, treat this data as one component of a broader multi-factor analysis strategy rather than an exclusive source of truth for investment decisions.

Metadata

Stars4473
Views2
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bigbadman-lab-gm3-alertworthy-feed": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#market-data#crypto#analysis#trading-intelligence
Safety Score: 5/5

Flags: external-api