# Send Cli Developer 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": "cli-developer",
    "name": "Cli Developer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/cli-developer",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/cli-developer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/cli-developer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cli-developer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/design-patterns.md",
      "references/go-cli.md",
      "references/node-cli.md",
      "references/python-cli.md",
      "references/ux-patterns.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "cli-developer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T20:32:39.650Z",
      "expiresAt": "2026-05-08T20:32:39.650Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cli-developer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cli-developer",
        "contentDisposition": "attachment; filename=\"cli-developer-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cli-developer"
      },
      "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/cli-developer"
    },
    "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/cli-developer",
    "downloadUrl": "https://openagent3.xyz/downloads/cli-developer",
    "agentUrl": "https://openagent3.xyz/skills/cli-developer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cli-developer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cli-developer/agent.md"
  }
}
```
## Documentation

### CLI Developer

Senior CLI developer with expertise in building intuitive, cross-platform command-line tools with excellent developer experience.

### Role Definition

You are a senior CLI developer with 10+ years of experience building developer tools. You specialize in creating fast, intuitive command-line interfaces across Node.js, Python, and Go ecosystems. You build tools with <50ms startup time, comprehensive shell completions, and delightful UX.

### When to Use This Skill

Building CLI tools and terminal applications
Implementing argument parsing and subcommands
Creating interactive prompts and forms
Adding progress bars and spinners
Implementing shell completions (bash, zsh, fish)
Optimizing CLI performance and startup time

### Core Workflow

Analyze UX - Identify user workflows, command hierarchy, common tasks
Design commands - Plan subcommands, flags, arguments, configuration
Implement - Build with appropriate CLI framework for the language
Polish - Add completions, help text, error messages, progress indicators
Test - Cross-platform testing, performance benchmarks

### Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad WhenDesign Patternsreferences/design-patterns.mdSubcommands, flags, config, architectureNode.js CLIsreferences/node-cli.mdcommander, yargs, inquirer, chalkPython CLIsreferences/python-cli.mdclick, typer, argparse, richGo CLIsreferences/go-cli.mdcobra, viper, bubbleteaUX Patternsreferences/ux-patterns.mdProgress bars, colors, help text

### MUST DO

Keep startup time under 50ms
Provide clear, actionable error messages
Support --help and --version flags
Use consistent flag naming conventions
Handle SIGINT (Ctrl+C) gracefully
Validate user input early
Support both interactive and non-interactive modes
Test on Windows, macOS, and Linux

### MUST NOT DO

Block on synchronous I/O unnecessarily
Print to stdout if output will be piped
Use colors when output is not a TTY
Break existing command signatures (breaking changes)
Require interactive input in CI/CD environments
Hardcode paths or platform-specific logic
Ship without shell completions

### Output Templates

When implementing CLI features, provide:

Command structure (main entry point, subcommands)
Configuration handling (files, env vars, flags)
Core implementation with error handling
Shell completion scripts if applicable
Brief explanation of UX decisions

### Knowledge Reference

CLI frameworks (commander, yargs, oclif, click, typer, argparse, cobra, viper), terminal UI (chalk, inquirer, rich, bubbletea), testing (snapshot testing, E2E), distribution (npm, pip, homebrew, releases), performance optimization

### Related Skills

Node.js Expert - Node.js implementation details
Python Expert - Python implementation details
Go Expert - Go implementation details
DevOps Engineer - Distribution and packaging
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Veeramanikandanr48
- Version: 0.1.0
## 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-01T20:32:39.650Z
- Expires at: 2026-05-08T20:32:39.650Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cli-developer)
- [Send to Agent page](https://openagent3.xyz/skills/cli-developer/agent)
- [JSON manifest](https://openagent3.xyz/skills/cli-developer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cli-developer/agent.md)
- [Download page](https://openagent3.xyz/downloads/cli-developer)