{
  "schemaVersion": "1.0",
  "item": {
    "slug": "carddav-contacts",
    "name": "CardDAV Contacts",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/jcromero/carddav-contacts",
    "canonicalUrl": "https://clawhub.ai/jcromero/carddav-contacts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/carddav-contacts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=carddav-contacts",
    "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/carddav-contacts"
    },
    "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/carddav-contacts",
    "agentPageUrl": "https://openagent3.xyz/skills/carddav-contacts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/carddav-contacts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/carddav-contacts/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": "CardDAV Contacts (vdirsyncer + khard)",
        "body": "vdirsyncer syncs CardDAV contacts to local .vcf files. khard reads and manages them via CLI."
      },
      {
        "title": "Sync First",
        "body": "Always sync before querying to ensure you have the latest contacts:\n\nvdirsyncer sync"
      },
      {
        "title": "Quick Search (Smart)",
        "body": "If configured with default_action = list (standard), you can search directly without subcommands:\n\nkhard \"john\"                     # Search for \"john\" in all fields\nkhard \"pilar\"                    # Search for \"pilar\""
      },
      {
        "title": "List & Search (Explicit)",
        "body": "Use list if you need specific flags or if the implicit search doesn't match your config.\n\nkhard list                       # List all contacts\nkhard list \"john\"                # Search explicitly\nkhard list -a work               # List only from 'work' address book\nkhard list -p                    # Parsable output (tab-separated)"
      },
      {
        "title": "View Contact Details",
        "body": "khard show \"john doe\"            # Show details (pretty print)\nkhard show --format yaml \"john\"  # Show as YAML (good for editing)"
      },
      {
        "title": "Quick Field Lookup",
        "body": "Extract specific info (great for piping):\n\nkhard email \"john\"               # List emails only\nkhard phone \"john\"               # List phone numbers only\nkhard postaddress \"john\"         # List postal addresses"
      },
      {
        "title": "Management",
        "body": "khard new                        # Create new contact (interactive editor)\nkhard edit \"john\"                # Edit contact (interactive editor)\nkhard remove \"john\"              # Delete contact\nkhard move \"john\" -a work        # Move to another address book"
      },
      {
        "title": "1. Configure vdirsyncer (~/.config/vdirsyncer/config)",
        "body": "[pair google_contacts]\na = \"google_contacts_remote\"\nb = \"google_contacts_local\"\ncollections = [\"from a\", \"from b\"]\nconflict_resolution = \"a wins\"\n\n[storage google_contacts_remote]\ntype = \"carddav\"\nurl = \"https://www.googleapis.com/.well-known/carddav\"\nusername = \"your@email.com\"\npassword.fetch = [\"command\", \"cat\", \"~/.config/vdirsyncer/google_app_password\"]\n\n[storage google_contacts_local]\ntype = \"filesystem\"\npath = \"~/.local/share/vdirsyncer/contacts/\"\nfileext = \".vcf\""
      },
      {
        "title": "2. Configure khard (~/.config/khard/khard.conf)",
        "body": "Critically, set default_action = list to enable quick search.\n\n[addressbooks]\n[[google]]\npath = ~/.local/share/vdirsyncer/contacts/default/\n\n[general]\ndefault_action = list\neditor = vim\nmerge_editor = vimdiff\n\n[contact table]\ndisplay = formatted_name\nsort = last_name"
      },
      {
        "title": "3. Initialize",
        "body": "mkdir -p ~/.local/share/vdirsyncer/contacts\nvdirsyncer discover google_contacts\nvdirsyncer sync"
      }
    ],
    "body": "CardDAV Contacts (vdirsyncer + khard)\n\nvdirsyncer syncs CardDAV contacts to local .vcf files. khard reads and manages them via CLI.\n\nSync First\n\nAlways sync before querying to ensure you have the latest contacts:\n\nvdirsyncer sync\n\nQuick Search (Smart)\n\nIf configured with default_action = list (standard), you can search directly without subcommands:\n\nkhard \"john\"                     # Search for \"john\" in all fields\nkhard \"pilar\"                    # Search for \"pilar\"\n\nList & Search (Explicit)\n\nUse list if you need specific flags or if the implicit search doesn't match your config.\n\nkhard list                       # List all contacts\nkhard list \"john\"                # Search explicitly\nkhard list -a work               # List only from 'work' address book\nkhard list -p                    # Parsable output (tab-separated)\n\nView Contact Details\nkhard show \"john doe\"            # Show details (pretty print)\nkhard show --format yaml \"john\"  # Show as YAML (good for editing)\n\nQuick Field Lookup\n\nExtract specific info (great for piping):\n\nkhard email \"john\"               # List emails only\nkhard phone \"john\"               # List phone numbers only\nkhard postaddress \"john\"         # List postal addresses\n\nManagement\nkhard new                        # Create new contact (interactive editor)\nkhard edit \"john\"                # Edit contact (interactive editor)\nkhard remove \"john\"              # Delete contact\nkhard move \"john\" -a work        # Move to another address book\n\nConfiguration Setup\n1. Configure vdirsyncer (~/.config/vdirsyncer/config)\n[pair google_contacts]\na = \"google_contacts_remote\"\nb = \"google_contacts_local\"\ncollections = [\"from a\", \"from b\"]\nconflict_resolution = \"a wins\"\n\n[storage google_contacts_remote]\ntype = \"carddav\"\nurl = \"https://www.googleapis.com/.well-known/carddav\"\nusername = \"your@email.com\"\npassword.fetch = [\"command\", \"cat\", \"~/.config/vdirsyncer/google_app_password\"]\n\n[storage google_contacts_local]\ntype = \"filesystem\"\npath = \"~/.local/share/vdirsyncer/contacts/\"\nfileext = \".vcf\"\n\n2. Configure khard (~/.config/khard/khard.conf)\n\nCritically, set default_action = list to enable quick search.\n\n[addressbooks]\n[[google]]\npath = ~/.local/share/vdirsyncer/contacts/default/\n\n[general]\ndefault_action = list\neditor = vim\nmerge_editor = vimdiff\n\n[contact table]\ndisplay = formatted_name\nsort = last_name\n\n3. Initialize\nmkdir -p ~/.local/share/vdirsyncer/contacts\nvdirsyncer discover google_contacts\nvdirsyncer sync"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jcromero/carddav-contacts",
    "publisherUrl": "https://clawhub.ai/jcromero/carddav-contacts",
    "owner": "jcromero",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/carddav-contacts",
    "downloadUrl": "https://openagent3.xyz/downloads/carddav-contacts",
    "agentUrl": "https://openagent3.xyz/skills/carddav-contacts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/carddav-contacts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/carddav-contacts/agent.md"
  }
}