Favicon of neon-postgres-egress-optimizer

neon-postgres-egress-optimizer Skill

AI Agent SkillDatabasesJavaScriptOpen source

Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when a user mentions high database bills, unexpected data transfer costs, network transfer charges, egress spikes, "why is my Neon bill so high", "database costs jumped", SELECT optimization, query overfetching, reduce Neon costs, opt Published by openai in plugins.

Decision snapshot

Is this a fit?

Best for

Database workflows, Data analysis, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

18 days ago

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is neon-postgres-egress-optimizer Skill?

Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when a user mentions high database bills, unexpected data transfer costs, network transfer charges, egress spikes, "why is my Neon bill so high", "database costs jumped", SELECT optimization, query overfetching, reduce Neon costs, opt Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
92/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Database workflows
  • Data analysis
  • Database workflows use cases
  • Data analysis use cases

Declared skill metadata

  • Source file: plugins/neon-postgres/skills/neon-postgres-egress-optimizer/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use neon-postgres-egress-optimizer Skill

  • Use it for database workflows.
  • Use it for data analysis.

Built with

JavaScriptCopy skill directory

Editorial notes

Source

  • Creator: openai
  • Repository: openai/plugins
  • Skill file: plugins/neon-postgres/skills/neon-postgres-egress-optimizer/SKILL.md

What it does

Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when a user mentions high database bills, unexpected data transfer costs, network transfer charges, egress spikes, "why is my Neon bill so high", "database costs jumped", SELECT optimization, query overfetching, reduce Neon costs, opt

Skill instructions

Postgres Egress Optimizer Guide the user through diagnosing and fixing application-side query patterns that cause excessive data transfer (egress) from their Postgres database. Most high egress bills come from the application fetching more data than it uses. Step 1: Diagnose Identify which queries transfer the most data. The primary tool is the pgstatstatements extension. Check if pgstatstatements is available sql SELECT 1 FROM pgstatstatements LIMIT 1; If this errors, the extension needs to be created: sql CREATE EXTENSION IF NOT EXISTS pgstatstatements; On Neon, it is available by default but may need this CREATE EXTENSION step. Handle empty stats Stats are cleared when a Neon compute scales to zero and restarts. If the stats are empty or the compute recently woke up: 1. Reset the stats to start a clean measurement window: SELECT pgstatstatementsreset(); 2. Let the application run under representative traffic for at least an hour. 3. Return and run the diagnostic queries below. If th

Verified compatibility and discovery

Frequently asked questions

What is neon-postgres-egress-optimizer?

neon-postgres-egress-optimizer is a open-source AI agent skill with Copy skill directory. Diagnose and fix excessive Postgres egress (network data transfer) in a codebase.

Who is neon-postgres-egress-optimizer best for?

neon-postgres-egress-optimizer is best for reusing agent instructions, scripts, and references, database workflows, data analysis workflows.

How do I install neon-postgres-egress-optimizer?

Install or run neon-postgres-egress-optimizer using Copy skill directory. Check neon-postgres-egress-optimizer for the latest setup command.

Is neon-postgres-egress-optimizer actively maintained?

neon-postgres-egress-optimizer may need a closer maintenance check before production use.

Share:

Stars
5,140
Forks
717
Last commit
18 days ago
Last verified
Aug 24, 2026
Metadata fetched
Aug 24, 2026
Repository age
6 months
License
Unknown

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to neon-postgres-egress-optimizer