messari-ai-api

star 1

Use when tasks require Messari AI/OpenAI-compatible endpoint calls with bearer auth and account-level capability checks.

1sh1ro By 1sh1ro schedule Updated 2/28/2026

name: messari-ai-api description: "Use when tasks require Messari AI/OpenAI-compatible endpoint calls with bearer auth and account-level capability checks."

Messari AI API

Use this skill for Messari AI/OpenAI-compatible requests.

When to use

  • The task needs Messari AI endpoints.
  • You have a Messari API key.

Quick start

export MESSARI_API_KEY="..."
python3 scripts/messari_request.py /ai/post-openai-chat-completions   --method POST --json '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"hi"}]}' --pretty

Workflow

  1. Set MESSARI_API_KEY.
  2. Send bearer-auth requests.
  3. Capture plan/auth errors as capability blocks.

References

  • references/access.md
Install via CLI
npx skills add https://github.com/1sh1ro/xprepo --skill messari-ai-api
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator