Close Crm

v1.0.0

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

0· 462·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aiwithabidi/close-crm.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Close Crm" (aiwithabidi/close-crm) from ClawHub.
Skill page: https://clawhub.ai/aiwithabidi/close-crm
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: CLOSE_API_KEY
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install close-crm

ClawHub CLI

Package manager switcher

npx clawhub@latest install close-crm
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📞 Clawdis
EnvCLOSE_API_KEY
Primary envCLOSE_API_KEY
latestvk978d1sdjj33n6qqrg7x5arx9x81wcd9
462downloads
0stars
1versions
Updated 2mo ago
v1.0.0
MIT-0

📞 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

VariableRequiredDescription
CLOSE_API_KEYAPI 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 john@acme.com
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

Comments

Loading comments...