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

### Overview

Gunakan duckse untuk metasearch web berbasis DDGS. Skill ini mendukung:

text, news, images, videos, books
filter waktu, region, safe search, backend
output rapi (default) atau JSON (--json)
URL final via redirect (--expand-url)

### When to Use This Skill

Gunakan skill ini saat user meminta:

pencarian web umum
berita terbaru/topik tertentu
pencarian gambar/video
riset cepat dengan sumber URL
fact-checking berbasis hasil web

### Prerequisites

Pastikan duckse tersedia:

duckse --help

Jika belum ada, install:

curl -sSL https://raw.githubusercontent.com/dwirx/duckse/main/scripts/install.sh | bash

### 1. Basic Web Search

duckse "<query>"

Contoh:

duckse "python asyncio tutorial"

### 2. Limit Results

duckse "<query>" --max-results <N>

Contoh:

duckse "machine learning frameworks" --max-results 20

### 3. Time Filter

duckse "<query>" --timelimit <d|w|m|y>

Contoh:

duckse "artificial intelligence news" --type news --timelimit w

### 4. News Search

duckse "<query>" --type news

Contoh:

duckse "climate change" --type news --timelimit w --max-results 15

### 5. Image Search

duckse "<query>" --type images

Contoh:

duckse "sunset over mountains" --type images --max-results 20

Filter image:

duckse "landscape photos" --type images --size Large
duckse "abstract art" --type images --color Blue
duckse "icons" --type images --type-image transparent
duckse "wallpapers" --type images --layout Wide

### 6. Video Search

duckse "<query>" --type videos

Contoh:

duckse "python tutorial" --type videos --max-results 15

Filter video:

duckse "cooking recipes" --type videos --duration short
duckse "documentary" --type videos --resolution high

### 7. Books Search

duckse "<query>" --type books --backend annasarchive

Contoh:

duckse "sea wolf jack london" --type books --max-results 10

### 8. Region and SafeSearch

duckse "<query>" --region us-en --safesearch moderate

Contoh:

duckse "local news" --type news --region us-en --safesearch on

### 9. JSON and Final URL

JSON output:

duckse "quantum computing" --json

Resolve final URL:

duckse "beritakan di indonesia hari ini" --expand-url --max-results 5

### Valid Backends by Type

text: bing, brave, duckduckgo, google, grokipedia, mojeek, yandex, yahoo, wikipedia, auto
images: duckduckgo, auto
videos: duckduckgo, auto
news: bing, duckduckgo, yahoo, auto
books: annasarchive, auto

### Research Topic

duckse "machine learning basics" --max-results 15
duckse "machine learning" --type news --timelimit m --max-results 15
duckse "machine learning tutorial" --type videos --max-results 10

### Current Events Monitoring

duckse "climate summit" --type news --timelimit d --max-results 20

### Fact-Checking

duckse "specific claim to verify" --type news --timelimit w --max-results 20 --expand-url

### Quick Reference

Command format:

duckse "<query>" [options]

Essential options:

--type (text|images|videos|news|books)
--max-results
--timelimit (d|w|m|y)
--region
--safesearch (on|moderate|off)
--backend
--json
--expand-url
--proxy, --timeout, --verify

### Best Practices

Gunakan query spesifik
Pakai --timelimit untuk informasi terbaru
Pakai --expand-url jika butuh URL final
Gunakan --json untuk otomasi/pipeline
Sesuaikan --max-results (mulai 10-20)

### Troubleshooting

duckse: command not found

tambahkan PATH: export PATH="$HOME/.local/bin:$PATH"


backend tidak valid

sesuaikan dengan daftar backend per type


hasil kosong

longgarkan query atau hapus filter waktu


timeout/network

ulangi, tambah --timeout, atau gunakan --proxy

### Development Fallback

Jika sedang develop lokal tanpa binary terpasang global:

uv run python main.py "<query>" [opsi yang sama]
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dwirx
- 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-02T18:17:11.407Z
- Expires at: 2026-05-09T18:17:11.407Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/duckse)
- [Send to Agent page](https://openagent3.xyz/skills/duckse/agent)
- [JSON manifest](https://openagent3.xyz/skills/duckse/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/duckse/agent.md)
- [Download page](https://openagent3.xyz/downloads/duckse)