pipeline-guide

Review MaaNTE Pipeline JSON for MaaFramework Protocol v2 compliance.

2.6k|191|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/1bananachicken/MaaNTE --skill pipeline-guide-1bananachicken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-guide
Source: https://github.com/1bananachicken/MaaNTE/tree/main/.claude/skills/pipeline-guide
Command: npx skills add https://github.com/1bananachicken/MaaNTE --skill pipeline-guide-1bananachicken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the frustration of building MaaNTE automation pipelines that fail due to non-compliant JSON configurations, by providing official coding standards, node design patterns, and protocol compliance rules.

Core Features & Use Cases

  • Comprehensive Pipeline Reference: Includes full Pipeline v2 format specifications, PascalCase node naming rules, and detailed references for all supported recognition algorithms (TemplateMatch, OCR, Custom, etc.) and action types.
  • Robust Workflow Patterns: Provides proven patterns for interrupt handling (popups, loading screens), automatic scene navigation via SceneManager, and anti-hard-delay best practices to build reliable, low-failure automation tasks.
  • Use Case: For example, when developing a new furniture collection task pipeline, use this guide to design compliant node flows, implement [JumpBack] handlers for unexpected interface popups, and ensure all ROI coordinates are 720p-aligned to avoid recognition mismatches.

Quick Start

Use the pipeline-guide skill to review your MaaNTE Pipeline JSON for compliance with naming conventions, delay rules, and scene navigation patterns before deployment.

Frequently Asked Questions about pipeline-guide

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

FAQPage Schema
How do I write MaaNTE Pipeline JSON that complies with Pipeline Protocol v2?

To write MaaNTE Pipeline JSON compliant with Pipeline Protocol v2, use PascalCase for node naming, ensure 720p coordinate alignment for ROI, and configure recognition algorithms and actions according to official node design patterns.

Why does my MaaFramework automation task fail to recognize scenes?

MaaFramework automation tasks fail scene recognition when JSON configurations use non-compliant ROI coordinates or lack proper SceneManager logic. Aligning coordinates to 720p and implementing proper scene navigation patterns resolves these mismatches.

What is the best way to handle unexpected popups in game automation pipelines?

The best way to handle unexpected popups in game automation pipelines is implementing [JumpBack] handlers and proper interrupt handling patterns within your node design to manage unexpected interface loading screens without failing the task.

When should I avoid hard delays in MaaNTE automation tasks?

You should always avoid hard delays in MaaNTE automation tasks to prevent recognition failures and unreliable execution. Apply anti-hard-delay coding rules and use dynamic action setup for robust workflow patterns.

Does MaaFramework Pipeline JSON support OCR and TemplateMatch recognition algorithms?

Yes, MaaFramework Pipeline JSON supports OCR, TemplateMatch, and Custom recognition algorithms. You configure these recognition algorithms alongside action types within your pipeline node design to handle specific game automation requirements.