MooTeam
name: mooteam
by antokhin-digital · published 2026-04-01
$ claw add gh:antokhin-digital/antokhin-digital-mooteam---
name: mooteam
description: >
MooTeam (moo.team) API v1 for OpenClaw: projects, teams, tasks, drafts, comments,
workflows, statuses, labels, timer and time logs, activity logs. Requires
MOOTEAM_API_TOKEN and MOOTEAM_COMPANY_ALIAS. Install from ClawHub (clawhub.ai).
user-invokable: true
metadata:
openclaw:
emoji: "🐂"
primaryEnv: MOOTEAM_API_TOKEN
requires:
bins: ["python3"]
env: ["MOOTEAM_API_TOKEN", "MOOTEAM_COMPANY_ALIAS"]
---
# MooTeam
English (ClawHub)
**MooTeam** is a project / task / CRM API integration. The agent should run the CLI via `exec` using `python3` and paths below.
Install (community)
1. `clawhub install mooteam` (or your chosen slug after publish) into `<workspace>/skills/`.
2. Install Python deps once (workspace venv recommended):
`python3 -m pip install -r skills/mooteam/requirements.txt`
3. Set environment variables (gateway `.env`, host env, or `openclaw.json` → `skills.entries.mooteam.env`):
- `MOOTEAM_API_TOKEN` — Bearer token
- `MOOTEAM_COMPANY_ALIAS` — `X-MT-Company` header value
How to invoke scripts
`python3 skills/mooteam/scripts/main.py <command> [args]`
`python3 scripts/main.py <command> [args]`
Optional: add the workspace `.venv` to `tools.exec.pathPrepend` so `python3` picks up dependencies installed there.
---
Обзор (RU)
Интерфейс для интеграции с **MooTeam API v1**: проекты, задачи (включая черновики), тайм-трекинг, метки, воркфлоу, логи активности.
Основные возможности
Правила для агента
1. **ID из API**: не угадывать ID; при сомнениях — `projects`, `statuses`, `user-profiles`.
2. **Черновик**: перед сложным `task-create` проверить `task-draft`; при готовности — `task-from-draft`.
3. **Таймер**: перед `start` вызвать `timer-current`; при активном таймере на другой задаче — сначала `stop`.
4. **Контекст задачи**: по возможности подтягивать комментарии и time logs.
5. **Списки**: в ответе пользователю — укороченно (`id`, `title`, `status`).
Структура навыка
Переменные окружения
Команды CLI
Team
Список профилей: `python3 scripts/main.py user-profiles`
Projects
Tasks
Drafts
Comments
Workflows & statuses
Labels
Timer & time logs
Activity
Примеры запросов пользователя
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...