aixbt-pulse

Solid

Cross-domain market pulse from AIXBT's free grounding endpoint — crypto, macro, tradfi, geopolitics. Refreshes taxonomy references (clusters, chains) as a bonus.

AI & Automation 508 stars 166 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Pull AIXBT's free-tier signal and fold it into the operator's market context. Free tier gives three endpoints, no key, no account: - `/v2/grounding` — the real prize. Cross-domain market context (crypto / macro / tradfi / geopolitics), 12h rolling window, regenerated often. - `/v2/clusters` — 46 crypto sub-community taxonomies with sentiment + ideology notes. Reference data. - `/v2/projects/chains` — ~150 chain slugs AIXBT indexes. Reference data. Everything else on AIXBT is paid ($10/day via x402). This skill maxes out the free surface. Read `memory/MEMORY.md` for context. Read `memory/topics/aixbt-grounding.md` (if it exists) to diff against the last pull — we want to surface *what's new* since last run, not just restate the feed. ## Sandbox note All three endpoints are unauthenticated. Plain curl from the sandbox should work. If any curl returns empty or errors, fall back to **WebFetch** on the same URL — WebFetch bypasses the sandbox and the free endpoints don't need auth headers. ## Steps 1. **Fetch grounding.** This is the freshest cross-domain context AIXBT ships. ```bash curl -s "https://api.aixbt.tech/v2/grounding" > /tmp/aixbt-grounding.json ``` If curl fails or the file is empty/non-JSON, use WebFetch on `https://api.aixbt.tech/v2/grounding` and extract the JSON payload. Expected shape: ```json { "status": 200, "data": { "createdAt": "2026-04-21T19:00:31Z", "windowHours": 12, "sections": { "crypto...

Details

Author
aaronjmars
Repository
aaronjmars/aeon
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category