ask-echo

Search the web, summarize results, and retrieve images via VolcEngine Ask-Echo.

4.0k|479|Updated Apr 16, 2020
One-click install
npx skills add https://github.com/huangrt01/CS-Notes --skill ask-echo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-echo
Source: https://github.com/huangrt01/CS-Notes/tree/main/.trae/openclaw-skills/ask-echo
Command: npx skills add https://github.com/huangrt01/CS-Notes --skill ask-echo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

本技能解决在信息检索时需要快速获取网页信息、简要摘要及相关图片的痛点。

Core Features & Use Cases

  • 网页搜索:返回网页结果、站点信息与摘要。
  • 网页摘要版:LLM 生成结果摘要,帮助快速理解要点。
  • 图片搜索:检索相关图片及元数据。

Quick Start

使用时,运行脚本并传入查询即可进行网页搜索、摘要或图片搜索。

Frequently Asked Questions about ask-echo

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

FAQPage Schema
How do I perform a web search and get summarized results using an LLM?

Web search with LLM summarization returns concise summaries of live internet results by building query payloads and streaming responses. It applies to general information retrieval tasks requiring quick understanding of key points from web pages.

What's the best way to retrieve images and metadata for a specific search query?

Image search retrieves relevant images and their metadata for a given query using VolcEngine Ask-Echo. It handles general information retrieval by building query payloads and returning formatted results with robust error handling.

Do I need an API key to use VolcEngine for web and image search?

VolcEngine web and image search requires the VOLCENGINE_ASK_ECHO_APIKEY environment variable for authentication. You must set this API key before running scripts to ensure successful query payload delivery and result retrieval.

Can I use the requests library to stream web summary responses from an API?

Streaming web summary responses with the requests library is supported for LLM-generated results. The skill builds query payloads, processes streaming data for summarized web content, and applies robust error handling and formatting.

Why does my web search return an error when querying live internet results?

Web search errors during live internet results retrieval often stem from missing or invalid VOLCENGINE_ASK_ECHO_APIKEY authentication. The skill provides robust error handling and formatting to manage failed query payloads and API connection issues.