Contacts

v1.0.1

Build a personal contact system with details, interactions, birthdays, and smart reminders.

4· 1.3k·5 current·5 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b58g2ywnfxd6d3g3aka08x180x7sm

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

👥 Clawdis
OSLinux · macOS · Windows

Comments