← Back to Skills Marketplace
3rdbrain

Lead Outreach CRM

by pbopps · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
149
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install outreach-crm
Description
Track leads locally, manage outreach campaigns, and export as CSV for download.
Usage Guidance
This skill appears to do exactly what it says: store leads locally and export CSVs. Before installing, consider: (1) Stored leads live in the agent workspace (/root/.openclaw/workspace by default) — don't store sensitive PII there unless you're comfortable with that storage. (2) You can change the workspace path with OPENCLAW_WORKSPACE if needed (the code reads that env var). (3) There is no external sync in the code you reviewed (CRM sync is noted as a paid-plan placeholder), but if you rely on off-box sync, verify any additional paid-plan code. (4) Use the 'clear' command carefully — it deletes local leads. If you need higher assurance, review the full JS file (CLI handlers) before use or run in an isolated environment.
Capability Analysis
Type: OpenClaw Skill Name: outreach-crm Version: 1.0.0 The outreach-crm skill is a standard local lead management tool that stores data in a JSON file and exports to CSV within the agent's workspace. The code in outreach-crm.js contains no external network calls, obfuscation, or unauthorized file access, and its behavior aligns perfectly with the documentation in SKILL.md.
Capability Assessment
Purpose & Capability
The name/description (local lead tracking, outreach sequences, CSV export) match the code and SKILL.md. The code implements lead scoring, outreach template generation, saving/loading leads to a local JSON file, and CSV export — all expected for a local CRM skill.
Instruction Scope
Runtime instructions are limited to running the provided Node CLI and working with files in the agent workspace (/root/.openclaw/workspace by default). The SKILL.md does not instruct reading unrelated system files or sending data to external endpoints. Note: the skill writes lead data to the agent workspace, so exported/stored leads (which may include PII) reside in container storage until removed.
Install Mechanism
No install spec — instruction-only with a single JS file and package.json. Nothing is downloaded or written during install from external URLs.
Credentials
The skill declares no required credentials or env vars, which matches its local-only behavior. The code reads OPENCLAW_WORKSPACE (process.env.OPENCLAW_WORKSPACE) as an override for workspace location; this env var is not listed in SKILL.md's 'requires' but its use is low-risk and limited to where data is stored.
Persistence & Privilege
The skill does not request always: true and does not modify other skills. It persists data only to its workspace files (leads.json, leads.csv), which is expected for a local CRM.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install outreach-crm
  3. After installation, invoke the skill by name or use /outreach-crm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Outreach CRM Skill: - Track and manage sales leads locally without an external database. - Add, list, and clear leads directly from the command line. - Log interactions with individual leads. - Export leads to CSV for easy download and sharing. - All data stored securely inside the agent workspace.
Metadata
Slug outreach-crm
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Lead Outreach CRM?

Track leads locally, manage outreach campaigns, and export as CSV for download. It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install Lead Outreach CRM?

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

Is Lead Outreach CRM free?

Yes, Lead Outreach CRM is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lead Outreach CRM support?

Lead Outreach CRM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lead Outreach CRM?

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

💬 Comments