ワンクリックで
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).