LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

aurora-tools-scripts - PostgreSQL Migrations and Procedures Manager

Manages SQL migrations and stored procedures for PostgreSQL in the tools context

Tags

Updated: 2026-03-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • read migration file
  • define migration object
  • create migration file
  • read procedure file
  • define procedure object
  • create procedure file
  • generate UUID
  • reference package version

Inputs

  • migration file
  • migration object
  • procedure file
  • procedure object
  • package version

Outputs

  • migration entry
  • procedure entry
  • UUID
  • SQL representation of database table
  • SQL representation of database procedure
  • TypeScript representation of migration object
  • TypeScript representation of procedure object
  • package version reference

Requirements

  • Node.js environment
  • TypeScript configuration
  • PostgreSQL database
  • postgresql skill

Source

  • Spec: SKILL.md
database
migration
schema
stored procedure
PostgreSQL
SQL
DDL
read migration file
define migration object
create migration file
read procedure file
migration file
migration object
procedure file
migration entry
procedure entry
UUID