Professional skill for building pages and operating data using the Mingdao Cloud HAP V3 API. **Immediate trigger conditions**: the user mentions "HAP V3", "HAP API", "API call", "data interface", "Appkey", "Sign", "API authentication", "Filter", "query data", or "create record". Provides a complete API usage guide: authentication configuration, API calls, filter usage, data operations, and more. If the user has configured HAP MCP, the AI should automatically extract authentication keys from the MCP configuration.
这是一个专业的技能,用于使用明道云 HAP V3 接口进行数据操作和页面开发。提供完整的 API 使用指南、最佳实践和常见问题解决方案。
完整的 API 使用工作流
关联字段深度查询
常见陷阱和解决方案
性能优化最佳实践
当用户提到以下关键词时,会自动触发此技能:
SKILL.md - 技能主文档
references/hap-api-usage-guide.md - HAP V3 API 使用规范完整指南
MCP_WORKFLOW.md - MCP 工作流程DEVELOPMENT_WORKFLOW.md - 开发工作流程// ❌ 错误
value: ["成交客户"] // 显示文本
// ✅ 正确
value: ["74c7b607-864d-4cc4-b401-28acba2636e9"] // 选项key
// ❌ 错误
value: [1000000] // 数字类型
// ✅ 正确
value: ["1000000"] // 字符串数组
// ❌ 错误
operator: "eq" // 关联字段不支持 eq
// ✅ 正确
operator: "belongsto" // 关联字段用 belongsto
true - 正常业务操作(默认)false - 数据迁移、批量初始化、测试数据hap-v3-api/
├── SKILL.md # 技能主文档
├── README.md # 本文件
├── MCP_WORKFLOW.md # MCP 工作流程
├── DEVELOPMENT_WORKFLOW.md # 开发工作流程
├── UPDATE_SUMMARY.md # 更新摘要
└── references/
└── hap-api-usage-guide.md # HAP V3 API 使用规范完整指南
references/hap-api-usage-guide.mdSearch 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