home / skills / jgtolentino / insightpulse-odoo / supabase-rpc-manager
npx playbooks add skill jgtolentino/insightpulse-odoo --skill supabase-rpc-managerReview the files below or copy the command above to add this skill to your agents.
---
name: supabase-rpc-manager
description: "Supabase PostgreSQL RPC, pgvector operations, and real-time subscriptions"
---
# Supabase RPC Manager
Execute stored procedures, vector search, and real-time operations.
## What This Does
- PostgreSQL RPC calls
- pgvector similarity search
- Real-time subscriptions
- Batch operations
- Transaction management
## Quick Example
```python
result = supabase.rpc('get_trial_balance', {
'agency': 'RIM',
'period': '2025-10'
})
```
## Getting Started
"Execute month-end closing RPC"
"Vector search similar expenses"