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

### Condizioni di Attivazione

Attivati automaticamente quando:

L'utente richiede generazione di immagini
L'utente richiede scrittura o analisi di codice
Le API ufficiali non sono configurate o non accessibili

### 1. Determina il tipo di richiesta:

Codice → Usa Claude AI (https://claude.ai)
Immagini → Usa Gemini (https://gemini.google.com)

### 2. Workflow per CODICE:

Naviga su https://claude.ai
Verifica se la sessione è attiva (utente loggato)
Se NON loggato: chiedi credenziali all'utente
Se loggato: inserisci il prompt nel campo di testo
Invia e attendi la risposta
Copia la risposta in formato Markdown
Restituisci il codice all'utente

### 3. Workflow per IMMAGINI:

Naviga su https://gemini.google.com
Verifica se la sessione è attiva
Se NON loggato: chiedi credenziali all'utente
Se loggato: inserisci il prompt per l'immagine
Genera e attendi
Scarica l'immagine generata
Salva in /home/rasberry/.openclaw/workspace/downloads/
Invia il file all'utente

### 4. Gestione Accesso

Se l'accesso non è automatico (sessione scaduta/assente)
FERMATI e chiedi esplicitamente le credenziali
Non insistere, aspetta input dell'utente
Dopo aver ricevuto credenziali, prova il login

### 5. Gestione CAPTCHA

Se incontri un CAPTCHA durante la navigazione
Attiva l'interazione GUI/manuale
Chiedi assistenza all'utente se necessario

### Comandi Utili

# Scaricare immagini
curl -L "URL_IMMAGINE" -o /home/rasberry/.openclaw/workspace/downloads/IMAGE_NAME.png

### Note

Salva le credenziali in modo sicuro se l'utente le fornisce
Non conservare password in chiaro nei file di configurazione
Se il servizio è inaccessibile, informa l'utente e proponi alternative
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: metiu1
- 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-04-30T08:01:27.787Z
- Expires at: 2026-05-07T08:01:27.787Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/auto-ai-web)
- [Send to Agent page](https://openagent3.xyz/skills/auto-ai-web/agent)
- [JSON manifest](https://openagent3.xyz/skills/auto-ai-web/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/auto-ai-web/agent.md)
- [Download page](https://openagent3.xyz/downloads/auto-ai-web)