← 返回 Skills 市场
antokhin-digital

MooTeam CRM

作者 antokhin-seo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
132
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mooteam
功能描述
MooTeam (moo.team) API v1 for OpenClaw: projects, teams, tasks, drafts, comments, workflows, statuses, labels, timer and time logs, activity logs. Requires M...
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mooteam
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mooteam 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug mooteam
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 MooTeam CRM?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mooteam」即可一键安装,无需额外配置。

MooTeam CRM 是免费的吗?

是的,MooTeam CRM 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MooTeam CRM 支持哪些平台?

MooTeam CRM 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MooTeam CRM?

由 antokhin-seo(@antokhin-digital)开发并维护,当前版本 v1.0.0。

💬 留言讨论