contacts

Installation
SKILL.md

联系人技能

示例

搜索联系人:

{
  "name": "contacts",
  "parameters": {
    "action": "search",
    "name": "张三"
  }
}

添加联系人:

{
  "name": "contacts",
  "parameters": {
    "action": "add",
    "name": "李四",
    "phone": "+8613800138000",
    "email": "lisi@example.com"
  }
}
Related skills
Installs
1
Repository
dotnetage/mindx
GitHub Stars
28
First Seen
Apr 11, 2026