← Back to Skills Marketplace
aiwithabidi

Close Crm

by aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
464
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install close-crm
Description
Close CRM — manage leads, contacts, opportunities, tasks, and activities. Sales CRM with built-in calling and email.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install close-crm
  3. After installation, invoke the skill by name or use /close-crm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug close-crm
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Close Crm?

Close CRM — manage leads, contacts, opportunities, tasks, and activities. Sales CRM with built-in calling and email. It is an AI Agent Skill for Claude Code / OpenClaw, with 464 downloads so far.

How do I install Close Crm?

Run "/install close-crm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Close Crm free?

Yes, Close Crm is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Close Crm support?

Close Crm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Close Crm?

It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.

💬 Comments