# Send Material Report 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": "material-report",
    "name": "Material Report",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/fevolq/material-report",
    "canonicalUrl": "https://clawhub.ai/fevolq/material-report",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/material-report",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=material-report",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/report_template.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "material-report",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T19:58:45.926Z",
      "expiresAt": "2026-05-06T19:58:45.926Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=material-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=material-report",
        "contentDisposition": "attachment; filename=\"material-report-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "material-report"
      },
      "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/material-report"
    },
    "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/material-report",
    "downloadUrl": "https://openagent3.xyz/downloads/material-report",
    "agentUrl": "https://openagent3.xyz/skills/material-report/agent",
    "manifestUrl": "https://openagent3.xyz/skills/material-report/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/material-report/agent.md"
  }
}
```
## Documentation

### Quick Start

Request or confirm: video path, category/vertical, target platform.
Duration spec: keep the new material duration roughly consistent with the original video unless the user explicitly requests otherwise.
Analyze the provided video and output a markdown report.

### Workflow

Verify the video file exists and read basic metadata (duration, resolution, fps).
Before extracting frames, check whether frame images already exist. If they do, reuse them directly.
If frame extraction is needed, use ffmpeg to extract frames. Save all frame images in a folder named after the video (same base name) under the current working directory. If permissions prevent this, ask the user to grant access; do not change the output path.
If ffmpeg is not available on the user's machine, prompt the user to install ffmpeg (do not provide installation instructions in this skill) or provide an existing frame image folder path.
Extract the original framework as ordered stages (opening hook, problem, turning points, resolution, ending/CTA).

Hook identification: prioritize the first 0-5 seconds and any large on-screen headline, abrupt visual change, or explicit "attention" phrasing. If the hook is ambiguous, state multiple candidates and pick the strongest with a brief rationale.


Summarize material traits (format, tempo, overlays, UI density, meme usage, etc.).
List acquisition keywords (concise, actionable, aligned to content and visual tactics).
Create at least one new material framework. For the "different direction" variant, choose the best-performing direction based on your judgment, without being constrained by the original material. Do not deviate from the same category/vertical and target platform.
Provide a detailed storyboard table for the new framework with time ranges, on-screen action, copy, and visual effects.
Deliver the report in markdown in the response.
If the user does not specify category/vertical, first ask for it; then proceed with a best-effort inference and label it clearly as an assumption in the report.

### Output Template (Markdown)

Load references/report_template.md and follow its structure

### Notes

Match the user's language and tone.
Keep the storyboard single-level lists and clear time ranges.
If the user requests a same-framework version, keep the structure identical and only change content details.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: fevolq
- 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-29T19:58:45.926Z
- Expires at: 2026-05-06T19:58:45.926Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/material-report)
- [Send to Agent page](https://openagent3.xyz/skills/material-report/agent)
- [JSON manifest](https://openagent3.xyz/skills/material-report/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/material-report/agent.md)
- [Download page](https://openagent3.xyz/downloads/material-report)