{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clients",
    "name": "Clients",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/clients",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/clients",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clients",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clients",
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/clients"
    },
    "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/clients",
    "agentPageUrl": "https://openagent3.xyz/skills/clients/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clients/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clients/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 client → offer to create/update profile\nUser needs context → surface relevant history\nUser shares document → help associate to client\nCreate ~/clients/ as workspace"
      },
      {
        "title": "File Structure",
        "body": "~/clients/\n├── active/\n│   └── acme-corp/\n│       ├── profile.md\n│       ├── projects/\n│       ├── documents/\n│       ├── communications/\n│       └── notes.md\n├── past/\n├── leads/\n└── templates/"
      },
      {
        "title": "Client Folder Structure",
        "body": "acme-corp/\n├── profile.md          # Main info, contacts\n├── projects/\n│   ├── 2024-rebrand/\n│   └── 2023-website/\n├── documents/\n│   ├── contracts/\n│   ├── invoices/\n│   ├── proposals/\n│   └── assets/\n├── communications/\n│   └── meeting-notes/\n└── notes.md            # Quick notes, observations"
      },
      {
        "title": "Client Profile",
        "body": "# profile.md\n## Company\nAcme Corp\nIndustry: E-commerce\nWebsite: acme.com\nSince: 2022\n\n## Contacts\n### Primary\nSarah Chen — VP Product\nsarah@acme.com | +1 555-0123\nBest channel: Slack\n\n### Others\n- Mike Torres — Engineering\n- Lisa Park — Finance/Invoicing\n\n## Preferences\n- Communication: Slack, quick responses\n- Meetings: Tuesdays, mornings\n- Decisions: Needs CEO approval over $5k\n\n## Key Info\n- Payment terms: Net 30\n- Timezone: PST\n- Fiscal year ends: December"
      },
      {
        "title": "Projects",
        "body": "# projects/2024-rebrand/project.md\n## Overview\nScope: Full brand refresh\nBudget: $25,000\nTimeline: Feb - April 2024\nStatus: In progress\n\n## Milestones\n- [x] Discovery\n- [x] Brand strategy\n- [ ] Visual identity — due Feb 20\n- [ ] Guidelines\n\n## Team\n- Lead: Sarah\n- Stakeholders: CEO, Marketing\n\n## Deliverables\n/documents/deliverables/\n\n## Notes\nScope expanded to include motion graphics (+$5k approved)"
      },
      {
        "title": "Documents Organization",
        "body": "documents/\n├── contracts/\n│   └── 2024-service-agreement.pdf\n├── invoices/\n│   ├── INV-2024-001.pdf\n│   └── INV-2024-002.pdf\n├── proposals/\n│   └── rebrand-proposal-v2.pdf\n├── assets/\n│   └── brand-files/\n└── received/\n    └── their-materials/"
      },
      {
        "title": "Communications Log",
        "body": "# communications/log.md\n## 2024-02-10 — Call with Sarah\n- Reviewed wireframes, approved with minor changes\n- Budget discussion: approved motion graphics add-on\n- Next: send revised timeline by Friday\n\n## 2024-02-03 — Email thread\n- Sent proposal v2\n- Questions about timeline, addressed"
      },
      {
        "title": "Quick Notes",
        "body": "# notes.md\n## Observations\n- Prefers visual presentations over documents\n- CEO is hands-off until final review\n- Always pays on time\n- Referred two other clients\n\n## To Remember\n- Sarah's assistant handles scheduling\n- Use project code \"ACM24\" on invoices\n- They close office last week of December"
      },
      {
        "title": "Leads",
        "body": "# leads/pipeline.md\n## Hot\n- TechStartup — proposal sent, decision Friday\n\n## Warm\n- AgencyXYZ — interested, following up next week\n\n## Cold\n- BigCorp — revisit Q3"
      },
      {
        "title": "What To Surface",
        "body": "\"Last contact with Acme was 2 weeks ago\"\n\"Sarah prefers Slack\"\n\"Contract renewal due next month\"\n\"Open invoice: $5,000, sent 15 days ago\""
      },
      {
        "title": "Before Meetings",
        "body": "Pull context:\n\nCurrent project status\nLast communication\nOpen items\nTheir preferences"
      },
      {
        "title": "What To Track",
        "body": "All contacts with roles\nCommunication preferences\nProject history with outcomes\nPayment patterns\nImportant dates (renewals, reviews)"
      },
      {
        "title": "Progressive Enhancement",
        "body": "Start: create folder for active clients\nAdd key contacts and preferences\nMove documents into structure\nLog communications after meetings"
      },
      {
        "title": "What NOT To Do",
        "body": "Keep documents scattered outside client folder\nForget to log important calls\nLose track of open invoices\nMiss contract renewal dates"
      }
    ],
    "body": "Core Behavior\nUser mentions client → offer to create/update profile\nUser needs context → surface relevant history\nUser shares document → help associate to client\nCreate ~/clients/ as workspace\nFile Structure\n~/clients/\n├── active/\n│   └── acme-corp/\n│       ├── profile.md\n│       ├── projects/\n│       ├── documents/\n│       ├── communications/\n│       └── notes.md\n├── past/\n├── leads/\n└── templates/\n\nClient Folder Structure\nacme-corp/\n├── profile.md          # Main info, contacts\n├── projects/\n│   ├── 2024-rebrand/\n│   └── 2023-website/\n├── documents/\n│   ├── contracts/\n│   ├── invoices/\n│   ├── proposals/\n│   └── assets/\n├── communications/\n│   └── meeting-notes/\n└── notes.md            # Quick notes, observations\n\nClient Profile\n# profile.md\n## Company\nAcme Corp\nIndustry: E-commerce\nWebsite: acme.com\nSince: 2022\n\n## Contacts\n### Primary\nSarah Chen — VP Product\nsarah@acme.com | +1 555-0123\nBest channel: Slack\n\n### Others\n- Mike Torres — Engineering\n- Lisa Park — Finance/Invoicing\n\n## Preferences\n- Communication: Slack, quick responses\n- Meetings: Tuesdays, mornings\n- Decisions: Needs CEO approval over $5k\n\n## Key Info\n- Payment terms: Net 30\n- Timezone: PST\n- Fiscal year ends: December\n\nProjects\n# projects/2024-rebrand/project.md\n## Overview\nScope: Full brand refresh\nBudget: $25,000\nTimeline: Feb - April 2024\nStatus: In progress\n\n## Milestones\n- [x] Discovery\n- [x] Brand strategy\n- [ ] Visual identity — due Feb 20\n- [ ] Guidelines\n\n## Team\n- Lead: Sarah\n- Stakeholders: CEO, Marketing\n\n## Deliverables\n/documents/deliverables/\n\n## Notes\nScope expanded to include motion graphics (+$5k approved)\n\nDocuments Organization\ndocuments/\n├── contracts/\n│   └── 2024-service-agreement.pdf\n├── invoices/\n│   ├── INV-2024-001.pdf\n│   └── INV-2024-002.pdf\n├── proposals/\n│   └── rebrand-proposal-v2.pdf\n├── assets/\n│   └── brand-files/\n└── received/\n    └── their-materials/\n\nCommunications Log\n# communications/log.md\n## 2024-02-10 — Call with Sarah\n- Reviewed wireframes, approved with minor changes\n- Budget discussion: approved motion graphics add-on\n- Next: send revised timeline by Friday\n\n## 2024-02-03 — Email thread\n- Sent proposal v2\n- Questions about timeline, addressed\n\nQuick Notes\n# notes.md\n## Observations\n- Prefers visual presentations over documents\n- CEO is hands-off until final review\n- Always pays on time\n- Referred two other clients\n\n## To Remember\n- Sarah's assistant handles scheduling\n- Use project code \"ACM24\" on invoices\n- They close office last week of December\n\nLeads\n# leads/pipeline.md\n## Hot\n- TechStartup — proposal sent, decision Friday\n\n## Warm\n- AgencyXYZ — interested, following up next week\n\n## Cold\n- BigCorp — revisit Q3\n\nWhat To Surface\n\"Last contact with Acme was 2 weeks ago\"\n\"Sarah prefers Slack\"\n\"Contract renewal due next month\"\n\"Open invoice: $5,000, sent 15 days ago\"\nBefore Meetings\n\nPull context:\n\nCurrent project status\nLast communication\nOpen items\nTheir preferences\nWhat To Track\nAll contacts with roles\nCommunication preferences\nProject history with outcomes\nPayment patterns\nImportant dates (renewals, reviews)\nProgressive Enhancement\nStart: create folder for active clients\nAdd key contacts and preferences\nMove documents into structure\nLog communications after meetings\nWhat NOT To Do\nKeep documents scattered outside client folder\nForget to log important calls\nLose track of open invoices\nMiss contract renewal dates"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/clients",
    "publisherUrl": "https://clawhub.ai/ivangdavila/clients",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clients",
    "downloadUrl": "https://openagent3.xyz/downloads/clients",
    "agentUrl": "https://openagent3.xyz/skills/clients/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clients/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clients/agent.md"
  }
}