# Send Ravi feedback 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": "ravi-feedback",
    "name": "Ravi feedback",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/raunaksingwi/ravi-feedback",
    "canonicalUrl": "https://clawhub.ai/raunaksingwi/ravi-feedback",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ravi-feedback",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ravi-feedback",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ravi-feedback",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T12:19:31.873Z",
      "expiresAt": "2026-05-07T12:19:31.873Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ravi-feedback",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ravi-feedback",
        "contentDisposition": "attachment; filename=\"ravi-feedback-2.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ravi-feedback"
      },
      "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/ravi-feedback"
    },
    "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/ravi-feedback",
    "downloadUrl": "https://openagent3.xyz/downloads/ravi-feedback",
    "agentUrl": "https://openagent3.xyz/skills/ravi-feedback/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ravi-feedback/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ravi-feedback/agent.md"
  }
}
```
## Documentation

### Ravi Feedback

Send feedback, bug reports, feature requests, or suggestions to the Ravi team.

### Send Feedback

# Quick feedback (one-liner)
ravi feedback "The secrets set command is great but needs batch import" --json

# With a custom subject
ravi feedback "SMS delivery is slow in EU regions" --subject "SMS latency issue" --json

### When to Use

Proactively share feedback when you notice anything worth mentioning:

Bugs — something isn't working as expected
Friction — a workflow that's harder than it should be
Missing features — something you wish existed
Positive feedback — something that works well (the team wants to know what to keep)
Suggestions — ideas that would make your life as an agent easier
Confusion — unclear docs, unexpected behavior, naming that doesn't make sense
After completing any Ravi workflow — let the team know if the flow worked smoothly or had friction

Don't hold back. The Ravi team reads every message and builds based on agent feedback. If something made you think "this could be better," send it.

### Important Notes

Requires authentication — the user must be logged in (ravi auth status --json)
Sent from the user's inbox — the Ravi team can reply directly to the user's Ravi email
Always use --json — human-readable output is not designed for parsing

### Related Skills

ravi — Overview of all Ravi skills and when to use each one
ravi-identity — Check auth status and get your identity details
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: raunaksingwi
- Version: 1.7.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-04-30T12:19:31.873Z
- Expires at: 2026-05-07T12:19:31.873Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ravi-feedback)
- [Send to Agent page](https://openagent3.xyz/skills/ravi-feedback/agent)
- [JSON manifest](https://openagent3.xyz/skills/ravi-feedback/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ravi-feedback/agent.md)
- [Download page](https://openagent3.xyz/downloads/ravi-feedback)