Web research
Skill sumitaich1998/jarvisvr/agent-backend/tests/fixtures/skills/research/web-research
Look up current information on the web (weather, facts, news, prices) and summarize it. Use for "search for…", "what's the weather", "look up…", or any knowledge question. May delegate per-source summarization to sub-agents.From its SKILL.md
npx -y skills add sumitaich1998/jarvisvr --skill web-researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.7 KB, 69 tokens by cl100k_base, as published. Nobody here has run it
Web research
- Choose the right tool for the question (weather → get_weather, general → web_search).
- For multi-source questions, delegate a
summarizersub-agent per source, then merge. - Present findings on a
panel/data_tableand give Jarvis a one-line digest.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.