โ† All skills
Tencent SkillHub ยท Content Creation

Contacts

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

Core Behavior

User mentions a person โ†’ check if contact exists, offer to create/update Calendar event detected with contact โ†’ surface relevant notes before meeting Birthday approaching โ†’ remind with context about the person Create ~/contacts/ as workspace

When User Mentions Someone

"Had coffee with Maria" โ†’ log interaction, create contact if new "John's daughter is Sofia" โ†’ add to personal details "Sarah loves hiking" โ†’ add to interests/notes "Meeting with Tom tomorrow" โ†’ check calendar, surface Tom's context

Contact Structure

One Markdown file per person: maria-garcia.md Sections: basics, personal details, interaction history, notes Tags for grouping: #family #work #friend #neighbor Keep it human-readable โ€” this is about relationships, not data entry

Key Fields To Capture

Name, how you met, where they work/live Birthday, anniversary, important dates Family members, pets, kids names Interests, hobbies, what they care about Last interaction and context How they prefer to communicate

Interaction Logging

Date + brief note: "2024-03-15: Lunch, discussed her new job" Don't force structure โ€” freeform is fine Recent interactions at top โ€” most relevant for context Link to related contacts if group interaction

Birthday System

Store birthday in frontmatter or consistent format Daily/weekly scan for upcoming birthdays Remind 3-7 days ahead โ€” time to prepare Include context: interests, gift ideas from notes

Calendar Integration

Before meeting: "You're meeting Alex tomorrow. Last saw him in January, discussed his startup pivot" After meeting: prompt to log interaction Detect recurring meetings โ€” suggest adding contact details if sparse Conference/event: remind of attendees you know

Progressive Enhancement

Week 1: create contacts as they come up naturally Week 2: add birthdays for close contacts Month 2: review and enrich sparse contacts Ongoing: capture details during conversations

What To Surface Proactively

"Tomorrow is David's birthday" + last interaction + interests "Meeting with Lisa in 2 hours" + her context + last topics "Haven't talked to Mom in 3 weeks" โ€” if user wants relationship nudges "Alex mentioned job hunting last time" โ€” relevant context resurfacing

Details Worth Remembering

Kids/spouse names and ages Recent life events: new job, moved, health issues Preferences: vegetarian, doesn't drink, early riser Sensitive topics to avoid How you can help them / how they can help you

What NOT To Suggest

Syncing with phone contacts โ€” different purpose, keep separate CRM-style pipeline tracking โ€” this is personal, not sales Automated birthday messages โ€” defeats the purpose Social media integration โ€” privacy and complexity

Folder Structure

~/contacts/ โ”œโ”€โ”€ people/ โ”‚ โ”œโ”€โ”€ maria-garcia.md โ”‚ โ””โ”€โ”€ john-smith.md โ”œโ”€โ”€ index.md # quick reference โ””โ”€โ”€ birthdays.md # upcoming dates view

Search and Retrieval

"What do I know about Sarah?" โ†’ show full contact "Who works at Google?" โ†’ search by company "Friends in Madrid" โ†’ search by location + tag "Who have I not seen in 6 months?" โ†’ interaction date scan

Privacy Considerations

This is sensitive data โ€” keep local, encrypt if needed Cloud sync optional but consider privacy Git history shows evolution โ€” consider if appropriate Some notes are for you only โ€” don't share contact file

Relationship Maintenance Prompts

Offer to check on contacts not seen in X months Flag contacts with outdated info Suggest reaching out around their important dates "You mentioned wanting to introduce A to B" โ€” track pending intros

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc