用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SanthoshReddy352/Friday_Linux --skill web命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Sandboxed Python and Bash code execution for calculations, scripts, and data tasks.
MCP (Model Context Protocol) client — connects to local or remote MCP servers and registers their tools dynamically.
Show, save, forget, wipe, and export FRIDAY's memory about you
基于 SOC 职业分类
正在显示 SKILL.md
| name | web |
| description | Web search, page extraction, and site crawling. Gives FRIDAY internet access for current information. |
| plugin_module | modules/web |
| capabilities | [{"name":"web_search","description":"Search the web using DuckDuckGo. Returns titles, URLs, and snippets.","aliases":["search the web for","look up online","google","what's the latest on","find online","web search"]},{"name":"web_extract","description":"Fetch a URL and return its readable text content.","aliases":["fetch this url","read this page","extract content from","open this link"]},{"name":"web_crawl","description":"Follow links from a seed URL and gather content across multiple pages.","aliases":["crawl this website","scrape this site","research this website"]}] |
Gives FRIDAY internet access via DuckDuckGo search (no API key required).
Install the optional fast backend:
pip install duckduckgo-search
Without it, FRIDAY falls back to the DDG HTML interface (slightly slower).
Friday, search the web for "Claude opus 4.7 release"
Friday, look up the latest Python packaging changes online
Friday, fetch https://docs.python.org/3/library/subprocess.html
Friday, crawl https://news.ycombinator.com and find ML stories
All capabilities require online_permission mode. URLs are pre-screened by
core.safety.url_safety — private IP ranges and blocked domains are rejected.
config/web_search.yaml — set preferred backend and optional API keys for
Brave Search, Tavily, or SearXNG.