con un clic
search-web
Search the web for up-to-date information using DuckDuckGo.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Search the web for up-to-date information using DuckDuckGo.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Create a calendar event by generating an ICS file and opening it in the default calendar application. Use when the user wants to schedule a meeting, appointment, or reminder.
Synthesize the memory timeline into an updated truth summary by merging recent timeline entries with the existing executive summary via the configured LLM. Use to consolidate long-term memory in μZephyr.
Index local files and optionally watch a folder for automatic RAG indexing using ChromaDB and Whoosh. Use when the user wants to make local files searchable or enable hot-watch on a directory.
Create, update, or refine the system prompts for the Agency roles (Supervisor, Researcher, Coder, Reviewer).
Recursively merges .py files from a directory into a single source string.
Executes Python code in a temporary sandbox to verify it works before finalizing a mission.
| name | search-web |
| description | Search the web for up-to-date information using DuckDuckGo. |
| compatibility | Requires Python 3.10+ |
| tags | ["researcher"] |
Search the public web for fresh information using DuckDuckGo.
Call search_web(query, max_results=5, freshness=None).
The implementation lives in scripts/search_web.py.