skill-database-manager

Manage OpenClaw skill catalog records with PostgreSQL-backed scripts.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/zyj18860969891-byte/openclaw-subscription-site --skill skill-database-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-database-manager
Source: https://github.com/zyj18860969891-byte/openclaw-subscription-site/tree/main/scripts
Command: npx skills add https://github.com/zyj18860969891-byte/openclaw-subscription-site --skill skill-database-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @prisma/client, @prisma/adapter-pg, dotenv, commander, bcryptjs, axios, and includes scripts (resource) components.

This skill should be used when users need to manage, create, or update skills in the database. It provides automated scripts for skill catalog management, including adding new skills, updating existing ones, and bulk operations.

Frequently Asked Questions about skill-database-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate bulk-import for a skill catalog using PostgreSQL?

You can automate skill catalog management by running the provided scripts with a PostgreSQL database connection. This suite handles bulk-import, updates, and queries by validating inputs and synchronizing records with the file-based catalog.

How do I validate industry and occupation keys when adding skills to a database?

Database skill validation requires executing the management scripts with the proper industry and occupation keys. The scripts perform end-to-end validation during the add, update, or bulk import workflows to ensure catalog data integrity.

Can I use Prisma client to manage and synchronize a file-based skill catalog?

Yes, you can use the Prisma client with the PostgreSQL adapter to manage your catalog. The scripts synchronize the database records with the file-based catalog, handling add, update, delete, and query operations seamlessly.

What is the best way to set up my environment for automated skill catalog management?

Automated skill catalog management requires a Node.js runtime, a PostgreSQL database connection (DATABASE_URL), and Prisma client setup. Once configured, you can execute the provided scripts to manage your subscription catalog effectively.

Does catalog management with these scripts work for bulk operations or only single updates?

Catalog management with these scripts works for both single updates and bulk operations. The suite provides automated scripts for adding new skills, updating existing ones, and performing bulk imports to streamline end-to-end workflows.

Why does my skill catalog synchronization fail when running the management scripts?

Skill catalog synchronization fails when the PostgreSQL database connection (DATABASE_URL) is improperly configured or when the Prisma client setup is incomplete. Ensure your Node.js runtime environment has proper industry and occupation keys for validation.