web-search

Fetch real-time web information via the DashScope Qwen API with source citations.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/kaifashraff/jarvis-research --skill web-search-kaifashraff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/kaifashraff/jarvis-research/tree/main/skills/dashscope-web-search
Command: npx skills add https://github.com/kaifashraff/jarvis-research --skill web-search-kaifashraff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, and includes scripts (resource) components.

What problem does it solve?

Real-time web search is often required to obtain current information, verify facts, and provide up-to-date references, which static training data cannot guarantee.

Core Features & Use Cases

  • Real-time web search via DashScope Qwen API with optional turbo, deep, and agent strategies
  • Image-enabled results with citations and source links
  • Freshness and site-restriction controls for targeted, reliable outputs
  • Standalone CLI usage and OpenClaw integration for automated workflows

Quick Start

Invoke real-time web searches with DashScope via the provided script to fetch up-to-date information and citations for your query.

Frequently Asked Questions about web-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time web search results with source citations?

Real-time web search results with source citations are fetched using the DashScope Qwen API. The script queries current events, weather, or prices and returns verified information with direct source links.

Do I need a DASHSCOPE_API_KEY to perform real-time web searches?

Yes, a valid DASHSCOPE_API_KEY is required to access the DashScope API for real-time web search. You must set up this environment variable before executing any search queries through the script.

Can I filter web search results by freshness or restrict them to specific domains?

Yes, real-time web search supports freshness filters and site-restriction controls. These options allow you to target recent updates and limit lookups to specific domains for more reliable outputs.

What is the difference between turbo, deep, and agent search strategies?

Turbo, deep, and agent are optional search strategies available via the DashScope Qwen API. They adjust the depth and processing logic of your real-time web search to balance speed and comprehensive results.

Does this web search script return images alongside text results?

Yes, the real-time web search supports image-enabled results. Along with standard text and citations, the script can fetch and return relevant images with source links for visual context.

Can I use the OpenAI Python package for web search automation with OpenClaw?

Yes, the script includes an OpenAI Python package dependency and supports OpenClaw integration. You can use it standalone via CLI or embed it into automated workflows for fetching web data.