with one click
search-web
Search the web for up-to-date information using DuckDuckGo.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search the web for up-to-date information using DuckDuckGo.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.
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.