← 返回 Skills 市场
Vincent - Brave Search
作者
Chris Cassano
· GitHub ↗
· v1.0.69
· MIT-0
1030
总下载
0
收藏
3
当前安装
20
版本数
在 OpenClaw 中安装
/install vincent-brave-search
功能描述
Web and news search powered by Brave Search. Use this skill when users want to search the web, find news articles, or look up current information. Pay-per-ca...
安全使用建议
This skill appears to do what it claims: it uses the Vincent proxy and CLI to perform Brave web/news searches and stores a Vincent-scoped key for the agent to use. Before installing, consider: (1) npx will download and execute the @vincentai/cli package at runtime — review that package (and its version pinning) or run in an isolated environment to reduce supply-chain risk; (2) the CLI will persist a token to disk — verify the storage path (especially ./datasources) so secrets aren't written to an unintended cwd or a repo; (3) the agent will return a claim URL you must share to fund/claim the secret — treat that URL like a sensitive link; (4) confirm you trust heyvincent.ai for payment/credit management and that TLS endpoints are correct. If you need higher assurance, ask for a version-pinned install spec or an audited CLI binary, and inspect what files the CLI creates in the declared credentials directory after first use.
功能分析
Type: OpenClaw Skill
Name: vincent-brave-search
Version: 1.0.69
The skill provides web search capabilities via the Vincent proxy but requires high-risk permissions, including broad Read and Write access and Bash execution for the `@vincentai/cli` tool. It also includes instructions for the agent to autonomously manage and spend funds from a wallet to purchase credits via the x402 protocol. While these capabilities are aligned with the stated purpose of a pay-per-call search service, the combination of broad file system access, remote code execution via `npx`, and financial transaction capabilities constitutes a significant risk profile (SKILL.md).
能力评估
Purpose & Capability
The name/description (Brave web/news search via Vincent) matches the actions the skill asks the agent to perform: create a DATA_SOURCES secret via the Vincent API, run the @vincentai/cli to issue searches, and present results. Required config paths reference where the CLI will persist the Vincent-scoped key, which is coherent with the described workflow.
Instruction Scope
SKILL.md instructs the agent to run npx @vincentai/cli commands to create secrets and run searches, to surface the claim URL to the human, and to read the returned _vincent.creditRemainingUsd. These are within the stated purpose. Note: the agent will create and persist a token on disk (declared config paths) and will execute code downloaded at runtime via npx — both are explicit in the instructions and have security implications.
Install Mechanism
There is no static install spec; runtime use of npx@latest to fetch and execute @vincentai/cli means the agent will download and run third-party code at runtime. That is a standard pattern for CLI-based skills but poses a moderate supply-chain/runtime execution risk compared with an instruction-only skill that uses built-in binaries.
Credentials
No environment variables or unrelated credentials are requested. The only configuration surface is two declared paths for storing the DATA_SOURCES secret (${OPENCLAW_STATE_DIR:-$HOME/.openclaw}/credentials/datasources and ./datasources) which match the described key lifecycle. Minor note: allowing ./datasources (current working directory) means credentials could be written into the agent's working directory — consider whether that is desirable in your environment.
Persistence & Privilege
The skill does persist a Vincent-scoped API key into its own declared config paths (expected). always:false and normal model invocation are used. The skill does not request modification of other skills or global settings; persistent presence is limited to the declared credential files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vincent-brave-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/vincent-brave-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.69
- No changes detected in this release.
- Version number remains at 1.0.0.
- All features, documentation, and usage remain the same.
v1.0.68
No changes detected in this version.
- No file changes were made.
- Skill functionality, documentation, and version remain unchanged.
v1.0.66
No changes detected in this version.
- No file changes found between versions.
- No SKILL.md updates or feature modifications.
v1.0.65
- Expanded allowed Bash tools to include `npx:@vincentai/cli*`, `jq:*`, and `bc:*`
- Added instructions for checking credit balance and purchasing credits using USDC on Base via x402 protocol
- Included details on available credit purchase tiers and the autonomous credit adding process
- No changes to core search or authentication workflows
v1.0.64
No changes detected in this version.
- No file changes were made compared to the previous version.
- Functionality and documentation remain the same.
v1.0.63
- No visible file changes or user-facing updates in this version.
- Documentation, security, features, pricing, and usage remain as previously described.
v1.0.62
- No changes detected in this version.
- Documentation and functionality remain unchanged from the previous release.
v1.0.61
- Added trigger phrases and usage guidance to the skill description for improved discoverability (e.g., "search the web", "web search", "brave search", "search news").
- Declared allowed agent tools (`Read`, `Write`, `Bash(npx:*, curl:*)`) in metadata.
- Specified skill `version`, `author`, and `license` in the manifest section.
- Included structured output format examples and error handling table for easier integration and troubleshooting.
- No breaking changes to CLI usage or API functionality.
v1.0.60
No user-visible changes in this release.
- No file changes detected between previous and current versions.
- Documentation and functionality remain the same.
v1.0.59
- No file changes were detected in this version.
- No user-visible changes; documentation and functionality remain the same as the previous release.
v1.0.58
- Documentation updated for clarity and formatting.
- No changes to code or functionality.
v1.0.54
- No user-facing changes in this release.
- No file or documentation updates detected.
v1.0.48
- No code or documentation changes detected in this version.
- Functionality and usage remain unchanged from the previous release.
v1.0.47
- Updated documentation to use the @vincentai/cli package for all commands instead of direct API requests.
- Clarified that API keys are now stored and resolved automatically by the CLI; users no longer handle raw keys or file paths.
- Added instructions for checking, creating, and managing secrets via CLI commands.
- Revised examples for web and news search using CLI syntax.
- Updated re-linking instructions to use a CLI command for recovery.
- Removed redundant configuration and curl-based setup details.
v1.0.44
- Updated the SKILL.md configuration paths to support the environment variable `${OPENCLAW_STATE_DIR:-$HOME/.openclaw}` for improved compatibility with OpenClaw instances.
- No changes to core skill functionality, API, or pricing; documentation and metadata improvement only.
v1.0.43
No user-facing changes in this release; documentation and functionality remain unchanged.
v1.0.42
No changes detected in this version.
- Version 1.0.42 does not introduce any file or documentation updates.
- Functionality, documentation, and configuration remain unchanged.
v1.0.40
- No code or documentation changes detected in this release.
- Version bump only; functionality and documentation remain unchanged.
v1.0.37
No user-facing changes in this release.
- No file changes detected.
- Functionality and documentation remain unchanged.
v1.0.0
- Initial release of the Vincent - Brave Search for agents skill.
- Enables autonomous agents to search the web and news via Brave Search, with requests proxied through Vincent for authentication, rate limiting, and credit management.
- No need to manage Brave API keys directly—agents use a Vincent-issued API key, scoped and secured.
- Supports pay-per-call pricing with human oversight; credit and payments are managed through the Vincent frontend.
- Provides endpoints for web and news search; responses include remaining credit metadata.
- Includes robust instructions for configuration, secret creation, claiming, and re-linking API access if lost.
元数据
常见问题
Vincent - Brave Search 是什么?
Web and news search powered by Brave Search. Use this skill when users want to search the web, find news articles, or look up current information. Pay-per-ca... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1030 次。
如何安装 Vincent - Brave Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vincent-brave-search」即可一键安装,无需额外配置。
Vincent - Brave Search 是免费的吗?
是的,Vincent - Brave Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vincent - Brave Search 支持哪些平台?
Vincent - Brave Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vincent - Brave Search?
由 Chris Cassano(@glitch003)开发并维护,当前版本 v1.0.69。
推荐 Skills