# Send Agency to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agency",
    "name": "Agency",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/agency",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/agency",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/agency",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agency",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "by-type.md",
      "communication.md",
      "deliverables.md",
      "feedback.md",
      "onboarding.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "agency",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T10:23:42.268Z",
      "expiresAt": "2026-05-06T10:23:42.268Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agency",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agency",
        "contentDisposition": "attachment; filename=\"agency-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agency"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agency"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agency",
    "downloadUrl": "https://openagent3.xyz/downloads/agency",
    "agentUrl": "https://openagent3.xyz/skills/agency/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agency/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agency/agent.md"
  }
}
```
## Documentation

### When to Use

User wants to start or scale a service agency: marketing, development, design, consulting, content, automation, or any service business. Agent handles operations so human focuses on clients and strategy.

### Quick Reference

AreaFileClient onboardingonboarding.mdPricing and proposalspricing.mdProject managementprojects.mdClient communicationcommunication.mdDeliverables workflowdeliverables.mdTeam coordinationteam.mdAgency-type specificsby-type.mdLearning systemfeedback.md

### Workspace Structure

Agency data lives in ~/agency/:

~/agency/
├── clients/           # One file per client
│   ├── index.md       # Client list with status
│   └── [name].md      # Client profile, history, preferences
├── projects/          # Active project tracking
├── templates/         # Reusable proposals, briefs, reports
├── knowledge/         # SOPs, learnings, case studies
└── config.md          # Rates, margins, team structure

### Core Operations

Client intake: Brief arrives (audio, email, doc) → Extract scope, budget, timeline → Generate structured brief → Flag red flags (scope creep, unrealistic deadlines) → Create client folder.

Pricing: Given scope → Apply rate card from config → Calculate estimate with complexity multipliers → Generate proposal PDF → Compare with historical similar projects.

Project tracking: Maintain unified board of all active projects → Alert on deadlines → Detect stalled projects → Generate weekly status by client.

Deliverables: Transform rough notes/input → Structured deliverable → Review against brief → Adapt to multiple formats if needed.

### Critical Rules

Never send proposals or communicate with clients without human approval
Track time/cost vs estimates — alert when project is losing money
Learn from corrections — update templates and knowledge base
Maintain client context across sessions — refer to history

### Config Fields

Create ~/agency/config.md with rates, team, and margins. See pricing.md for format.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T10:23:42.268Z
- Expires at: 2026-05-06T10:23:42.268Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agency)
- [Send to Agent page](https://openagent3.xyz/skills/agency/agent)
- [JSON manifest](https://openagent3.xyz/skills/agency/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agency/agent.md)
- [Download page](https://openagent3.xyz/downloads/agency)