neodb

Installation
SKILL.md

NeoDB API

Public endpoints are auth-free — reach for curl/fetch directly. No bundled scripts; this skill is pure documentation.

Base URL: https://neodb.social

Endpoints

Search (public)

GET /api/catalog/search?query={query}&page={page}
curl "https://neodb.social/api/catalog/search?query=The%20Matrix&page=1" \
  | jq '.data[] | {title: .display_title, year: (.pub_year // .year), url}'
Related skills
Installs
1
GitHub Stars
1
First Seen
Apr 15, 2026