LLM skill for MetEngine's x402 pay-per-request analytics API across:
- Polymarket
- Hyperliquid
- Meteora
The repo is structured for progressive disclosure so agents load minimal context first, then fetch only the docs needed for the active platform.
SKILL.md: compact orchestrator instructions and loading rulesagents/openai.yaml: listing metadata for skill directories/UIsreferences/docs-index.json: machine-readable routing mapreferences/docs-index.md: human-readable routing guidereferences/core-runtime.md: minimal runtime payment flowreferences/core-extended.md: advanced/troubleshooting detailsreferences/polymarket-endpoints.md: Polymarket endpoint referencereferences/hyperliquid-endpoints.md: Hyperliquid endpoint referencereferences/meteora-endpoints.md: Meteora endpoint reference
- Keep always-loaded skill context small
- Route queries to one platform doc by default
- Support remote raw-doc loading from GitHub when skill is installed elsewhere
- Preserve strict output rule: never truncate addresses/IDs
- Open
SKILL.md. - Load
references/docs-index.json. - Load
references/core-runtime.md. - Load exactly one platform file based on user intent.
https://raw.githubusercontent.com/MetEngine/skill/main/references/docs-index.jsonhttps://raw.githubusercontent.com/MetEngine/skill/main/references/core-runtime.mdhttps://raw.githubusercontent.com/MetEngine/skill/main/references/core-extended.mdhttps://raw.githubusercontent.com/MetEngine/skill/main/references/polymarket-endpoints.mdhttps://raw.githubusercontent.com/MetEngine/skill/main/references/hyperliquid-endpoints.mdhttps://raw.githubusercontent.com/MetEngine/skill/main/references/meteora-endpoints.md