← Back to Skills Marketplace
1383
Downloads
4
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install people
Description
Build a personal contact system with details, interactions, birthdays, and smart reminders.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install people - After installation, invoke the skill by name or use
/people - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Rename to Contacts
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Contacts?
Build a personal contact system with details, interactions, birthdays, and smart reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 1383 downloads so far.
How do I install Contacts?
Run "/install people" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Contacts free?
Yes, Contacts is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Contacts support?
Contacts is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Contacts?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.1.
More Skills