# Send Office 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": "office",
    "name": "Office",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/office",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/office",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/office",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=office",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "documents.md",
      "facilities.md",
      "presentations.md",
      "spreadsheets.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "office",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T13:43:12.392Z",
      "expiresAt": "2026-05-07T13:43:12.392Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=office",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=office",
        "contentDisposition": "attachment; filename=\"office-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "office"
      },
      "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/office"
    },
    "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/office",
    "downloadUrl": "https://openagent3.xyz/downloads/office",
    "agentUrl": "https://openagent3.xyz/skills/office/agent",
    "manifestUrl": "https://openagent3.xyz/skills/office/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/office/agent.md"
  }
}
```
## Documentation

### What "Office" Means Here

Productivity software: Microsoft 365, Google Workspace, and office administration.

SignalContextLoadFormulas, pivot tables, VLOOKUP, macrosSpreadsheetstools/spreadsheets.mdFormatting, headers, mail merge, TOCDocumentstools/documents.mdSlides, animations, presenter viewPresentationstools/presentations.mdSupplies, vendors, facilities, spaceOffice adminadmin/facilities.md

### Spreadsheets (Excel / Google Sheets)

Formulas people actually need:

VLOOKUP / XLOOKUP — lookup value in table, return another column
SUMIF / COUNTIF — sum/count with conditions
INDEX/MATCH — more flexible than VLOOKUP
IF with AND/OR — conditional logic

Common problems:

VLOOKUP returns #N/A → check for spaces, data types, exact match setting
Formula works in one cell, breaks when copied → missing $ for absolute references
Dates sorting wrong → format as actual dates, not text

Pivot tables: Right-click data → Create Pivot Table → drag fields to rows/columns/values.

### Documents (Word / Google Docs)

Formatting essentials:

Use Styles (Heading 1, 2, 3) for structure — enables automatic TOC
Page numbers starting on page 3: Insert break → Different First Page → start numbering
Different headers per section: Section breaks, unlink from previous

Mail Merge:

Prepare data source (Excel with columns: Name, Address, etc.)
Word → Mailings → Start Mail Merge → Letters
Insert Merge Fields where dynamic content goes
Preview Results → Finish & Merge

### Presentations (PowerPoint / Google Slides)

Professional basics:

Slide Master for consistent styling (View → Slide Master)
6x6 rule: max 6 bullets, 6 words per bullet
One idea per slide

Animations:

Entrance animations for bullet reveal (Appear > Fade > Fly In)
Timing: On Click vs After Previous
Keep it subtle — animation should aid, not distract

Presenter View: F5 to present, use Presenter View to see notes while audience sees slides.

### Office Administration

For those managing physical office operations:

Supplies & Inventory:

Track with simple spreadsheet: Item, Quantity, Reorder Point, Supplier
Set calendar reminders for regular orders
Bulk ordering usually 15-30% cheaper

Vendor Management:

Cleaning, maintenance, IT support contracts
Document SLAs and contact info in shared location
Review contracts annually for renegotiation

Space Planning:

Hot-desking: Use booking system (even a shared calendar works)
Meeting room: Clear naming, visible displays, 15-min buffers

### Quick Reference

TaskExcel/SheetsWord/DocsPowerPoint/SlidesFind valueVLOOKUP/XLOOKUPFind & ReplaceFind & ReplaceConditional formatHome → ConditionalN/AN/AAuto-update contentFormulasFieldsLinksExport to PDFFile → Save AsFile → Save AsFile → Save As
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.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-04-30T13:43:12.392Z
- Expires at: 2026-05-07T13:43:12.392Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/office)
- [Send to Agent page](https://openagent3.xyz/skills/office/agent)
- [JSON manifest](https://openagent3.xyz/skills/office/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/office/agent.md)
- [Download page](https://openagent3.xyz/downloads/office)