← 返回 Skills 市场
Verk Task Management
作者
abhibavishi
· GitHub ↗
· v1.1.0
649
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install verk
功能描述
Manage tasks, projects, and workflows in Verk — AI-powered task management. Create, update, assign, and track tasks. Add comments, change status, list automa...
安全使用建议
This skill is largely what it says (a Node-based CLI wrapper for Verk), but there is a red flag you should clear before installing or using it: the bundled CLI defaults to an AWS API Gateway domain (execute-api...) rather than the Verk domain referenced in the README. That means your VERK_API_KEY and organization data will be sent to that endpoint unless you set VERK_API_URL to a verified Verk endpoint. Steps to reduce risk:
- Verify the correct Verk API base URL with Verk/support or official docs. Do not assume the execute-api URL belongs to Verk.
- If you proceed, use a Verk API key with the minimal permissions needed (or a throwaway/test org/key) and monitor its use.
- Inspect network logs or use a proxy to confirm where requests actually go when the CLI runs.
- Consider editing the script to hardcode the official Verk API_URL (if confirmed) or require VERK_API_URL to be explicitly set before sending requests.
- Ask the publisher (owner ID) for provenance: where did the execute-api endpoint come from, and is it an official Verk-hosted gateway?
Given the mismatch, do not provide production credentials until you confirm the endpoint is legitimate.
功能分析
Type: OpenClaw Skill
Name: verk
Version: 1.1.0
The OpenClaw Verk skill is a straightforward client for the Verk API. It securely handles `VERK_API_KEY` and `VERK_ORG_ID` environment variables for authentication with the legitimate Verk API endpoint (`https://c0x9lrm7ih.execute-api.us-east-1.amazonaws.com/v1`). The `verk-cli.mjs` script uses Node.js `fetch` for network requests and `JSON.stringify` for request bodies, mitigating common injection risks. The `SKILL.md` and `README.md` provide clear, non-malicious instructions for the AI agent and user, without any evidence of prompt injection attempts to subvert the agent, data exfiltration, or other harmful behaviors.
能力评估
Purpose & Capability
Name, description, declared binaries (node), and required env vars (VERK_API_KEY, VERK_ORG_ID) align with a Verk task-management CLI. The included commands and README match the stated purpose. Minor documentation mismatch: README mentions 'flows trigger <id>' but the CLI only implements flows list.
Instruction Scope
SKILL.md instructs the agent to run the included node script to call Verk APIs and parse JSON. The runtime instructions only reference the declared env vars and the bundled CLI; they do not ask the agent to read unrelated files or system state.
Install Mechanism
No install spec; this is an instruction-only skill with a local script file. Nothing is downloaded or extracted at install time, and the script has no external package installs (uses Node built-in fetch).
Credentials
The skill requires only VERK_API_KEY and VERK_ORG_ID (proportionate). However, the CLI defaults API requests to an AWS execute-api endpoint (https://c0x9lrm7ih.execute-api.us-east-1.amazonaws.com/v1) rather than the public Verk domain referenced in the README (verkapp.com). The CLI will send the VERK_API_KEY in the X-API-Key header to that default endpoint unless VERK_API_URL is overridden — this is a potentially significant mismatch that could result in keys and organization data being sent to an unexpected host.
Persistence & Privilege
Skill does not request always: true, does not persist beyond its files, and does not modify other skill or system configurations. It runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install verk - 安装完成后,直接呼叫该 Skill 的名称或使用
/verk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix comment field name (content→comment_text), remove non-existent endpoints (tasks comments GET, flows trigger)
v1.0.0
Initial release of the Verk skill.
- Manage tasks, projects, and automation flows in Verk via a CLI tool.
- Create, list, update, assign, and delete tasks.
- Add and list comments on tasks.
- List and trigger project automation flows.
- All commands use JSON output for easy parsing and user-friendly summaries.
- Requires VERK_API_KEY and VERK_ORG_ID environment variables.
元数据
常见问题
Verk Task Management 是什么?
Manage tasks, projects, and workflows in Verk — AI-powered task management. Create, update, assign, and track tasks. Add comments, change status, list automa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 649 次。
如何安装 Verk Task Management?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install verk」即可一键安装,无需额外配置。
Verk Task Management 是免费的吗?
是的,Verk Task Management 完全免费(开源免费),可自由下载、安装和使用。
Verk Task Management 支持哪些平台?
Verk Task Management 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Verk Task Management?
由 abhibavishi(@abhibavishi)开发并维护,当前版本 v1.1.0。
推荐 Skills