Claude Code skills for building automation pipelines with MaaFramework — JSON-based task pipelines with image/OCR recognition, multi-platform input control, and custom logic via Python/NodeJS agents.
This skill provides structured reference documentation covering:
- Pipeline Protocol — Node lifecycle, execution flow, v1/v2 formats
- Recognition Algorithms — TemplateMatch, OCR, FeatureMatch, ColorMatch, NeuralNetwork
- Action Types — Click, Swipe, Scroll, key input, Shell, Command, app control
- Integration — Python/NodeJS bindings, Tasker/Resource/Controller setup
- Project Interface —
interface.jsontasks, controllers, resources, options, presets - Custom Logic — Agent process, Python/NodeJS custom recognition and actions
- Troubleshooting — Debug options, log files, common issues
# Install via Claude Code
claude skills add ./skills/maaframeworkskills/
└── maaframework/
├── SKILL.md # Skill definition
├── docs/ # Source documentation (zh_cn / en_us)
│ ├── zh_cn/
│ └── en_us/
└── references/ # Processed reference docs for Claude
├── core-*.md
└── advanced-*.md
Generated from MaaFramework documentation (v5.x), 2026-04-16.
See the MaaFramework license for the original documentation.