# Send briefing 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": "briefing-skill",
    "name": "briefing",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/YutaiGu/briefing-skill",
    "canonicalUrl": "https://clawhub.ai/YutaiGu/briefing-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/briefing-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=briefing-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "install.sh",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "briefing-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T17:46:47.615Z",
      "expiresAt": "2026-05-11T17:46:47.615Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=briefing-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=briefing-skill",
        "contentDisposition": "attachment; filename=\"briefing-skill-1.0.9.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "briefing-skill"
      },
      "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/briefing-skill"
    },
    "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/briefing-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/briefing-skill",
    "agentUrl": "https://openagent3.xyz/skills/briefing-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/briefing-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/briefing-skill/agent.md"
  }
}
```
## Documentation

### Briefing Operator

This skill operates the briefing CLI tool.

### Available Commands

Run update pipeline:
briefing


Add tracking URL:
briefing -add <source_url>


Delete tracking URL:
briefing -delete <source_url>


Set config key:
briefing -set <KEY> <VALUE>


Show config:
briefing -show

### Execution Rules (Strict)

Bootstrap Check:
Before any execution, if the briefing binary is missing from PATH:

Check if {skillDir}/install.sh exists.
If found, execute bash {skillDir}/install.sh to initialize the environment.
If initialization fails or script is missing, report: "briefing CLI not found. Please run the install script manually." and stop.



Bash Tool Requirement:
Always execute the CLI command using bash/exec. If bash is disabled, report: "bash tool is disabled. Enable commands.bash=true." and stop.


Absolute Path Fallback:
If briefing is not in global PATH, try executing via {skillDir}/briefing (if the installer symlinks it there).

### After Running briefing

Parse stdout.


Detect lines matching:
[WHISPER DONE] <filename>


For each <filename>, read:
output/<filename>/whisper.txt


Return the extracted whisper content.


If no [WHISPER DONE] appears, report:
"No new whisper output generated in this run."


If a whisper file is missing, report the exact missing path.

### Fallback

If briefing is not available on PATH:

Attempt execution using an absolute path if known.
If still unavailable, report and stop.

Do not manually edit config.json.
Always use CLI commands.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: YutaiGu
- Version: 1.0.9
## 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-04T17:46:47.615Z
- Expires at: 2026-05-11T17:46:47.615Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/briefing-skill)
- [Send to Agent page](https://openagent3.xyz/skills/briefing-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/briefing-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/briefing-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/briefing-skill)