scientific-agent-skills

GitHub

Turn any AI agent into an AI Scientist. The #1 Agent Skills library for science, used by 170,000+ scientists worldwide. 158 ready-to-use skills plus 100+ scientific databases covering biology, chemistry, medicine, and drug discovery. Compatible with Cursor, Claude Code, Codex, Pi, Antigravity, and the open Agent Skills standard.

Raw JSON API

ARAX Translator Reasoner - TRAPI 1.5.0 Specification

Located in tests/ncats-arax/fixtures/openapi_1_5_minimal.json on branch HEAD

3.0.1 JSON 2 Endpoints 0.3 KB

Operations & Route Endpoints (2)

GET /entity
POST /query
Raw JSON Specification
{
  "openapi": "3.0.1",
  "info": {
    "title": "ARAX Translator Reasoner - TRAPI 1.5.0",
    "version": "1.5.4"
  },
  "servers": [
    {
      "url": "/api/arax/v1.4"
    }
  ],
  "paths": {
    "/entity": {
      "get": {}
    },
    "/query": {
      "post": {}
    }
  }
}