Close Crm
v1.0.0Close CRM — manage leads, contacts, opportunities, tasks, and activities. Sales CRM with built-in calling and email.
⭐ 0· 434·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
latestvk978d1sdjj33n6qqrg7x5arx9x81wcd9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📞 Clawdis
EnvCLOSE_API_KEY
Primary envCLOSE_API_KEY
