# Send Summarize File to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "summarize-file",
    "name": "Summarize File",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/MuhammadMuazzain/summarize-file",
    "canonicalUrl": "https://clawhub.ai/MuhammadMuazzain/summarize-file",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/summarize-file",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=summarize-file",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "index.js",
      "skill.json",
      "SKILL.md"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "summarize-file",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-01T08:44:08.252Z",
      "expiresAt": "2026-05-01T20:44:08.252Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=summarize-file",
        "error": "Timed out after 5000ms",
        "slug": "summarize-file"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/MuhammadMuazzain/summarize-file"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "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/summarize-file",
    "downloadUrl": "https://openagent3.xyz/downloads/summarize-file",
    "agentUrl": "https://openagent3.xyz/skills/summarize-file/agent",
    "manifestUrl": "https://openagent3.xyz/skills/summarize-file/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/summarize-file/agent.md"
  }
}
```
## Documentation

### Purpose

Extracts key insights from text files (logs, reports, notes) and returns 2-3 sentence summaries. Ignores boilerplate/empty lines.

### Usage Examples

User: summarize file C:\\Users\\user\\Desktop\\report.txt
Claw: File contains Q1 sales report: Revenue up 12% YoY, expenses flat, net profit +8%. Key risks: supply chain delays.

User: summarize file workspace/error.log
Claw: Error log (Feb 22): 14 auth failures (IP 192.168.1.50), 2 DB timeouts, no critical crashes.

text

### How It Works

Reads file content via workspace.read tool
Strips empty lines, headers, timestamps
Feeds to LLM with summarization prompt
Returns concise 2-3 sentence summary

### Security & Privacy

L1 Risk: Read-only file access
No network calls, no external APIs
Local processing only
File paths validated (no ../ escapes)

### External Endpoints

None. Purely local file → LLM → text.

### Trust Statement

This skill reads local files and summarizes locally. No data leaves your machine.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: MuhammadMuazzain
- Version: 1.0.0
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-05-01T08:44:08.252Z
- Expires at: 2026-05-01T20:44:08.252Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/summarize-file)
- [Send to Agent page](https://openagent3.xyz/skills/summarize-file/agent)
- [JSON manifest](https://openagent3.xyz/skills/summarize-file/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/summarize-file/agent.md)
- [Download page](https://openagent3.xyz/downloads/summarize-file)