Neon/claimable-postgres — Agent Skills | officialskills.sh
Back to skills

claimable-postgres

Provisions temporary Postgres databases instantly via Neon's Claimable Postgres service.

Setup & Installation

npx skills add https://github.com/neondatabase/agent-skills --skill claimable-postgres
or paste the link and ask your coding assistant to install it
https://github.com/neondatabase/agent-skills/tree/main/skills/claimable-postgres
View on GitHub

What This Skill Does

Provisions temporary Postgres databases instantly via Neon's Claimable Postgres service. No account, login, or credit card needed. Databases expire after 72 hours unless claimed to a Neon account.

You get a real Postgres connection string in one API call or CLI command, with no account setup, no dashboard, and no waiting.

When to use it

  • Getting a DATABASE_URL for a new project without creating an account
  • Spinning up a throwaway Postgres database for a demo or prototype
  • Running integration tests against a real Postgres instance without persistent setup
  • Auto-provisioning a database when a Vite project starts and DATABASE_URL is missing
  • Seeding a fresh Postgres database with a SQL file in a single CLI command