← Back to Skills Marketplace
alex-indi

weeek-tasks

by alex-indi · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1637
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weeek-tasks
Description
Управление задачами WEEEK через Public API (Task Manager): получать список задач, создавать/обновлять/завершать задачи, перемещать между досками/колонками, получать список досок и колонок. Использовать при интеграции с WEEEK API и работе с задачами/досками/колонками.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weeek-tasks
  3. After installation, invoke the skill by name or use /weeek-tasks
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug weeek-tasks
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is weeek-tasks?

Управление задачами WEEEK через Public API (Task Manager): получать список задач, создавать/обновлять/завершать задачи, перемещать между досками/колонками, получать список досок и колонок. Использовать при интеграции с WEEEK API и работе с задачами/досками/колонками. It is an AI Agent Skill for Claude Code / OpenClaw, with 1637 downloads so far.

How do I install weeek-tasks?

Run "/install weeek-tasks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is weeek-tasks free?

Yes, weeek-tasks is completely free (open-source). You can download, install and use it at no cost.

Which platforms does weeek-tasks support?

weeek-tasks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created weeek-tasks?

It is built and maintained by alex-indi (@alex-indi); the current version is v1.0.0.

💬 Comments