@voxveyai

Voxvey

Voxvey provider plugin for OpenClaw

当前版本
v0.1.2
code-plugin社区source-linked

Voxvey OpenClaw Provider

An OpenClaw provider plugin for Voxvey. It adds voxvey as an OpenAI-compatible model provider and supports user login through Voxvey OAuth.

Features

  • Browser OAuth login with PKCE.
  • Device-code login for terminal or remote setups.
  • Refresh-token support.
  • Live model discovery from the Voxvey API.
  • OpenAI-compatible chat-completions transport.

Requirements

  • Node.js 22 or newer.
  • OpenClaw 2026.6.1 or newer.
  • A Voxvey account with access to the Voxvey API.

Install

openclaw plugins install clawhub:voxvey

Restart any already-running OpenClaw gateway after installing the plugin.

Verify that OpenClaw can load it:

openclaw plugins inspect voxvey --runtime --json

Install From A Local Checkout

npm install
npm run build
npx openclaw plugins install --link .

Restart any already-running OpenClaw gateway after installing or rebuilding the plugin from a local checkout.

Verify that OpenClaw can load it:

openclaw plugins inspect voxvey --runtime --json

Sign In

Browser login:

openclaw models auth login --provider voxvey

Device-code login:

openclaw models auth login --provider voxvey --device-code

During browser login, OpenClaw prints a sign-in URL. Open it, complete sign-in, then paste the full redirect URL back into the terminal.

Use

After login, configure or select a Voxvey model with OpenClaw as usual. Model ids are exposed under the voxvey/ provider prefix.

Example model reference:

voxvey/<model-id>

Development

Run the test suite:

npm test

Build the plugin:

npm run build

Check the package contents:

npm pack --dry-run --json

Contributing

Contributions are welcome. For most changes:

  1. Install dependencies with npm install.
  2. Make your changes in src/.
  3. Add or update tests in test/.
  4. Run npm test and npm run build.

The plugin runtime is built into dist/, which is generated by npm run build.

License

MIT. See LICENSE.md.

源码与版本

源码仓库

VoxveyAI/openclaw-voxvey

打开仓库

源码提交

7ac690264cdb29688d1c882cd665efe683c3dff7

查看提交

安装命令

openclaw plugins install clawhub:voxvey

元数据

  • 包名: voxvey
  • 创建时间: 2026/06/06
  • 更新时间: 2026/06/06
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: 2026.6.1
  • 插件 API 范围: >=2026.6.1
  • 标签: latest
  • 文件数: 22