# Send Brief 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": "brief",
    "name": "Brief",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/brief",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/brief",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/brief",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brief",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "dimensions.md",
      "preferences.md",
      "templates.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "brief",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T04:39:18.475Z",
      "expiresAt": "2026-05-06T04:39:18.475Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brief",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brief",
        "contentDisposition": "attachment; filename=\"brief-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "brief"
      },
      "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/brief"
    },
    "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/brief",
    "downloadUrl": "https://openagent3.xyz/downloads/brief",
    "agentUrl": "https://openagent3.xyz/skills/brief/agent",
    "manifestUrl": "https://openagent3.xyz/skills/brief/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/brief/agent.md"
  }
}
```
## Documentation

### Data Storage

~/brief/
├── preferences.md    # Learned format preferences
└── templates/        # Custom brief templates

Create on first use: mkdir -p ~/brief/templates

### Scope

This skill:

✅ Structures information user provides into briefs
✅ Learns format preferences from explicit feedback
✅ Stores preferences in ~/brief/preferences.md

User-driven model:

User specifies WHAT information to include
User grants access to any needed sources
Skill handles STRUCTURE and FORMAT

This skill does NOT:

❌ Access files, email, or calendar without user request
❌ Pull data from sources user hasn't specified
❌ Store content (only format preferences)

### Quick Reference

TopicFileFormat dimensionsdimensions.mdBrief templatestemplates.md

### 1. User Specifies Sources

When user requests a brief:

User provides the information OR specifies where to get it
If source requires access, user grants it explicitly
Skill structures and formats the output

Example:

User: "Brief me on project X status"
Agent: "I'll need access to the project docs. Can you share 
        the status doc or grant access to the project folder?"
User: [shares doc or grants access]
→ Brief generated from user-provided source

### 2. Brief Structure

📋 [BRIEF TYPE] — [SUBJECT]

⚡ BOTTOM LINE
[1-2 sentences: key takeaway]

📊 KEY POINTS
• [Point 1]
• [Point 2]
• [Point 3]

🎯 ACTION NEEDED
[Decision or action required]

### 3. Learn from Explicit Feedback

"Too detailed" → shorten future briefs
"Missing X" → ask about X in future
"Perfect" → reinforce current format
Store preferences in ~/brief/preferences.md

### 4. Preference Storage Format

One line per preference:

- Prefers bullet points over paragraphs
- Executive summary first
- Include metrics when available
- Max 1 page for status briefs

### 5. Brief Types

TypeWhenKey elementsExecutiveDecision neededBLUF, recommendation, risksProjectStatus updateProgress, blockers, next stepsMeetingBefore meetingPurpose, context, decisionsHandoffTransitionCurrent state, gotchas, priorities
## 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-29T04:39:18.475Z
- Expires at: 2026-05-06T04:39:18.475Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/brief)
- [Send to Agent page](https://openagent3.xyz/skills/brief/agent)
- [JSON manifest](https://openagent3.xyz/skills/brief/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/brief/agent.md)
- [Download page](https://openagent3.xyz/downloads/brief)