# Send Raindrop Io 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": "raindrop-io",
    "name": "Raindrop Io",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/beto621/raindrop-io",
    "canonicalUrl": "https://clawhub.ai/beto621/raindrop-io",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/raindrop-io",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=raindrop-io",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "raindrop-io",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T04:15:28.234Z",
      "expiresAt": "2026-05-08T04:15:28.234Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=raindrop-io",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=raindrop-io",
        "contentDisposition": "attachment; filename=\"raindrop-io-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "raindrop-io"
      },
      "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/raindrop-io"
    },
    "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/raindrop-io",
    "downloadUrl": "https://openagent3.xyz/downloads/raindrop-io",
    "agentUrl": "https://openagent3.xyz/skills/raindrop-io/agent",
    "manifestUrl": "https://openagent3.xyz/skills/raindrop-io/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/raindrop-io/agent.md"
  }
}
```
## Documentation

### Overview

[TODO: 1-2 sentences explaining what this skill enables]

### Structuring This Skill

[TODO: Choose the structure that best fits this skill's purpose. Common patterns:

1. Workflow-Based (best for sequential processes)

Works well when there are clear step-by-step procedures
Example: DOCX skill with "Workflow Decision Tree" -> "Reading" -> "Creating" -> "Editing"
Structure: ## Overview -> ## Workflow Decision Tree -> ## Step 1 -> ## Step 2...

2. Task-Based (best for tool collections)

Works well when the skill offers different operations/capabilities
Example: PDF skill with "Quick Start" -> "Merge PDFs" -> "Split PDFs" -> "Extract Text"
Structure: ## Overview -> ## Quick Start -> ## Task Category 1 -> ## Task Category 2...

3. Reference/Guidelines (best for standards or specifications)

Works well for brand guidelines, coding standards, or requirements
Example: Brand styling with "Brand Guidelines" -> "Colors" -> "Typography" -> "Features"
Structure: ## Overview -> ## Guidelines -> ## Specifications -> ## Usage...

4. Capabilities-Based (best for integrated systems)

Works well when the skill provides multiple interrelated features
Example: Product Management with "Core Capabilities" -> numbered capability list
Structure: ## Overview -> ## Core Capabilities -> ### 1. Feature -> ### 2. Feature...

Patterns can be mixed and matched as needed. Most skills combine patterns (e.g., start with task-based, add workflow for complex operations).

Delete this entire "Structuring This Skill" section when done - it's just guidance.]

### [TODO: Replace with the first main section based on chosen structure]

[TODO: Add content here. See examples in existing skills:

Code samples for technical skills
Decision trees for complex workflows
Concrete examples with realistic user requests
References to scripts/templates/references as needed]

### Resources (optional)

Create only the resource directories this skill actually needs. Delete this section if no resources are required.

### scripts/

Executable code (Python/Bash/etc.) that can be run directly to perform specific operations.

Examples from other skills:

PDF skill: fill_fillable_fields.py, extract_form_field_info.py - utilities for PDF manipulation
DOCX skill: document.py, utilities.py - Python modules for document processing

Appropriate for: Python scripts, shell scripts, or any executable code that performs automation, data processing, or specific operations.

Note: Scripts may be executed without loading into context, but can still be read by Codex for patching or environment adjustments.

### references/

Documentation and reference material intended to be loaded into context to inform Codex's process and thinking.

Examples from other skills:

Product management: communication.md, context_building.md - detailed workflow guides
BigQuery: API reference documentation and query examples
Finance: Schema documentation, company policies

Appropriate for: In-depth documentation, API references, database schemas, comprehensive guides, or any detailed information that Codex should reference while working.

### assets/

Files not intended to be loaded into context, but rather used within the output Codex produces.

Examples from other skills:

Brand styling: PowerPoint template files (.pptx), logo files
Frontend builder: HTML/React boilerplate project directories
Typography: Font files (.ttf, .woff2)

Appropriate for: Templates, boilerplate code, document templates, images, icons, fonts, or any files meant to be copied or used in the final output.

Not every skill requires all three types of resources.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: beto621
- Version: 1.0.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-01T04:15:28.234Z
- Expires at: 2026-05-08T04:15:28.234Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/raindrop-io)
- [Send to Agent page](https://openagent3.xyz/skills/raindrop-io/agent)
- [JSON manifest](https://openagent3.xyz/skills/raindrop-io/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/raindrop-io/agent.md)
- [Download page](https://openagent3.xyz/downloads/raindrop-io)