← 返回 Skills 市场
1383
总下载
4
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install people
功能描述
Build a personal contact system with details, interactions, birthdays, and smart reminders.
安全使用建议
This skill appears to do what it says: store personal contacts as Markdown files and surface reminders. Before installing, confirm how the agent will access your calendar (the SKILL.md asks to 'check calendar' but doesn't state how or what credentials are used). Decide whether you want contact data stored in ~/contacts/ (consider encrypting that folder or excluding it from cloud backups and Git), and verify what platform-level permissions the agent will request for proactive reminders. If the agent asks for calendar or cloud-storage tokens later, only grant the minimum access needed and review where tokens are stored.
功能分析
Type: OpenClaw Skill
Name: people
Version: 1.0.1
The skill is designed to manage personal contacts locally using Markdown files. It explicitly instructs the agent to create a `~/contacts/` directory and manage files within it, and to integrate with the user's calendar for reminders and context. While these actions involve file system and calendar access, they are core to the stated purpose and are described transparently. There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts to subvert the agent's behavior. The 'Privacy Considerations' section even advises on handling sensitive data responsibly.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md defines creating and managing local Markdown contact files in ~/contacts/, interaction logging, birthday reminders, and proactive prompts. Nothing requested (no env vars, no installs) contradicts the stated purpose.
Instruction Scope
Instructions stay focused on local contact creation, searching, and reminding. They explicitly direct creating ~/contacts/ and reading/writing Markdown files. They also call for 'calendar integration' and 'detect calendar events' but give no mechanism (API, token, or platform-specific tool) for accessing a calendar — this is an implementation gap that should be clarified.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk delivery. Nothing is downloaded or written by an installer in the bundle.
Credentials
The skill declares no required credentials or environment variables, which is proportional for a local contacts system. Note: calendar/calendar-API credentials are not declared even though calendar integration is described; if the platform requires tokens to access a calendar, those would need to be requested explicitly.
Persistence & Privilege
The skill is not always:true and does not request system-wide changes; it instructs creating a ~/contacts/ workspace and performing recurring scans (birthdays). Autonomous invocation (platform default) could let the agent proactively remind the user — consider whether you want the agent to run periodic checks and whether calendar access will be granted persistently.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install people - 安装完成后,直接呼叫该 Skill 的名称或使用
/people触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Rename to Contacts
v1.0.0
Initial release
元数据
常见问题
Contacts 是什么?
Build a personal contact system with details, interactions, birthdays, and smart reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1383 次。
如何安装 Contacts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install people」即可一键安装,无需额外配置。
Contacts 是免费的吗?
是的,Contacts 完全免费(开源免费),可自由下载、安装和使用。
Contacts 支持哪些平台?
Contacts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Contacts?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。
推荐 Skills