← 返回 Skills 市场
tech-fcc-sys

Voko Subagent

作者 tech-fcc · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
142
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install voko-subagent
功能描述
Creates and manages real subagents within OpenClaw Gateway to process visitor messages based on VOKO database and prompts.
安全使用建议
This skill appears to do what it says: read a VOKO sqlite DB and spawn OpenClaw subagents. Before installing, verify you: (1) will run it inside a trusted OpenClaw Gateway (the skill requires the platform's openclaw API), (2) only point --db-path to databases you are willing to allow the skill to read (it will open and query the DB file), (3) are comfortable running npm install (sqlite3 has native bindings and will fetch packages), and (4) accept that created subagents use cleanup: 'keep' and sandbox: 'require' (spawned agents may persist and execute code with whatever privileges the Gateway grants). If you have sensitive data in your DB or limited trust in the Gateway environment, review the code locally and consider changing defaults (e.g., ownerUid) or adjusting cleanup/timeout behavior before deployment.
功能分析
Type: OpenClaw Skill Name: voko-subagent Version: 1.0.1 The voko-subagent skill is a well-structured component designed to bridge an IM service with the OpenClaw agent system. It retrieves visitor information and chat history from a local SQLite database (voko.db) to generate prompts for sub-agents. The code follows security best practices by using parameterized SQL queries in prompt-builder.js and includes a defensive 'Security Statement' within the generated prompt to prevent the sub-agent from interpreting chat data as instructions. All high-risk capabilities, such as file access and agent spawning, are directly aligned with the tool's stated purpose.
能力评估
Purpose & Capability
Name/description say it creates subagents in OpenClaw using VOKO DB data; code reads a sqlite DB, builds a prompt, and calls openclaw.sessions_spawn to create a subagent. The declared behavior aligns with the code and README/SKILL.md.
Instruction Scope
SKILL.md instructs copying the skill into ~/.openclaw/skills and running npm install and openclaw skill run; runtime instructions and code access only the supplied DB path and create subagents. The skill will read any DB path provided (or default ./data/voko.db) and expects to run inside the Gateway. Nothing in the instructions or code tries to read unrelated environment variables or external endpoints.
Install Mechanism
There is no registry install spec in the registry entry, but SKILL.md and package.json instruct the user to run npm install (pulling sqlite3 and normal npm deps). This is expected for a Node skill but requires network access at install time and native bindings for sqlite3. No remote downloads from unknown URLs are used in the bundle.
Credentials
The skill requests no environment variables or external credentials. It does read a user-provided filesystem path to a sqlite DB (explicitly configured via --db-path), which is proportionate to a DB-driven subagent builder. Default ownerUid is hard-coded but not a credential.
Persistence & Privilege
The skill calls openclaw.sessions_spawn to create real subagents, passing cleanup: 'keep' and sandbox: 'require'. Creating subagents is the skill's purpose, so this is expected; however, created subagents may persist/run in the Gateway and may have the privileges the Gateway grants to spawned sessions. The skill itself is not always:true and is user-invocable only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install voko-subagent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /voko-subagent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated documentation in SKILL.md for improved clarity and formatting. - No functional changes to code; update is documentation-only.
v1.0.0
VOKO Subagent Skill 1.0.0 — Initial release - Provides a skill to manage sub-agent message handling within OpenClaw Gateway for VOKO. - Supports CLI invocation and programmatic calls from voko im-service. - Allows configuration via CLI parameters, including database path, prompt, mode, and timeout. - Outputs results and errors in a structured JSON format, with clear success/failure markers. - Includes detailed installation, usage instructions, and troubleshooting notes.
元数据
Slug voko-subagent
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Voko Subagent 是什么?

Creates and manages real subagents within OpenClaw Gateway to process visitor messages based on VOKO database and prompts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。

如何安装 Voko Subagent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install voko-subagent」即可一键安装,无需额外配置。

Voko Subagent 是免费的吗?

是的,Voko Subagent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Voko Subagent 支持哪些平台?

Voko Subagent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Voko Subagent?

由 tech-fcc(@tech-fcc-sys)开发并维护,当前版本 v1.0.1。

💬 留言讨论