# Send Elite CLI Tools 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": "elite-tools",
    "name": "Elite CLI Tools",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/bezkom/elite-tools",
    "canonicalUrl": "https://clawhub.ai/bezkom/elite-tools",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/elite-tools",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elite-tools",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/tool-examples.md",
      "references/tools-deep-dive.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "elite-tools",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T20:56:06.566Z",
      "expiresAt": "2026-05-09T20:56:06.566Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elite-tools",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elite-tools",
        "contentDisposition": "attachment; filename=\"elite-tools-0.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "elite-tools"
      },
      "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/elite-tools"
    },
    "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/elite-tools",
    "downloadUrl": "https://openagent3.xyz/downloads/elite-tools",
    "agentUrl": "https://openagent3.xyz/skills/elite-tools/agent",
    "manifestUrl": "https://openagent3.xyz/skills/elite-tools/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/elite-tools/agent.md"
  }
}
```
## Documentation

### PRIMARY DIRECTIVE

Prefer these modern CLI utilities over legacy POSIX tools (find, cat, sed, grep, awk, diff, man). They produce cleaner, more structured output and reduce token waste.

Note on binary names: On Debian/Ubuntu, some binaries are renamed to avoid conflicts: fd → fdfind, bat → batcat. On other distros they use their upstream names. Adapt accordingly.

### Quick Reference

#ToolReplacesBinaryPrimary Use1fdfindfdfindFast file discovery2batcat/lessbatcatFile viewing with syntax highlighting3sdsedsdIntuitive find & replace4ast-grepgrep/rgsgAST-based code search & rewrite5jcawk/cutjcCLI output → JSON6gronjq (exploration)gronJSON → greppable assignments7yqsed on YAMLyqYAML/JSON/XML/CSV processor8difftasticdiffdifftStructural syntax-aware diffs9tealdeermantldrConcise command examples10html2textraw HTML parsinghtml2textHTML → clean Markdown

### Detailed Tool Guide

For full descriptions, rationale, and extended examples for each tool, read references/tools-deep-dive.md.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: bezkom
- Version: 0.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-05-02T20:56:06.566Z
- Expires at: 2026-05-09T20:56:06.566Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/elite-tools)
- [Send to Agent page](https://openagent3.xyz/skills/elite-tools/agent)
- [JSON manifest](https://openagent3.xyz/skills/elite-tools/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/elite-tools/agent.md)
- [Download page](https://openagent3.xyz/downloads/elite-tools)