mit einem Klick
dexscreener-openapi-skill
// Operate DexScreener public market data APIs through UXC with a curated OpenAPI schema, no-auth setup, and read-first guardrails.
// Operate DexScreener public market data APIs through UXC with a curated OpenAPI schema, no-auth setup, and read-first guardrails.
| name | dexscreener-openapi-skill |
| description | Operate DexScreener public market data APIs through UXC with a curated OpenAPI schema, no-auth setup, and read-first guardrails. |
Use this skill to run DexScreener public market data operations through uxc + OpenAPI.
Reuse the uxc skill for shared execution, auth, and error-handling guidance.
uxc is installed and available in PATH.https://api.dexscreener.com.https://raw.githubusercontent.com/holon-run/uxc/main/skills/dexscreener-openapi-skill/references/dexscreener-public.openapi.jsonThis skill covers a read-first DexScreener surface for:
This skill does not cover:
DexScreener public reads in this skill do not require authentication.
Use the fixed link command by default:
command -v dexscreener-openapi-cliuxc link dexscreener-openapi-cli https://api.dexscreener.com --schema-url https://raw.githubusercontent.com/holon-run/uxc/main/skills/dexscreener-openapi-skill/references/dexscreener-public.openapi.jsondexscreener-openapi-cli -hInspect operation schema first:
dexscreener-openapi-cli get:/token-profiles/latest/v1 -hdexscreener-openapi-cli get:/latest/dex/search -hdexscreener-openapi-cli get:/latest/dex/pairs/{chainId}/{pairId} -hdexscreener-openapi-cli get:/tokens/v1/{chainId}/{tokenAddresses} -hPrefer narrow reads before broader scans:
dexscreener-openapi-cli get:/token-profiles/latest/v1dexscreener-openapi-cli get:/token-boosts/latest/v1dexscreener-openapi-cli get:/latest/dex/search q=solanaExecute with key/value parameters:
dexscreener-openapi-cli get:/latest/dex/pairs/{chainId}/{pairId} chainId=solana pairId=GgzbfpKtozV6Hyiahkh2yNVZBZsJa4pcetCmjNtgEXiMdexscreener-openapi-cli get:/tokens/v1/{chainId}/{tokenAddresses} chainId=solana tokenAddresses=So11111111111111111111111111111111111111112get:/token-profiles/latest/v1get:/token-boosts/latest/v1get:/token-boosts/top/v1get:/latest/dex/searchget:/latest/dex/pairs/{chainId}/{pairId}get:/tokens/v1/{chainId}/{tokenAddresses}--text.ok, kind, protocol, data, error.q focused to a token, pair, chain, or symbol rather than broad crawler-style searches.tokenAddresses, start with a single address or a short comma-separated list before scaling up.dexscreener-openapi-cli <operation> ... is equivalent to uxc https://api.dexscreener.com --schema-url <dexscreener_openapi_schema> <operation> ....references/usage-patterns.mdreferences/dexscreener-public.openapi.jsonOperate Feishu or Lark IM APIs through UXC with a curated OpenAPI schema, tenant-token bearer auth, and chat/message guardrails.
Operate GitHub REST API through UXC with the official OpenAPI schema, explicit gh-to-uxc auth import, and read-first guardrails for repo, issue, pull request, and event workflows.
Operate X API v2 through UXC with the official OpenAPI schema, OAuth2 PKCE user-context auth, app-only bearer guidance, and read-first guardrails for timeline/bookmark/post workflows.
Discover and call remote schema-exposed interfaces with UXC. Use when an agent or skill needs to list operations, inspect operation schemas, and execute OpenAPI, GraphQL, gRPC, MCP, or JSON-RPC calls via one CLI contract.
Use a local QMD knowledge base through UXC over MCP stdio, with daemon-backed session reuse and typed retrieval flows that avoid repeated model warmup and unnecessary query-expansion latency.
Operate Notion Public API through UXC with a curated OpenAPI schema for search, block traversal, page reads, content writes, and data source/database inspection. Use when tasks need recursive reads or structured writes that Notion MCP does not expose directly.