insforge
The insforge skill provides integration instructions for the @insforge/sdk to enable application features such as database CRUD, authentication, storage, edge functions, AI via OpenRouter, real-time events, email, and payment processing with Stripe or Razorpay.
Is insforge safe to install?
Review the source first: our audit of insforge's source files found 7 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill instructs the user to run shell commands via the CLI and manage sensitive environment variables in local files.
How we audit skills: our security review methodology.
Who is this skill for?
Developers building applications with the InsForge platform who need to integrate client-side or server-side SDKs into their codebase.
What can you do with it?
- Implementing database CRUD operations and RPC calls
- Managing user authentication, OAuth, and sessions
- Handling file uploads, downloads, and deletions in storage
- Invoking edge functions
- Integrating OpenRouter AI for chat, image, video, and audio generation
- Sending transactional emails
- Processing payments via Stripe or Razorpay
- Implementing real-time event subscriptions and presence tracking
How good is this skill?
Quality score: 5/10. The skill documentation is clear, well-structured, and provides specific commands and code examples for various frameworks.
What does the skill file contain?
# InsForge App Integration Skill This skill covers **client-side SDK integration** using `@insforge/sdk`. For backend infrastructure operations (creating tables, inspecting schema, deploying functions, secrets, managing storage buckets, configuring payment provider keys/catalog, website deployments, cron job and schedules, logs, etc.), use the **insforge-cli** skill. ## Quick Setup ### 1. Install the SDK ```bash npm install @insforge/sdk@latest ``` ### 2. Set up environment variables Before using the SDK, create a `.env` file (or `.env.local` for Next.js) in your project root with your I...
Frequently asked questions
How do I initialize the InsForge client?
Import createClient from @insforge/sdk and provide the baseUrl and anonKey from your environment variables.
When should I use createAdminClient instead of createClient?
Use createAdminClient for trusted server-only code that requires project-admin access, utilizing an API key instead of an anon key.
Where do I find documentation for backend infrastructure setup?
Use the insforge-cli skill for backend tasks like creating tables, managing storage buckets, or configuring payment provider keys.
Related skills
supabase-postgres-best-practices
264.3KDevelopers and database administrators working with Postgres and Supabase
This skill provides a structured set of Postgres performance optimization rules and best practices maintained by Supabase. It guides developers in writing, reviewing, and optimizing SQL queries, schema designs, and database configurations.
firebase-basics
97.4KDevelopers using AI agents to manage Firebase projects via the command line
Provides foundational Firebase CLI workflows including authentication, project management, and configuration file retrieval.
higgsfield-generate
76.0KUsers who need to generate media assets or analyze video performance using Higgsfield AI models via a command-line interface
The higgsfield-generate skill provides an interface to the Higgsfield AI CLI for generating images, videos, 3D assets, and audio, as well as performing video virality analysis. It supports model selection, workflow execution, and media input handling for various creative tasks.
ai-seo
70.6KContent creators, SEO professionals, and digital marketers aiming to improve their brand's presence in AI-generated search results
The ai-seo skill provides a framework for optimizing web content to increase visibility and citation rates in AI-powered search engines and LLM-based assistants like ChatGPT, Perplexity, and Google AI Overviews.