← 返回 Skills 市场
173
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install openclaw-contacts
功能描述
通讯录查询与维护技能。用于查找联系人信息(open_id、chat_id、account_id 等)、记录新联系人、或查询历史沟通偏好。触发时机:(1) 需要 @某人或向某渠道发消息时 (2) 认识新联系人后需要录入通讯录时 (3) 查询某人的联系方式或交流偏好时 (4) 询问"谁知道xxx的飞书ID"或"怎么联...
安全使用建议
This skill appears straightforward and confined to local contact files. Before installing, confirm the agent's memory/contacts/ directory will be private (not shared across agents or users) and that the agent is allowed to create/update YAML files there. Review the contact YAMLs for any sensitive personal data you do not want stored. If you are concerned about autonomous writes, restrict the agent's ability to modify memory or require human approval for adding/updating contact cards.
能力评估
Purpose & Capability
Name and description (contact lookup/maintenance for open_id/chat_id/account_id, etc.) match the included SKILL.md, schema, and simple local scripts. Nothing in the repo requests unrelated privileges or external services.
Instruction Scope
Runtime instructions and scripts only reference the repository-local memory/contacts/ path and specify creating/updating YAML contact cards. They do not instruct reading other system files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec; skill is instruction-only with three small Bash scripts. No external downloads or package installs are requested.
Credentials
The skill declares no required environment variables, no credentials, and no config paths outside its own memory directory — proportional to its stated purpose.
Persistence & Privilege
always is false and the skill does not request system-wide modifications. It expects the agent to maintain its own memory/contacts/ directory, which is a normal and scoped persistence model.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-contacts - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-contacts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- 修改查询方法脚本调用示例,由 contacts-list.sh / contacts-search.sh / contacts-get.sh 更新为 list.sh / search.sh / get.sh
- 版本号从 1.0.2 升级为 1.0.3
v1.0.2
- Bump version from 1.0.0 to 1.0.2 in SKILL.md
- No other content changes; documentation and feature set remain the same
v1.0.1
- Added a YAML frontmatter block to SKILL.md with name, version, and description.
- No changes to core logic, usage, or documentation content outside adding descriptive metadata.
v1.0.0
openclaw-contacts v1.0.0
- Initial release of the Contacts Skill, providing a standardized way for each Agent to maintain and query a personal, privacy-preserving contacts list.
- Defines strict YAML data format, required and optional fields, and the recommended directory structure for contact information.
- Includes guidelines for maintaining, updating, and searching the contacts database, along with sample scripts for management.
- Clearly separates skill logic from actual contact data, ensuring sensitive information is not shared or stored improperly.
- Provides example contact entries and workflows for adding and updating contacts.
元数据
常见问题
Contacts 是什么?
通讯录查询与维护技能。用于查找联系人信息(open_id、chat_id、account_id 等)、记录新联系人、或查询历史沟通偏好。触发时机:(1) 需要 @某人或向某渠道发消息时 (2) 认识新联系人后需要录入通讯录时 (3) 查询某人的联系方式或交流偏好时 (4) 询问"谁知道xxx的飞书ID"或"怎么联... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。
如何安装 Contacts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-contacts」即可一键安装,无需额外配置。
Contacts 是免费的吗?
是的,Contacts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Contacts 支持哪些平台?
Contacts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Contacts?
由 AxelHu(@axelhu)开发并维护,当前版本 v1.0.3。
推荐 Skills