← 返回 Skills 市场
1637
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weeek-tasks
功能描述
Управление задачами WEEEK через Public API (Task Manager): получать список задач, создавать/обновлять/завершать задачи, перемещать между досками/колонками, получать список досок и колонок. Использовать при интеграции с WEEEK API и работе с задачами/досками/колонками.
安全使用建议
This skill's code appears to do exactly what its description says (talk to WEEEK Public API), but there is an important metadata mismatch: the script requires WEEEK_TOKEN (and optionally WEEEK_USER_ID) while the registry metadata declares no required env vars/credentials. Before installing or providing secrets: 1) Ask the publisher to correct the registry metadata to list WEEEK_TOKEN as the primary credential so the platform can handle it properly. 2) Verify you trust the publisher (homepage unknown) before supplying an API token. 3) Prefer creating a limited-scope token/account for automation rather than using a personal full-access token. 4) Optionally review the included scripts yourself (they are small) to confirm no unexpected network calls or data exfiltration. If the publisher cannot justify or fix the missing metadata, treat the skill with caution (do not provide high-privilege credentials).
功能分析
Type: OpenClaw Skill
Name: weeek-tasks
Version: 1.0.0
The skill bundle is designed to interact with the WEEEK Public API for task management. The `scripts/weeek_api.py` script correctly uses `WEEEK_TOKEN` and `WEEEK_USER_ID` from environment variables for authentication and directs all network requests to the legitimate `https://api.weeek.net/public/v1` endpoint. There is no evidence of data exfiltration to unauthorized domains, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. All observed behaviors are aligned with the stated purpose of managing WEEEK tasks.
能力评估
Purpose & Capability
The skill's name/description (WEEEK task manager operations) align with the included script and reference docs: scripts/weeek_api.py implements listing/creating/updating/completing/moving tasks and listing projects/boards/columns against https://api.weeek.net/public/v1. The code and SKILL.md describe the same API endpoints and operations.
Instruction Scope
SKILL.md gives concrete CLI usage and explicitly instructs to set WEEEK_TOKEN (and optionally WEEEK_USER_ID) and to use the provided script. The instructions do not ask the agent to read unrelated files or call unexpected external endpoints — all network calls target the documented Public API base URL. No broad or vague 'gather whatever context you need' language is present.
Install Mechanism
There is no install spec (instruction-only) and no downloads; the package includes a small Python script and a package.json manifest. Nothing in the install surface writes or executes code from arbitrary remote URLs, so install risk is low.
Credentials
The SKILL.md and scripts require a secret: WEEEK_TOKEN (and optionally WEEEK_USER_ID). However, the registry metadata lists 'Required env vars: none' and 'Primary credential: none', which is inconsistent and problematic: the platform may not prompt for or protect the token correctly. Aside from those two variables, no unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global agent settings, and has no special persistence or privileged system access. It runs as an on-demand CLI-style script.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weeek-tasks - 安装完成后,直接呼叫该 Skill 的名称或使用
/weeek-tasks触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
weeek-tasks 1.0.0 — initial release.
- Added scripts for managing WEEEK tasks: list, create, update, complete/uncomplete, move between boards/columns.
- Introduced commands to retrieve projects, boards, and board columns.
- Supports authentication via environment variables.
- Option to create standalone ("dateless") tasks or assign them to boards/projects.
- User ID is automatically set if provided.
元数据
常见问题
weeek-tasks 是什么?
Управление задачами WEEEK через Public API (Task Manager): получать список задач, создавать/обновлять/завершать задачи, перемещать между досками/колонками, получать список досок и колонок. Использовать при интеграции с WEEEK API и работе с задачами/досками/колонками. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1637 次。
如何安装 weeek-tasks?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weeek-tasks」即可一键安装,无需额外配置。
weeek-tasks 是免费的吗?
是的,weeek-tasks 完全免费(开源免费),可自由下载、安装和使用。
weeek-tasks 支持哪些平台?
weeek-tasks 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 weeek-tasks?
由 alex-indi(@alex-indi)开发并维护,当前版本 v1.0.0。
推荐 Skills