weegloo-platform-integration

Routes plain-language Weegloo integration requests to the correct concrete Weegloo capability skills.

1|2|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/weeglooapi/weegloo-mcp-plugin --skill weegloo-platform-integration-weeglooapi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weegloo-platform-integration
Source: https://github.com/weeglooapi/weegloo-mcp-plugin/tree/main/plugins/weegloo/skills/weegloo-platform-integration
Command: npx skills add https://github.com/weeglooapi/weegloo-mcp-plugin --skill weegloo-platform-integration-weeglooapi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a user asks to build or integrate something with Weegloo, they rarely know Weegloo's internal feature names or which concrete skill handles each capability. This Skill acts as the entry-point router: it reads the existing frontend as the spec, maps plain-language needs (login, data, search, localization, uploads, hosting, payments, email, maps, scheduled jobs) to the correct downstream Weegloo skills, and enforces a wired-and-live definition of done. ## Core Features & Use Cases - Capability Routing: Translates broad or ambiguous requests like "develop it with Weegloo" into the correct concrete skills such as weegloo-service-login, weegloo-create-content-type, weegloo-web-hosting, or weegloo-payment. - Frontend-First Analysis: Reverse-engineers required backend capabilities from existing UI components, forms, mock data, and API stubs before creating any resources. - Sensible Defaults: Applies standing defaults without asking scoping questions, including Stripe test mode for payments, Gmail SMTP for email, and a built-in Google Maps embed key. - Use Case: A user says "build my booking site with Weegloo." The Skill inspects the frontend, detects login, per-user data, an admin dashboard, and a checkout page, then routes to the architecture, content modeling, login, and payment skills in sequence. ## Quick Start Ask the agent to integrate Weegloo into your existing app or to build your product with Weegloo, and it will route the request automatically.

Frequently Asked Questions about weegloo-platform-integration

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

FAQPage Schema
How do I integrate Weegloo into an existing frontend app?

Ask the agent to integrate Weegloo and it will first read your existing UI and code as the spec, inferring capabilities like login, data models, search, and uploads. It then routes each capability to the correct concrete Weegloo skill and wires everything end-to-end.

What capabilities can Weegloo provide for my product?

Weegloo covers authentication and social login, per-user and shared data via ContentTypes, localization, file upload and download, web hosting, role-based access control, external API calls via Scripts, webhooks, scheduled jobs, email via SMTP, and payments.

Which payment provider does Weegloo integration use by default?

If no payment provider is named, the integration uses Stripe in test mode, where nothing is actually charged and real cards are refused. Stripe test keys are per-account, so you must supply your own pk_test and sk_test keys when the checkout is built.

Does Weegloo support multi-language websites?

Yes, Weegloo handles multi-language products through Space Locales plus a per-field localized flag on ContentTypes. Delivery reads use a locale query parameter, and each added Locale should set optional true and a fallbackCode so untranslated fields still render.

When do I need to provide credentials during Weegloo integration?

Credentials are requested just-in-time at the exact step that needs them, such as OAuth client IDs for social login, a Google App Password for Gmail SMTP sending, or Stripe test keys for payments. The Organization and Space choice is always confirmed with you first.