بنقرة واحدة
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.