# Send Creative Ops Copilot 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": "creative-ops-copilot",
    "name": "Creative Ops Copilot",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Wiseape11/creative-ops-copilot",
    "canonicalUrl": "https://clawhub.ai/Wiseape11/creative-ops-copilot",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/creative-ops-copilot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=creative-ops-copilot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/config.example.json",
      "scripts/creative_ops_copilot.py",
      "SKILL.md",
      "_meta.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "creative-ops-copilot",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T04:31:01.430Z",
      "expiresAt": "2026-05-09T04:31:01.430Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=creative-ops-copilot",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=creative-ops-copilot",
        "contentDisposition": "attachment; filename=\"creative-ops-copilot-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "creative-ops-copilot"
      },
      "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/creative-ops-copilot"
    },
    "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/creative-ops-copilot",
    "downloadUrl": "https://openagent3.xyz/downloads/creative-ops-copilot",
    "agentUrl": "https://openagent3.xyz/skills/creative-ops-copilot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/creative-ops-copilot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/creative-ops-copilot/agent.md"
  }
}
```
## Documentation

### What to do

Ask for (or infer) the input brief:

Paste text directly, or
Provide a file path to a brief/email/thread export.

Produce these outputs (always):

docs/creative-ops/plan.md (client-ready)
docs/creative-ops/estimate.json (structured line items)
docs/creative-ops/invoice-draft.json (ready for API import later)

If Chris wants it, also:

Create a project folder skeleton (AE/C4D/Octane-friendly) with a docs/README.md.
POST the invoice draft to the local invoicing API (only if base URL is configured and Chris says “push it”).

### Canonical output structure (plan.md)

Project summary (one paragraph)
Goals / Success criteria
Deliverables (matrix)

Format, duration, aspect ratios, versions, audio deliverables


Workflow assumptions

what’s included, what’s not, number of review rounds


Open questions (what you still need answered)
Production plan

phases + milestones + review windows


Risks / dependencies
Estimate

line items + hours + rate + subtotal + contingency


Next actions

### How to generate reliably

Prefer generating structured data first, then render it:

Extract entities

Client name
Project name
Deadline/date constraints
Deliverables list
Constraints (brand, legal, footage supply, approvals)

Decide the production approach

Template-driven vs bespoke
2D AE vs 3D C4D vs mixed

Estimate with motion/VFX realism

Prepro (briefing, styleframes, boards)
Production (anim, 3D, comp)
Audio/music/licensing (if applicable)
Renders, exports, versioning
PM/admin buffer

### Scripts (recommended)

Use the bundled script to create consistent outputs:

python skills/creative-ops-copilot/scripts/creative_ops_copilot.py --brief "<paste brief>" --out .

If the brief is a file:

python skills/creative-ops-copilot/scripts/creative_ops_copilot.py --brief-file "C:\\path\\to\\brief.txt" --out .

To also create a project skeleton:

python skills/creative-ops-copilot/scripts/creative_ops_copilot.py --brief "..." --out . --skeleton

To attempt pushing the invoice draft to your local invoicing API (only if configured):

python skills/creative-ops-copilot/scripts/creative_ops_copilot.py --brief "..." --out . --push-invoice

### Configuration

Optional config file:

skills/creative-ops-copilot/references/config.example.json

Copy to:

skills/creative-ops-copilot/references/config.json

Then edit:

invoicingApi.baseUrl
invoicingApi.apiKey (if needed)
rateCard defaults

### Notes

Keep outputs concise, clean, and client-ready.
When anything is missing/ambiguous, surface it under Open questions instead of guessing.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Wiseape11
- Version: 0.1.0
## 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-05-02T04:31:01.430Z
- Expires at: 2026-05-09T04:31:01.430Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/creative-ops-copilot)
- [Send to Agent page](https://openagent3.xyz/skills/creative-ops-copilot/agent)
- [JSON manifest](https://openagent3.xyz/skills/creative-ops-copilot/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/creative-ops-copilot/agent.md)
- [Download page](https://openagent3.xyz/downloads/creative-ops-copilot)