openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Neon Postgres Egress Optimizer

Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when a user mentions high database bills, unexpected data transfer cost...

开发与 DevOps

作者:Andre Landgraf @andrelandgraf

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 38 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:andrelandgraf/neon-postgres-egress-optimizer

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requirements and instructions are consistent with its stated purpose (diagnosing and fixing Postgres egress) and do not request unrelated credentials or install code; use caution when running the suggested SQL statements against production databases.

目的

The name/description (Postgres egress diagnosis & fixes) match the instructions: queries against pg_stat_statements, schema/code inspection, and query-level fixes. The skill does not ask for unrelated binaries, services, or environment variables.

说明范围

The SKILL.md focuses on reading pg_stat_statements and analyzing code/query patterns, which is appropriate. It also suggests operations that change database state (CREATE EXTENSION IF NOT EXISTS pg_stat_statements; SELECT pg_stat_statements_reset();). Those are reasonable for gathering diagnostics but are state-changing and may require elevated privileges or affect monitoring — so they warrant caution before running on production systems.

安装机制

No install spec or downloaded code — instruction-only skill. Nothing is written to disk or installed by the skill itself.

证书

The skill declares no required environment variables or credentials. Its operations require DB access in practice (the user or operator would need to supply connection credentials), which is proportional to the task. No unrelated secrets are requested by the skill metadata or instructions.

持久

The skill is not always-enabled, does not request persistent system presence, and does not modify other skills or system-wide agent settings. Autonomous invocation is allowed by platform default but not excessive for this purpose.

综合结论

This skill appears coherent for diagnosing Postgres egress, but exercise operational caution before running its SQL on production: - Prefer providing read-only or monitoring replicas instead of full-production writable credentials. - CREATE EXTENSION may require elevated privileges and may be disallowed in managed DBs; ask your DB admin first. - pg_stat_statements_reset() clears historic statistics (it will disrupt existing monitoring windows)…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Neon Postgres Egress Optimizer」。简介:Diagnose and fix excessive Postgres egress (network data transfer) in a codebas…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/andrelandgraf/neon-postgres-egress-optimizer/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。