# Send weeek-tasks to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "weeek-tasks",
    "name": "weeek-tasks",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/alex-indi/weeek-tasks",
    "canonicalUrl": "https://clawhub.ai/alex-indi/weeek-tasks",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/weeek-tasks",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weeek-tasks",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "package.json",
      "SKILL.md",
      "scripts/weeek_api.py",
      "references/api.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "weeek-tasks",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T21:44:34.279Z",
      "expiresAt": "2026-05-19T21:44:34.279Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weeek-tasks",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weeek-tasks",
        "contentDisposition": "attachment; filename=\"weeek-tasks-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "weeek-tasks"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/weeek-tasks"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/weeek-tasks",
    "downloadUrl": "https://openagent3.xyz/downloads/weeek-tasks",
    "agentUrl": "https://openagent3.xyz/skills/weeek-tasks/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weeek-tasks/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weeek-tasks/agent.md"
  }
}
```
## Documentation

### Быстрый старт

Установить переменные окружения:

WEEEK_TOKEN — токен авторизации
WEEEK_USER_ID — ваш ID в WEEEK (опционально)


Использовать scripts/weeek_api.py для операций.
Для справки по эндпоинтам читать references/api.md.

### Получить задачи

python scripts/weeek_api.py list-tasks --day DD.MM.YYYY --board-id ID_доски --board-column-id ID_колонки

### Создать задачу

python scripts/weeek_api.py create-task --title "Задача" --day DD.MM.YYYY --no-locations

Если нужна привязка к проекту/доске — передать project_id/board_id/board_column_id или JSON:

python scripts/weeek_api.py create-task --title "Задача" --locations-json '[{"boardId":ID_доски,"boardColumnId":ID_колонки}]'

### Обновить задачу

python scripts/weeek_api.py update-task ID_задачи --title "Новый заголовок" --priority 2

### Завершить / вернуть

python scripts/weeek_api.py complete-task ID_задачи
python scripts/weeek_api.py uncomplete-task ID_задачи

### Переместить

python scripts/weeek_api.py move-board ID_задачи --board-id ID_доски
python scripts/weeek_api.py move-board-column ID_задачи --board-column-id ID_колонки

### Списки проектов/досок/колонок

python scripts/weeek_api.py list-projects
python scripts/weeek_api.py list-boards --project-id ID_проекта
python scripts/weeek_api.py list-board-columns --board-id ID_доски

ID можно получить через list-projects, list-boards, list-board-columns.

### Ограничения и вопросы

Формат day в docs указан как string; точный формат подтвердить у пользователя.
По умолчанию создаются «датные» задачи без привязки к проектам/доскам (--no-locations).
Если задан WEEEK_USER_ID, он автоматически ставится в userId и assignees при создании.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: alex-indi
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T21:44:34.279Z
- Expires at: 2026-05-19T21:44:34.279Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/weeek-tasks)
- [Send to Agent page](https://openagent3.xyz/skills/weeek-tasks/agent)
- [JSON manifest](https://openagent3.xyz/skills/weeek-tasks/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/weeek-tasks/agent.md)
- [Download page](https://openagent3.xyz/downloads/weeek-tasks)