← Back to Skills Marketplace
MooTeam CRM
by
antokhin-seo
· GitHub ↗
· v1.0.0
· MIT-0
132
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mooteam
Description
MooTeam (moo.team) API v1 for OpenClaw: projects, teams, tasks, drafts, comments, workflows, statuses, labels, timer and time logs, activity logs. Requires M...
Usage Guidance
This skill appears to do exactly what it says: a CLI wrapper around the MooTeam API. Before installing: (1) verify the domain (api.moo.team) matches your expected MooTeam service, (2) create a least-privilege API token for the agent rather than using a personal full-access key, (3) run pip install in an isolated virtualenv and review requirements.txt, (4) ensure MOOTEAM_API_TOKEN is stored and injected securely (gateway secrets, not plaintext in shared files), and (5) test the skill in a non-production workspace first. If you have doubts, inspect the included Python files (MooTeamClient.py and main.py) yourself — they are short and straightforward — to confirm there are no unexpected network endpoints or logging of secrets.
Capability Analysis
Type: OpenClaw Skill
Name: mooteam
Version: 1.0.0
The 'mooteam' skill bundle is a standard API integration for the MooTeam project management platform. The Python scripts (MooTeamClient.py and main.py) implement a clean CLI wrapper around the official API (api.moo.team) using the requests library, and the documentation (SKILL.md, api_docs.md) provides appropriate instructions for an AI agent to manage tasks and projects. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (MooTeam CRM API) match the actual code and CLI commands. Required env vars (MOOTEAM_API_TOKEN, MOOTEAM_COMPANY_ALIAS) and python3 are appropriate and expected for this API integration.
Instruction Scope
SKILL.md instructs the agent to run the included Python CLI and to set the two environment variables; the runtime instructions and the code only interact with the MooTeam API and local CLI invocation. There are no instructions to read unrelated files or to send data to third-party endpoints.
Install Mechanism
Registry has no formal install spec, but SKILL.md documents manual installation steps (clawhub publish/install and pip install -r requirements.txt). Installation uses standard pip dependencies (requests, python-dotenv, rich). This is not high-risk, but it relies on the user running pip in a workspace — review dependencies and run in a virtual environment.
Credentials
Only two environment variables are required (API token and company alias) and they directly map to HTTP Authorization and a custom header. No unrelated secrets, config paths, or extraneous credentials are requested.
Persistence & Privilege
Skill is not force-included (always: false) and uses normal agent invocation. It does not request persistent system-wide privileges or modify other skills' configs. It requires the environment variables be available to the agent process (normal for API skills).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mooteam - After installation, invoke the skill by name or use
/mooteam - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the MooTeam skill for OpenClaw.
- Integrates MooTeam (moo.team) API v1: manage projects, teams, tasks, drafts, comments, workflows, statuses, labels, timers, time logs, and activity logs.
- Includes a CLI interface for all API features, invokable via python3 scripts.
- Provides detailed installation and usage instructions with environment variable support.
- Russian and English documentation sections included.
- Examples and guidelines provided for agents handling ID resolution, draft logic, timer usage, and context fetching.
Metadata
Frequently Asked Questions
What is MooTeam CRM?
MooTeam (moo.team) API v1 for OpenClaw: projects, teams, tasks, drafts, comments, workflows, statuses, labels, timer and time logs, activity logs. Requires M... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install MooTeam CRM?
Run "/install mooteam" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MooTeam CRM free?
Yes, MooTeam CRM is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MooTeam CRM support?
MooTeam CRM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MooTeam CRM?
It is built and maintained by antokhin-seo (@antokhin-digital); the current version is v1.0.0.
More Skills