gate

Route user intents through Gate MCP-powered vendor skills for orchestration.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-pieverse-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/gate
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-pieverse-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route user intents through Gate MCP-powered vendor skills to orchestrate domain routers, traders, and data services.

Core Features & Use Cases

  • Centralized orchestration: routes intents to the appropriate vendor skill (e.g., gate-exchange-spot, gate-info-coinanalysis, gate-news-eventexplain) and aggregates results.
  • Safety-first routing: ensures confirmation and safety checks are applied per the referenced skill workflows.
  • Extensible via vendor SKILLs: supports new vendor domains by plugging in SKILLs under vendor/.

Quick Start

Tell me your intent, and I’ll route it to the appropriate vendor SKILLs for action.

Frequently Asked Questions about gate

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

FAQPage Schema
How does MCP-powered intent routing work for vendor skill orchestration?

MCP-powered intent routing works by delegating user requests through a central gateway to specialized vendor skills. This gateway validates intents, enforces read-only safety checks with permissions, and coordinates actions across trading, data, and insights domains to aggregate structured responses.

How do I route trading intents to specific vendor skills using a centralized gateway?

To route trading intents, provide your request to the gateway entry point. It automatically delegates the task to appropriate vendor skills like gate-exchange-spot, validates safety checks, and aggregates the results into a structured response for read-only operations.

Can I orchestrate multiple vendor domains like data services and traders through one gateway?

Yes, you can orchestrate multiple vendor domains through one gateway. It centralizes routing across trading, data, and insights domains by delegating actions to dedicated vendor skills while managing validation, permissions checks, and structured response aggregation.

What is the best way to add new vendor domains to an MCP routing gateway?

The best way to add new vendor domains is by plugging in new vendor skills under the vendor/ directory. The gateway is extensible and automatically routes user intents to these newly integrated skills for orchestration across different domains.

Does the gateway routing support write operations or is it limited to read-only actions?

The gateway routing is limited to read-only actions. It coordinates safe operations by enforcing confirmation and safety checks per the referenced vendor skill workflows, ensuring that all delegated tasks across domains maintain strict read-only permissions.

Why are my user intents not reaching the correct vendor skill during orchestration?

User intents may not reach the correct vendor skill if the specialized skill is not properly plugged in under the vendor/ directory. The gateway relies on these vendor skills to execute domain-specific actions, so missing extensions will prevent successful routing and task delegation.