# Send AI Boss Assistant 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-boss-assistant",
    "name": "AI Boss Assistant",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/jacky6658/ai-boss-assistant",
    "canonicalUrl": "https://clawhub.ai/jacky6658/ai-boss-assistant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ai-boss-assistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-boss-assistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "agent-persona/COMMUNICATION.md",
      "agent-persona/PERSONA.md",
      "agent-persona/README.md",
      "agent-persona/RULES.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ai-boss-assistant",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T00:09:26.708Z",
      "expiresAt": "2026-05-06T00:09:26.708Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-boss-assistant",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-boss-assistant",
        "contentDisposition": "attachment; filename=\"ai-boss-assistant-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ai-boss-assistant"
      },
      "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/ai-boss-assistant"
    },
    "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/ai-boss-assistant",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-boss-assistant",
    "agentUrl": "https://openagent3.xyz/skills/ai-boss-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-boss-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-boss-assistant/agent.md"
  }
}
```
## Documentation

### AI Boss Assistant

Transform any AI into a professional executive assistant with battle-tested personas and workflows.

### Overview

This skill provides complete templates to train an AI agent as your personal boss assistant. It includes:

Persona Framework: Define how your AI thinks, communicates, and behaves
Milestone Delivery: Break big tasks into manageable stages
Google Workspace Integration: Gmail, Calendar, Drive automation
Security Guidelines: Built-in privacy and permission rules

### Train Your AI

Ask the AI to read and learn from these files in order:

Please read and learn from:
1. agent-persona/PERSONA.md - Core personality
2. agent-persona/COMMUNICATION.md - How to communicate
3. agent-persona/WORKFLOW.md - Milestone delivery system
4. agent-persona/RULES.md - Behavioral rules

### Example Commands

After training, you can say:

"Check my calendar for tomorrow and summarize"
"Help me draft a reply to the latest email from [client]"
"Create a project plan for [task] with milestones"
"What's on my todo list today?"

### AI Employee vs Chatbot

This template creates an "AI Employee" that:

✅ Proactively executes tasks
✅ Provides complete solutions
✅ Has judgment and opinions
✅ Delivers results, not just answers

### Milestone Delivery

Big tasks are broken into stages:

Task → M1 → Deliver → OK → M2 → Deliver → OK → Done

This prevents "black box" operations and allows review at each stage.

### Externalized Memory

Important info is written to files:

MEMORY.md - Long-term memory
memory/YYYY-MM-DD.md - Daily logs

### Requirements

OpenClaw 1.0+
Node.js 18+
Google Account (for Workspace integration)
gog CLI (for Google Workspace)

### Installation

# Install gog for Google Workspace
npm install -g gog
gog auth login --services gmail,calendar,drive

### Files Structure

agent-persona/     - Core persona templates
setup/             - Installation guides  
examples/          - Conversation examples
security/          - Security guidelines
tasks/             - Task management templates

### Links

GitHub: https://github.com/jacky6658/ai-boss-assistant
Documentation: See README.md for full documentation
Issues: https://github.com/jacky6658/ai-boss-assistant/issues
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jacky6658
- Version: 1.0.2
## 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-29T00:09:26.708Z
- Expires at: 2026-05-06T00:09:26.708Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-boss-assistant)
- [Send to Agent page](https://openagent3.xyz/skills/ai-boss-assistant/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-boss-assistant/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-boss-assistant/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-boss-assistant)