Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

volcengine-ark-web-searchVolcengine 方舟网络搜索

Agent Skill

volcengine-ark-web-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,360

周安装

445

GitHub Stars

公开资料未说明

下载量

3,631
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:volcengine-ark-web-search(Volcengine 方舟网络搜索)
来源仓库:https://github.com/henry-insomniac/volcengine-ark-web-search
安装命令:
openclaw skills install volcengine-ark-web-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install volcengine-ark-web-search

简介

借助ARK Responses API获取最新网络资讯与事实核查结果。

  • 特别适用于追踪当日新闻动态、监测热点话题或验证信息来源可靠性。
  • 支持中文内容检索,可结合关键词筛选出高相关性搜索结果列表。
  • 返回的数据仅供参考决策辅助,重要事项仍需人工交叉验证准确性。
  • 通过openclaw skills install命令安装后即可在会话中触发搜索动作。

SKILL.md

name
volcengine-ark-web-search
description
Use when you need fresh web results through Volcengine ARK Responses API, especially for today's news, recent updates, fact checks, topic monitoring, or Chinese-language search workflows powered by ARK_API_KEY.
metadata
openclaw
requires
env
anyBins
primaryEnv
ARK_API_KEY
homepage
https://www.volcengine.com/docs/82379/1783703?lang=zh

Volcengine Ark Web Search

Overview

Use this skill when the task needs up-to-date public web information and the runtime should go through Volcengine ARK Responses API instead of the model's built-in browsing. The bundled script wraps ARK responses with the web_search tool, defaults to Chinese-friendly output, and is suitable for repeatable automation or local agent workflows.

Default markdown output is stabilized into three sections:

  • title
  • summary
  • sources

When to Use

  • The user asks for today's news, recent updates, current public coverage, or live fact checks.
  • You want fresh web results but must route them through Volcengine ARK with ARK_API_KEY.
  • You need a reusable local command that can be shared in scripts, cron jobs, or other skills.
  • The answer should prefer Chinese output, explicit dates, and source links.
  • You need to compare or verify public web information before answering.

When Not to Use

  • ARK_API_KEY is missing.
  • The task is static and does not need current web information.
  • You need browser automation, authenticated sessions, or site-specific interaction rather than search.
  • A different provider is mandatory.

Quick Start

  1. Confirm ARK_API_KEY is set.
  2. Run the bundled script.
  3. Summarize the returned answer with explicit dates and source links.

Basic usage:

python3 scripts/ark_web_search.py "What are today's AI news headlines?"

Chinese query:

python3 scripts/ark_web_search.py "今天有什么热点新闻"

Custom model:

python3 scripts/ark_web_search.py "OpenAI latest announcements" \
  --model doubao-seed-1-6-250615

Structured JSON output:

python3 scripts/ark_web_search.py "latest semiconductor policy news" \
  --format json

Longer timeout with quick retries:

python3 scripts/ark_web_search.py "OpenAI latest news" \
  --timeout 90 \
  --retries 2

Dry run without network:

python3 scripts/ark_web_search.py "today's EV market news" \
  --dry-run

Core Workflow

  1. Rewrite the user request into a direct search question when needed. Prefer explicit entities, topics, and time windows.
  2. Use the default system prompt unless the task requires raw passthrough behavior.
  3. Run scripts/ark_web_search.py.
  4. If the script returns enough signal, summarize in Chinese unless the user asked for another language.
  5. For relative-time prompts such as "today" or "recently", write absolute dates in the final answer.

Output Requirements

  • Prefer concise summaries with links.
  • Default markdown output should be stable and easy to scan: title, summary, then sources.
  • Preserve uncertainty when the search result is thin or conflicting.
  • If sources are present, include them.
  • Convert relative date language into explicit dates whenever possible.
  • If the API result is insufficient, say so instead of inventing facts.

Files

  • scripts/ark_web_search.py: ARK Responses API runner with web_search, dry-run support, streaming support, and source extraction.
  • references/ark-responses-api.md: Notes on request shape, model drift, tool naming drift, and maintenance references.

Maintenance Notes

  • Prefer overriding the model with --model or ARK_MODEL. ARK model availability changes over time.
  • --timeout is per attempt. Use --retries for quick retry behavior on transient failures.
  • Some ARK environments reject search_context_size with HTTP 400. This script now retries automatically without that field if the server reports it as unsupported.
  • The default system prompt asks the model to return summary body only. Title and source sections are added by the script to keep output stable.
  • The Volcengine docs have shown both web_search and web_search_preview historically. This skill defaults to web_search and should only change if official docs for the target environment require it.
  • If response parsing breaks after an upstream API change, update the normalization logic in scripts/ark_web_search.py and keep references/ark-responses-api.md in sync.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.2%
按下载量换算2,622

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills