← Back to Skills Marketplace
Peeps: Your people, remembered.
by
Ilya Belikin
· GitHub ↗
· v1.0.2
· MIT-0
141
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install peeps
Description
Personal network intelligence — remember people, find connections, and draft intros. Contacts stored locally as plain markdown files.
Usage Guidance
This skill appears to implement what it claims (local contact files and intro drafting) but has several privacy and coherence issues to consider before installing:
- Verify the source: README provides a GitHub raw URL and repo name but registry metadata lists no source. Do NOT run curl/npm commands until you confirm the canonical repository and review its contents.
- Backup data: the skill will read and write files under mind/peeps/ and its housekeeping rules delete/move entries automatically. Back up that folder before enabling the skill.
- Silent cleanup: the SKILL.md requires silent deletion/moving of items on every read (3/7/10-day windows). If you want to keep historical records, change or disable that behavior.
- Web searches & images: it instructs the agent to "search the web" and optionally fetch headshots — this will cause external network requests that may expose names and context to third-party services. If you need stricter privacy, disable web lookups or set images: no in peepsconfig.yml.
- Cross-skill dispatch: it can dispatch to Haah or write to Pages/Vibes/Digs if installed; review those skills' behavior because they may broadcast queries outside your local machine.
- Least privilege: prefer running this skill only when explicitly invoked (avoid enabling broad autonomous invocation), and test it in a contained workspace first.
If the publisher can confirm a maintained public repo (so you can review exact SKILL.md history) and you modify or disable the silent cleanup and external-search behaviors, my concerns would be reduced.
Capability Analysis
Type: OpenClaw Skill
Name: peeps
Version: 1.0.2
The 'peeps' skill manages personal networking data via local Markdown files but contains high-risk instructions for the AI agent. Specifically, SKILL.md directs the agent to dynamically construct and execute bash scripts for batching 'grep' operations, which creates a significant shell injection surface if user-provided search terms are not sanitized. Additionally, the skill performs 'silent' file deletions for housekeeping and suggests creating cron jobs for background 'heartbeat' checks, which are sensitive operations that lack transparency.
Capability Assessment
Purpose & Capability
The skill's name/description (local contacts, drafts, connections) aligns with its read/write of markdown files under mind/peeps/ and drafting behavior. However, README suggests an external GitHub install URL while registry metadata lists source as unknown — an inconsistency between declared source and install instructions.
Instruction Scope
SKILL.md directs the agent to: search the web for people (name + context) before asking follow-ups, fetch headshots when configured, automatically perform silent housekeeping (deleting/moving items on every read), and interact with other skills (Haah/Pages/Vibes/Digs). These actions involve network requests (potential PII exposure), automatic modifications/deletions of local files without explicit per-action confirmation, and cross-skill broadcasting — all broader than merely storing and reading local contact notes.
Install Mechanism
The registry lists no install spec (instruction-only), which is low risk. But README includes explicit curl and npx install commands that pull from an external GitHub raw URL and a GitHub repo slug; given the registry's 'Source: unknown', this mismatch is noteworthy and the external URL should be verified before following those commands.
Credentials
The skill declares no required environment variables or credentials, which is appropriate. Still, the instructions implicitly rely on network access and may interact with other installed skills; those integrations could cause data to be sent beyond the local workspace depending on those other skills' behaviors.
Persistence & Privilege
always:false (good), but the skill is permitted to run autonomously and explicitly instructs the agent to apply silent cleanup on every read (delete/move entries after time windows). Automatic modification or deletion of user files without explicit confirmation increases risk of unintended data loss and amplifies the impact of autonomous invocation or misconfiguration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install peeps - After installation, invoke the skill by name or use
/peeps - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Changed base directory for data storage from kyp/peeps/ to mind/peeps/ throughout the documentation.
- Updated references for related skills (Pages, Vibes, Digs) to use the new mind/ path.
- Adjusted locations for actions.md, peepsconfig.yml, and asset storage to align with the new mind/ hierarchy.
- No functional or behavioral changes other than directory path updates.
v1.0.1
No user-facing changes in this version; documentation and functionality remain the same. No file changes detected. Updated metadata.
v1.0.0
peeps 1.0.0 — initial release
- Introduces local personal network intelligence: remember people, find connections, and draft introductions.
- All contacts stored as plain Markdown files in a dedicated kyp/peeps/ folder.
- Supports automatic web search to pre-fill new contact details and prompts for additional info.
- Adds structured actions tracking (catch-ups, introductions) with built-in housekeeping and rolling cleanup.
- Integrates with related skills (Pages, Vibes, Digs, Haah) for enhanced context and cross-skill insights.
- Contact files include acumen, interests, relationships, and support notes/private notes for relationship tracking.
Metadata
Frequently Asked Questions
What is Peeps: Your people, remembered.?
Personal network intelligence — remember people, find connections, and draft intros. Contacts stored locally as plain markdown files. It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Peeps: Your people, remembered.?
Run "/install peeps" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Peeps: Your people, remembered. free?
Yes, Peeps: Your people, remembered. is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Peeps: Your people, remembered. support?
Peeps: Your people, remembered. is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Peeps: Your people, remembered.?
It is built and maintained by Ilya Belikin (@ilyabelikin); the current version is v1.0.2.
More Skills