Skip to content

Kutius/maaframework-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MaaFramework Skills

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.

What's Included

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 Interfaceinterface.json tasks, controllers, resources, options, presets
  • Custom Logic — Agent process, Python/NodeJS custom recognition and actions
  • Troubleshooting — Debug options, log files, common issues

Installation

# Install via Claude Code
claude skills add ./skills/maaframework

Project Structure

skills/
└── 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

Source

Generated from MaaFramework documentation (v5.x), 2026-04-16.

License

See the MaaFramework license for the original documentation.

About

Claude Code skills for MaaFramework — JSON-based task pipelines with image/OCR recognition and multi-platform input control

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors