← 返回 Skills 市场
782
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-ai-web
功能描述
Skill per generare codice e immagini tramite interfaccia web di Claude AI e Gemini quando le API non sono disponibili. Si attiva automaticamente quando l'ute...
使用说明 (SKILL.md)
Auto AI Web
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
Istruzioni Operative
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
安全使用建议
This skill will ask you to enter third-party login credentials and suggests saving them locally. Before installing, consider: (1) avoid sharing real account passwords — prefer official API keys or OAuth/session tokens if available; (2) do not allow the agent to store passwords in plain files; if you must provide credentials, use a throwaway account and revoke it later; (3) the SKILL.md assumes browser automation but doesn't declare required tools (e.g., Playwright/Selenium) — confirm how the skill will control the browser; (4) the skill references a hard-coded path (/home/rasberry/...), which may not match your environment and could cause unexpected file writes; (5) if you proceed, require explicit prompts before any credential use or persistence and audit any saved files; if these issues aren't acceptable or cannot be corrected, treat the skill as untrusted and do not install.
功能分析
Type: OpenClaw Skill
Name: auto-ai-web
Version: 1.0.0
The skill is classified as suspicious due to instructions in `SKILL.md` that involve high-risk operations. The agent is explicitly instructed to ask for and handle user credentials for external AI web services (Claude AI, Gemini), posing a risk of credential compromise. Additionally, the 'Comandi Utili' section provides a `curl` command demonstrating the agent's capability to download arbitrary files from any URL to the filesystem (`/home/rasberry/.openclaw/workspace/downloads/`), which could be exploited for arbitrary file write and potential remote code execution if combined with further malicious prompts.
能力评估
Purpose & Capability
The described goal (use Claude/Gemini web interfaces when APIs are unavailable) matches the instructions to navigate sites and submit prompts. However, the skill requires the agent to prompt for and store third-party login credentials and to write files into a specific home path (/home/rasberry/...), while the skill declares no required config paths, binaries, or credentials — this mismatch is disproportionate and unexplained.
Instruction Scope
SKILL.md explicitly tells the agent to ask users for site credentials, attempt logins, and "save credentials in modo sicuro." It also instructs downloading files to a particular filesystem path and interacting with CAPTCHAs via GUI/manual steps. Those actions involve sensitive data handling and persistent filesystem access beyond a simple prompt/response workflow.
Install Mechanism
There is no install spec (instruction-only), which reduces some risk. However, the instructions implicitly require browser automation capabilities (control a browser, detect session state, fill login forms, handle downloads and CAPTCHAs) but do not declare any required binaries/libraries or explain how to perform these actions — an operational gap that increases risk in practice.
Credentials
The skill requests credentials from the user at runtime and tells the agent to store them, but declares no env vars or secrets handling mechanism. Requesting and persisting site passwords is highly sensitive and should be justified and constrained (e.g., use OAuth, ephemeral sessions). The hard-coded home path is another disproportionate and brittle expectation.
Persistence & Privilege
Although always:false and not autonomously privileged by metadata, the instructions explicitly ask to save credentials and to write generated images to a specific workspace location — implying persistent changes to the agent environment. The skill does not declare or justify persistent storage or where/how credentials are protected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-ai-web - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-ai-web触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
auto-ai-web v1.0.0 – Initial release
- Automatically activates to generate code (using Claude AI) or images (using Gemini) via web interface when APIs are unavailable.
- Manages login sessions and prompts user for credentials if required.
- Handles CAPTCHA and requests user assistance when necessary.
- Safely saves session credentials, never storing passwords in plain text.
- Saves generated images to a specific downloads folder and returns them to the user.
- Informs users and offers alternatives if a required service is inaccessible.
元数据
常见问题
Auto-AI Web Bridge 是什么?
Skill per generare codice e immagini tramite interfaccia web di Claude AI e Gemini quando le API non sono disponibili. Si attiva automaticamente quando l'ute... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 782 次。
如何安装 Auto-AI Web Bridge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-ai-web」即可一键安装,无需额外配置。
Auto-AI Web Bridge 是免费的吗?
是的,Auto-AI Web Bridge 完全免费(开源免费),可自由下载、安装和使用。
Auto-AI Web Bridge 支持哪些平台?
Auto-AI Web Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Auto-AI Web Bridge?
由 metiu1(@metiu1)开发并维护,当前版本 v1.0.0。
推荐 Skills