← 返回 Skills 市场
aiwithabidi

Close Crm

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
464
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install close-crm
功能描述
Close CRM — manage leads, contacts, opportunities, tasks, and activities. Sales CRM with built-in calling and email.
使用说明 (SKILL.md)

📞 Close CRM

Sales CRM with built-in calling and email — leads, contacts, opportunities, tasks.

Features

  • Leads — list, create, get details
  • Contacts — manage contact info
  • Opportunities — track deals and values
  • Tasks — create and manage tasks
  • Activities — view activity feed

Requirements

Variable Required Description
CLOSE_API_KEY API key/token for Close CRM

Quick Start

python3 {baseDir}/scripts/close-crm.py leads --limit 10
python3 {baseDir}/scripts/close-crm.py lead-create "Acme Corp" --contact-name John --contact-email [email protected]
python3 {baseDir}/scripts/close-crm.py opportunities
python3 {baseDir}/scripts/close-crm.py me

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation

安全使用建议
This skill appears to do what it says: a small, dependency-free CLI that talks to Close CRM using your CLOSE_API_KEY. Before installing or running it, review or trust the included script (scripts/close-crm.py). Be aware it will attempt to read CLOSE_API_KEY from the environment and — if that is not set — it will try to open WORKSPACE/.env or ~/.openclaw/workspace/.env and parse a CLOSE_API_KEY= line; make sure no sensitive unrelated secrets live in that file or set CLOSE_API_KEY explicitly in a controlled environment. If you plan to allow autonomous agent invocation, remember the agent could call this skill and thereby use the provided API key to access your Close CRM data.
功能分析
Type: OpenClaw Skill Name: close-crm Version: 1.0.0 The skill bundle provides a CLI interface for Close CRM, interacting with the legitimate `api.close.com` endpoint. The `scripts/close-crm.py` file correctly retrieves the `CLOSE_API_KEY` from environment variables or the OpenClaw workspace `.env` file, which is standard practice for agent skills requiring API access. There is no evidence of data exfiltration to unauthorized endpoints, arbitrary code execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. All operations are aligned with the stated purpose of managing CRM data.
能力评估
Purpose & Capability
Name/description (Close CRM) match the included CLI implementation which calls https://api.close.com/api/v1 and implements leads/contacts/opportunities/tasks/activities. Requiring CLOSE_API_KEY is appropriate and sufficient for the stated functionality.
Instruction Scope
SKILL.md requires only CLOSE_API_KEY, but the script will also look for a .env file at WORKSPACE (if set) or ~/.openclaw/workspace/.env to extract CLOSE_API_KEY if the env var isn't set. That is reasonable fallback behavior, but it's not documented in SKILL.md and means the skill will read that file if present.
Install Mechanism
No install spec or external downloads; the skill is instruction-only with a single Python stdlib script included. No third-party packages or remote installers are invoked.
Credentials
Only CLOSE_API_KEY is required and used as the API credential (declared as primaryEnv). The script optionally reads WORKSPACE to find a local .env file, but it only extracts the CLOSE_API_KEY line. No unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills/config. It only reads environment and an optional .env file; it does not create background services or alter system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install close-crm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /close-crm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Close CRM skill. - Manage leads, contacts, opportunities, tasks, and activities in Close CRM from Python. - Sales CRM with built-in calling and email support. - Requires only Python 3.10+ with no external dependencies. - Authenticates using the CLOSE_API_KEY environment variable. - Includes quickstart command-line examples and setup instructions.
元数据
Slug close-crm
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Close Crm 是什么?

Close CRM — manage leads, contacts, opportunities, tasks, and activities. Sales CRM with built-in calling and email. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 464 次。

如何安装 Close Crm?

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

Close Crm 是免费的吗?

是的,Close Crm 完全免费(开源免费),可自由下载、安装和使用。

Close Crm 支持哪些平台?

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

谁开发了 Close Crm?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论