contentpipe-baidu-search

Retrieve structured Baidu Qianfan web search results via node scripts/search.js.

10|2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/PPPPanda/contentPipe --skill contentpipe-baidu-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contentpipe-baidu-search
Source: https://github.com/PPPPanda/contentPipe/tree/main/skills/contentpipe-baidu-search
Command: npx skills add https://github.com/PPPPanda/contentPipe --skill contentpipe-baidu-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axios, fs, path, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly search the web for the latest information and facts so you can answer questions accurately instead of guessing from outdated knowledge.

Core Features & Use Cases

  • Real-time web retrieval via Baidu Qianfan: Fetch structured web search results (title, url, snippet) for up-to-date topics.
  • Fact-verification support: Use it when you need sources for news, events, people, products, or claims that require confirmation.
  • Intent-driven usage: Works well for prompts like “查一下/搜一下/最近/今天/今年/查证/核实”.

Quick Start

Ask an AI to run: node scripts/search.js "TypeScript 最新版本" 10

Frequently Asked Questions about contentpipe-baidu-search

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

FAQPage Schema
How do I get real-time web search results in JSON for fact-checking?

To get real-time web search results in JSON for fact-checking, use a script that queries Baidu Qianfan web search, returning structured titles, urls, and snippets for verification.

What do I need to configure to use Baidu Qianfan web search?

You need to configure a BAIDU_API_KEY in your environment or config file to authenticate Baidu Qianfan web search requests and retrieve structured JSON output.

How do I retrieve real-time news and verify events using web search?

Retrieve real-time news and verify events by running the search script with a specific query and optional num_results parameter to fetch current sources as structured JSON.

Does this web search approach return structured data for AI grounding?

Yes, Baidu Qianfan web search returns structured JSON data containing titles, urls, and snippets, providing current sources to ground AI answers instead of relying on outdated knowledge.

What are the limitations of using Baidu Qianfan for information retrieval?

Information retrieval using Baidu Qianfan requires a valid BAIDU_API_KEY and depends on the Baidu Qianfan platform for web search availability and structured JSON output generation.