autoglm-websearch

Search the web and return summarized results with reference lists.

Updated May 4, 2026
One-click install
npx skills add https://github.com/234194027-cpu/xianclaw --skill autoglm-websearch-234194027-cpu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoglm-websearch
Source: https://github.com/234194027-cpu/xianclaw/tree/main/resources/skills/autoglm-websearch
Command: npx skills add https://github.com/234194027-cpu/xianclaw --skill autoglm-websearch-234194027-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users find the latest information on the web by turning a natural-language search query into a summarized answer with supporting sources.

Core Features & Use Cases

  • Network information search: Queries the AutoGLM Web Search endpoint to retrieve relevant web page titles, URLs, and snippets.
  • Result summarization: Condenses multiple snippet excerpts into a concise, query-relevant natural-language response.
  • Reference attachment: Outputs a clear “参考来源” list linking each referenced page back to the retrieved results.
  • Use Case: When you need current context (e.g., new product releases, policy updates, or recent technical explanations), you can search and immediately get a summarized answer with citations.

Quick Start

Ask your agent to use autoglm-websearch to search for the topic you care about and return a brief summary plus a reference list.

Frequently Asked Questions about autoglm-websearch

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

FAQPage Schema
How do I get summarized web search results with citations for a natural language query?

Summarized web search results with citations are generated by querying a web search endpoint, extracting page titles and snippets, and condensing them into a concise response with formatted references.

Can I retrieve current news and fact finding information through an API integration?

Current news and fact finding information can be retrieved through an API integration that executes web searches on demand and returns structured results including extracted page titles, URLs, and snippets.

Do I need token auth to perform on demand web searches for research oriented browsing?

Token auth is required to perform on demand web searches, involving automatic Bearer token retrieval from a local endpoint and signed request headers using MD5 with a timestamp.

How does result summarization handle multiple snippets from information retrieval queries?

Result summarization handles multiple snippets by post-processing extracted excerpts from information retrieval queries and condensing them into a concise, query-relevant natural language response.

What is the best way to attach reference sources when finding up to date web answers?

The best way to attach reference sources when finding up to date web answers is to append a formatted list linking each summarized excerpt back to the retrieved page URLs and titles.