CRM integration, lead tracking, outreach automation, and pipeline management. Transform your AI agent into a sales assistant that never lets leads slip through the cracks.
Security Analysis
medium confidenceThe skill implements a local sales workspace and CLI consistently, but it advertises CRM integrations (HubSpot/Salesforce/Notion) that are not implemented; the scripts operate on files under your home directory and the source is unknown, so review before running.
The skill's stated purpose is a sales assistant with CRM integration and outreach automation. The provided scripts create a local sales workspace (~/.openclaw/workspace/sales), manage lead markdown files, and generate reports — which matches 'built-in tracking' and pipeline management. However, it advertises integration with external CRMs (HubSpot/Salesforce/Notion) but contains no connectors, API calls, or instructions for those services. That mismatch between advertised CRM integration and actual implementation is a design inconsistency.
SKILL.md instructs running scripts/sales-init.sh and using the included CLI scripts. The runtime instructions and included scripts only read/write files under $HOME/.openclaw/workspace/sales and do not attempt to read unrelated system files, environment variables, or contact external endpoints. No vague 'gather whatever context you need' directives are present.
There is no install spec (instruction-only with bundled scripts). No downloads, package installs, or archive extraction are requested. The only persistence is files created in the user's home-directory workspace by the provided scripts.
The skill declares no required env vars, credentials, or config paths. The scripts use HOME to build a workspace path and do not read or require secrets. This is proportionate to a purely local lead-tracking tool. Note: if you expect CRM integrations, those would require credentials, but none are requested here.
The skill does not request always:true and uses normal agent invocation. Its scripts create and write files under $HOME/.openclaw/workspace/sales (a user-level location). It does not modify global agent settings or other skills' configs.
Guidance
This skill implements a local file-based sales workspace and CLI that create and manage markdown files under ~/.openclaw/workspace/sales. Before installing: 1) Note the source is unknown — inspect the scripts (they are small and readable) and confirm you are comfortable with them writing to your home directory. 2) The skill advertises CRM integrations (HubSpot/Salesforce/Notion) but provides no connectors or API calls — if you need real CRM sync you will have to add/configure that yourself (and supply credentials). 3) Run the scripts in a sandbox or non-critical account if you are uncertain. 4) If you plan to extend this skill to call external APIs, make sure credentials are stored securely and only granted to code you reviewed. Overall the tool is coherent for local tracking, but the CRM-integration claim is not implemented — treat that as a gap rather than a feature.
Latest Release
v1.0.0
Initial release of the Sales skill: transform your AI agent into a sales operations assistant. - Provides CRM integration, lead tracking, and outreach automation templates. - Includes lead qualification (BANT framework), customizable lead capture, and pipeline tracking tools. - Features pipeline dashboards, deal summary templates, and follow-up automation to ensure no leads slip through the cracks. - Supplies ready-made cold outreach sequences and meeting management checklists. - Offers objection handling tips and structured analytics for forecasting and performance tracking.
More by @oyi77
Published by @oyi77 on ClawHub