Skills for creating and developing Mingdao Cloud HAP custom view plugins. **Immediate trigger conditions**: user mentions "HAP view plugin", "custom view", "mdye", "view development", "plugin development", "initialize view project", "start view debugging". Provides a complete development workflow, API usage guide, and best practices.
这是一个专业的技能,用于创建和开发明道云 HAP 自定义视图插件。提供完整的插件开发工作流:项目初始化、依赖安装、启动调试、字段解析、API调用、构建发布等全流程支持。
完整的开发工作流
字段类型处理
API 集成
BI 驾驶舱设计
开发调试支持
当用户提到以下关键词时,会自动触发此技能:
SKILL.md - 技能主文档
references/hap-view-plugin-dev-guide.md - HAP 视图插件开发完整指南
references/field-type-guide.md - 字段类型处理指南
scripts/init-hap-view-project.sh - 快速初始化项目脚本scripts/quick-start.sh - 快速启动脚本scripts/test-mdye-check.sh - mdye 环境检查脚本❌ 严禁输出的内容:
✅ 正确的做法:
run_in_background: true 启动开发服务器mdye build && mdye pushReact 或 React-TailwindReactReactJavaScript 或 React-TailwindgetRowRelationRows APIhap-view-plugin/
├── SKILL.md # 技能主文档
├── README.md # 本文件
├── references/
│ ├── hap-view-plugin-dev-guide.md # 完整开发指南
│ └── field-type-guide.md # 字段类型指南
└── scripts/
├── init-hap-view-project.sh # 初始化项目脚本
├── quick-start.sh # 快速启动脚本
└── test-mdye-check.sh # 环境检查脚本
HAP-View-Plugin-Dev-Guide.md 完善技能文档注意: 此技能提供的是开发工作流程指导和 API 使用规范,实际开发中请根据具体需求调整配置和代码。
版权信息:
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer