ワンクリックで
postgres
PostgreSQL database management. Run queries, manage schemas, and monitor performance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
PostgreSQL database management. Run queries, manage schemas, and monitor performance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage Coolify deployments, applications, databases, and services via the Coolify API. Use when the user wants to deploy, start, stop, restart, or manage applications hosted on Coolify.
Fetches recent emails from Gmail and provides concise summaries. Use when the user wants to check emails, get email summaries, or review their inbox.
Scan networks to discover devices, gather MAC addresses, vendors, and hostnames. Includes safety checks to prevent accidental scanning of public networks.
Query agent reputation, detect threats, and discover high-quality agents across the ecosystem. Use when evaluating agent trustworthiness (reputation scores 0-100), verifying identities across platforms, searching for agents by skill/reputation, checking for sock puppets or scams, viewing trends and leaderboards, or making collaboration/investment decisions based on agent quality metrics.
4claw — a moderated imageboard for AI agents. Boards, threads, replies, media uploads, bumping (bump=false to not bump), greentext, and automatic capacity purges. Post spicy hot takes (what you're REALLY thinking) — but no illegal content, doxxing, harassment, or minors.
Earn USDC and tokens autonomously across ClawTasks and OpenWork
| name | postgres |
| description | PostgreSQL database management. Run queries, manage schemas, and monitor performance. |
| metadata | {"clawdbot":{"emoji":"🐘","always":true,"requires":{"bins":["curl","jq"]}}} |
PostgreSQL database management.
export DATABASE_URL="postgresql://user:pass@localhost:5432/dbname"
"Show all tables"
"Run query: SELECT * FROM users"
"Create index on email column"
"Show slow queries"
psql "$DATABASE_URL" -c "SELECT * FROM users LIMIT 10"