openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Close Crm

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

通信与消息

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 285 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:aiwithabidi/close-crm

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code, declared requirement (CLOSE_API_KEY), and described capabilities align; the CLI talks to Close CRM's api.close.com endpoints and needs only a Close API key.

目的

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.

说明范围

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.

安装机制

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.

证书

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.

持久

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.

综合结论

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 li…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Close Crm」。简介:Close CRM — manage leads, contacts, opportunities, tasks, and activities. Sales…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aiwithabidi/close-crm/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: close-crm
description: "Close CRM — manage leads, contacts, opportunities, tasks, and activities. Sales CRM with built-in calling and email."
homepage: https://www.agxntsix.ai
license: MIT
compatibility: Python 3.10+ (stdlib only — no dependencies)
metadata: {"openclaw": {"emoji": "📞", "requires": {"env": ["CLOSE_API_KEY"]}, "primaryEnv": "CLOSE_API_KEY", "homepage": "https://www.agxntsix.ai"}}
---

# 📞 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

```bash
python3 {baseDir}/scripts/close-crm.py leads --limit 10
python3 {baseDir}/scripts/close-crm.py lead-create "Acme Corp" --contact-name John --contact-email john@acme.com
python3 {baseDir}/scripts/close-crm.py opportunities
python3 {baseDir}/scripts/close-crm.py me
```

## Credits
Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai)
[YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi)
Part of the **AgxntSix Skill Suite** for OpenClaw agents.

📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)