一键导入
open-research
Autonomous web research and content extraction. Best for deep dives into topics, news, and technical documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Autonomous web research and content extraction. Best for deep dives into topics, news, and technical documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Remote control and automation for Android devices. Best for testing apps, monitoring notifications, and performing tasks on old phones.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Read and control I2C and SPI peripherals on supported boards (LicheeRV Nano, MaixCAM, NanoKVM).
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Get current weather and forecasts with verified location matching (no API key required).
| name | open-research |
| description | Autonomous web research and content extraction. Best for deep dives into topics, news, and technical documentation. |
| metadata | {"malikclaw":{"emoji":"🔎","requires":{"tools":["web_search","web_fetch"]}}} |
This skill enables autonomous research by combining search and fetching. Use this to go beyond simple queries—act as an investigator.
Use this skill when the user asks for:
web_search to find relevant links.web_fetch to extract content from the most promising URLs.# First find the repo/docs
web_search "MalikClaw GitHub repository"
# Then fetch the README or ARCHITECTURE
web_fetch "https://github.com/AbdullahMalik17/malikclaw/blob/main/README.md"
# Search for specs
web_search "Raspberry Pi 5 vs Orange Pi 5 specs"
# Fetch detailed benchmarks
web_fetch "https://example-benchmark-site.com/pi5-vs-opi5"
If a search result seems incomplete, don't stop. Follow the links. If a site is blocked, try another source.
[Source Name](URL).