使用火山引擎 Ask-Echo 融合信息搜索 API 进行 web 搜索、web 搜索总结版和图片搜索。
69
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
当需要使用火山引擎 Ask-Echo 融合信息 API 进行信息搜索时使用该技能。支持:
python scripts/ask_echo.py "<query>"。# Web 搜索
python scripts/ask_echo.py "北京旅游攻略" --type web
# Web 搜索总结版
python scripts/ask_echo.py "北京旅游攻略" --type web_summary
# 图片搜索
python scripts/ask_echo.py "故宫" --type image--count:返回条数(web 最多 50 条,image 最多 5 条)--time-range:时间范围(OneDay/OneWeek/OneMonth/OneYear)--need-summary:是否需要精准摘要--need-content:是否仅返回有正文的结果--sites:指定搜索站点范围(多个用 | 分隔)--block-hosts:屏蔽的站点(多个用 | 分隔)参考:/root/api-docs/ask-echo.md
a2e95c0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.