{
  "schemaVersion": "1.0",
  "item": {
    "slug": "people",
    "name": "Contacts",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/people",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/people",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/people",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=people",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/people"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/people",
    "agentPageUrl": "https://openagent3.xyz/skills/people/agent",
    "manifestUrl": "https://openagent3.xyz/skills/people/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/people/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Core Behavior",
        "body": "User mentions a person → check if contact exists, offer to create/update\nCalendar event detected with contact → surface relevant notes before meeting\nBirthday approaching → remind with context about the person\nCreate ~/contacts/ as workspace"
      },
      {
        "title": "When User Mentions Someone",
        "body": "\"Had coffee with Maria\" → log interaction, create contact if new\n\"John's daughter is Sofia\" → add to personal details\n\"Sarah loves hiking\" → add to interests/notes\n\"Meeting with Tom tomorrow\" → check calendar, surface Tom's context"
      },
      {
        "title": "Contact Structure",
        "body": "One Markdown file per person: maria-garcia.md\nSections: basics, personal details, interaction history, notes\nTags for grouping: #family #work #friend #neighbor\nKeep it human-readable — this is about relationships, not data entry"
      },
      {
        "title": "Key Fields To Capture",
        "body": "Name, how you met, where they work/live\nBirthday, anniversary, important dates\nFamily members, pets, kids names\nInterests, hobbies, what they care about\nLast interaction and context\nHow they prefer to communicate"
      },
      {
        "title": "Interaction Logging",
        "body": "Date + brief note: \"2024-03-15: Lunch, discussed her new job\"\nDon't force structure — freeform is fine\nRecent interactions at top — most relevant for context\nLink to related contacts if group interaction"
      },
      {
        "title": "Birthday System",
        "body": "Store birthday in frontmatter or consistent format\nDaily/weekly scan for upcoming birthdays\nRemind 3-7 days ahead — time to prepare\nInclude context: interests, gift ideas from notes"
      },
      {
        "title": "Calendar Integration",
        "body": "Before meeting: \"You're meeting Alex tomorrow. Last saw him in January, discussed his startup pivot\"\nAfter meeting: prompt to log interaction\nDetect recurring meetings — suggest adding contact details if sparse\nConference/event: remind of attendees you know"
      },
      {
        "title": "Progressive Enhancement",
        "body": "Week 1: create contacts as they come up naturally\nWeek 2: add birthdays for close contacts\nMonth 2: review and enrich sparse contacts\nOngoing: capture details during conversations"
      },
      {
        "title": "What To Surface Proactively",
        "body": "\"Tomorrow is David's birthday\" + last interaction + interests\n\"Meeting with Lisa in 2 hours\" + her context + last topics\n\"Haven't talked to Mom in 3 weeks\" — if user wants relationship nudges\n\"Alex mentioned job hunting last time\" — relevant context resurfacing"
      },
      {
        "title": "Details Worth Remembering",
        "body": "Kids/spouse names and ages\nRecent life events: new job, moved, health issues\nPreferences: vegetarian, doesn't drink, early riser\nSensitive topics to avoid\nHow you can help them / how they can help you"
      },
      {
        "title": "What NOT To Suggest",
        "body": "Syncing with phone contacts — different purpose, keep separate\nCRM-style pipeline tracking — this is personal, not sales\nAutomated birthday messages — defeats the purpose\nSocial media integration — privacy and complexity"
      },
      {
        "title": "Folder Structure",
        "body": "~/contacts/\n├── people/\n│   ├── maria-garcia.md\n│   └── john-smith.md\n├── index.md          # quick reference\n└── birthdays.md      # upcoming dates view"
      },
      {
        "title": "Search and Retrieval",
        "body": "\"What do I know about Sarah?\" → show full contact\n\"Who works at Google?\" → search by company\n\"Friends in Madrid\" → search by location + tag\n\"Who have I not seen in 6 months?\" → interaction date scan"
      },
      {
        "title": "Privacy Considerations",
        "body": "This is sensitive data — keep local, encrypt if needed\nCloud sync optional but consider privacy\nGit history shows evolution — consider if appropriate\nSome notes are for you only — don't share contact file"
      },
      {
        "title": "Relationship Maintenance Prompts",
        "body": "Offer to check on contacts not seen in X months\nFlag contacts with outdated info\nSuggest reaching out around their important dates\n\"You mentioned wanting to introduce A to B\" — track pending intros"
      }
    ],
    "body": "Core Behavior\nUser mentions a person → check if contact exists, offer to create/update\nCalendar event detected with contact → surface relevant notes before meeting\nBirthday approaching → remind with context about the person\nCreate ~/contacts/ as workspace\nWhen User Mentions Someone\n\"Had coffee with Maria\" → log interaction, create contact if new\n\"John's daughter is Sofia\" → add to personal details\n\"Sarah loves hiking\" → add to interests/notes\n\"Meeting with Tom tomorrow\" → check calendar, surface Tom's context\nContact Structure\nOne Markdown file per person: maria-garcia.md\nSections: basics, personal details, interaction history, notes\nTags for grouping: #family #work #friend #neighbor\nKeep it human-readable — this is about relationships, not data entry\nKey Fields To Capture\nName, how you met, where they work/live\nBirthday, anniversary, important dates\nFamily members, pets, kids names\nInterests, hobbies, what they care about\nLast interaction and context\nHow they prefer to communicate\nInteraction Logging\nDate + brief note: \"2024-03-15: Lunch, discussed her new job\"\nDon't force structure — freeform is fine\nRecent interactions at top — most relevant for context\nLink to related contacts if group interaction\nBirthday System\nStore birthday in frontmatter or consistent format\nDaily/weekly scan for upcoming birthdays\nRemind 3-7 days ahead — time to prepare\nInclude context: interests, gift ideas from notes\nCalendar Integration\nBefore meeting: \"You're meeting Alex tomorrow. Last saw him in January, discussed his startup pivot\"\nAfter meeting: prompt to log interaction\nDetect recurring meetings — suggest adding contact details if sparse\nConference/event: remind of attendees you know\nProgressive Enhancement\nWeek 1: create contacts as they come up naturally\nWeek 2: add birthdays for close contacts\nMonth 2: review and enrich sparse contacts\nOngoing: capture details during conversations\nWhat To Surface Proactively\n\"Tomorrow is David's birthday\" + last interaction + interests\n\"Meeting with Lisa in 2 hours\" + her context + last topics\n\"Haven't talked to Mom in 3 weeks\" — if user wants relationship nudges\n\"Alex mentioned job hunting last time\" — relevant context resurfacing\nDetails Worth Remembering\nKids/spouse names and ages\nRecent life events: new job, moved, health issues\nPreferences: vegetarian, doesn't drink, early riser\nSensitive topics to avoid\nHow you can help them / how they can help you\nWhat NOT To Suggest\nSyncing with phone contacts — different purpose, keep separate\nCRM-style pipeline tracking — this is personal, not sales\nAutomated birthday messages — defeats the purpose\nSocial media integration — privacy and complexity\nFolder Structure\n~/contacts/\n├── people/\n│   ├── maria-garcia.md\n│   └── john-smith.md\n├── index.md          # quick reference\n└── birthdays.md      # upcoming dates view\n\nSearch and Retrieval\n\"What do I know about Sarah?\" → show full contact\n\"Who works at Google?\" → search by company\n\"Friends in Madrid\" → search by location + tag\n\"Who have I not seen in 6 months?\" → interaction date scan\nPrivacy Considerations\nThis is sensitive data — keep local, encrypt if needed\nCloud sync optional but consider privacy\nGit history shows evolution — consider if appropriate\nSome notes are for you only — don't share contact file\nRelationship Maintenance Prompts\nOffer to check on contacts not seen in X months\nFlag contacts with outdated info\nSuggest reaching out around their important dates\n\"You mentioned wanting to introduce A to B\" — track pending intros"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/people",
    "publisherUrl": "https://clawhub.ai/ivangdavila/people",
    "owner": "ivangdavila",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/people",
    "downloadUrl": "https://openagent3.xyz/downloads/people",
    "agentUrl": "https://openagent3.xyz/skills/people/agent",
    "manifestUrl": "https://openagent3.xyz/skills/people/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/people/agent.md"
  }
}