rainbond-platform-query

Queries Rainbond platform resources like enterprises, teams, regions, apps, and components read-only.

7|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/goodrain/rainskills --skill rainbond-platform-query-goodrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rainbond-platform-query
Source: https://github.com/goodrain/rainskills/tree/main/rainbond-platform-query
Command: npx skills add https://github.com/goodrain/rainskills --skill rainbond-platform-query-goodrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with Rainbond, users often need quick answers about their current platform state—such as which enterprise they belong to, what teams or clusters they can access, or which apps and components exist—without navigating the console or risking accidental changes. This Skill answers those read-only questions through a single scoped CLI query. ## Core Features & Use Cases - Scoped Read-Only Queries: Answers explicit questions about the current user, enterprise, teams, regions/clusters, apps, and components using one-shot CLI commands. - Automatic Context Resolution: Resolves enterprise and workspace context internally, so users never need to supply internal IDs like enterprise_id. - Strict Scope Control: Refuses to expand narrow questions into broader queries and never performs deployments, changes, publishing, or troubleshooting. - Use Case: A user asks "which components does this app have?" and the Skill runs a single rainbond_query_components call with the app_id, returning only the relevant facts. ## Quick Start Ask the agent to show which teams and applications you can access on your current Rainbond platform.

Frequently Asked Questions about rainbond-platform-query

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

FAQPage Schema
How do I query my current Rainbond enterprise information?

Ask the agent for your current enterprise information and it runs a single rainbond_query_enterprises query with no parameters. The CLI resolves your identity internally, so you never need to provide an enterprise ID.

How to list apps and components in a Rainbond team?

Provide the team and region names to query apps via rainbond_get_team_apps, or pass an app_id to list its components with rainbond_query_components. The CLI fills in the required enterprise context automatically before each query.

Can this Skill deploy or modify Rainbond applications?

No, it is strictly read-only and never changes resources, credentials, access control, or configuration. Deployment, troubleshooting, publishing, and delivery verification are routed to other dedicated Rainskills.

What happens if I lack permission to view Rainbond clusters?

If enterprise or cluster-management tools are not visible, the Skill states that you can only view your current permission scope. It does not guess tool names or attempt discovery beyond your granted access.

Do I need a connected Rainbond environment before querying?

Yes, the Skill checks runtime status first and requires a connected Rainbond Cloud or existing private Rainbond environment. Connection uses browser-based Device Flow authorization through the local Rainskills CLI.