원클릭으로
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).