ワンクリックで
search-web
Search the web for up-to-date information using DuckDuckGo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Search the web for up-to-date information using DuckDuckGo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.