supabase-managerManage Supabase projects from the command line. Query tables, insert/update/delete rows, manage RLS policies, handle auth users, and work with storage. Use w...
Install via ClawdBot CLI:
clawdbot install vanthienha199/supabase-managerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://xxxxx.supabase.coAudited Apr 16, 2026 · audit v1.0
Generated Apr 29, 2026
A SaaS company uses Supabase to manage customer profiles. They query, insert, and update user data with RLS ensuring each customer only sees their own info, enabling secure self-service features.
An e-commerce platform tracks product inventory in Supabase. Staff can list tables, query stock levels, and update quantities when orders are placed, all via simple API calls without complex SQL.
A mobile app uses Supabase Auth and a profiles table. The skill can list users, update profile data, and manage RLS policies to secure user-specific content.
A blogging platform stores posts and comments in Supabase. Editors can insert new posts, query recent articles, and delete spam comments with confirmation, using the provided REST API endpoints.
A business intelligence tool uses Supabase as a read-only data source. Analysts can count rows, filter records, and run RPC functions for complex aggregations, presenting results as tables.
Offer a managed database service where customers pay monthly for secure, RLS-protected data access. The skill reduces support costs by letting admins self-serve queries.
Provide free basic Supabase access with paid tiers for higher storage limits and advanced features like custom RPCs. The skill automates common tasks, improving user experience.
Charge clients to set up Supabase projects, configure RLS policies, and build custom RPC functions. The skill is used to demonstrate and test during onboarding.
💬 Integration Tip
Ensure your Supabase project has RLS policies configured to allow anon key access to the tables you need. Use environment variables for credentials to keep them out of your codebase.
Scored Apr 29, 2026
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.
Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a d...