Install
openclaw skills install @itspremkumar/web-researchDuckDuckGo + Wikipedia research CLI with URL fetching, content extraction, and citation export
openclaw skills install @itspremkumar/web-researchRoute search, research, and lookups through one CLI — DuckDuckGo, Wikipedia, and URL fetch — zero dependencies.
Keywords: web, research, search, duckduckgo, wikipedia, cli, python, open-source, agent, automation, MIT
Part of the itsPremkumar Hermes / OpenClaw / Paperclip agent stack — 31 free, MIT-licensed, CI-tested agent-native tools.
Web research is scattered across sites and needs API keys for most tools. Web Research Toolkit solves this: Route search, research, and lookups through one CLI — DuckDuckGo, Wikipedia, and URL fetch — zero dependencies.
Best for: Researchers, agents, and CI fact-checkers.
# Requires Python 3.8+. No pip install needed.
curl -O https://raw.githubusercontent.com/itsPremkumar/web-research/main/web_research.py
# Or copy the file anywhere — it's self-contained.
python web_research.py self-test # prove it works end-to-end
python web_research.py search --help # search subcommand
python web_research.py wiki --help # wiki subcommand
python web_research.py fetch --help # fetch subcommand
| Alternative | Why this skill is better |
|---|---|
| Per-site research | One CLI, three backends. |
| API-key tools | Zero-dependency, keyless. |
| Copy-paste | Citations + extraction built in. |
Q: Backends?
A: DuckDuckGo, Wikipedia, raw URL fetch.
Q: API key?
A: No — stdlib only.
Q: Citations?
A: Exportable.
Q: Offline?
A: No — live web.
Built and maintained by @itsPremkumar (Chennai, India · serving developers worldwide). Free for individuals and teams everywhere. Documentation in English; tool output is locale-neutral.
# .github/workflows/verify.yml
name: Verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Self-test web-research
run: python web_research.py self-test
Free + MIT-0 (free, modifiable, no attribution required). Sponsor if useful:
⭐ Star on GitHub