agentsclimarketplace

Lead handoff

Skill bobmmao/agent-workflow-skills/skills/growth/lead-handoff

Validate qualified distributor leads and write them into the shared approved_leads.jsonl handoff file for the sales agentFrom its SKILL.md

Install
npx -y skills add bobmmao/agent-workflow-skills --skill lead-handoff

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 327 tokens by cl100k_base, as published. Nobody here has run it

Use this skill when a lead has already been qualified and is ready for sales outreach.

Shared file:

  • ~/.openclaw/shared/leads/approved_leads.jsonl

Write command:

  • ~/.openclaw/workspace-crm/bin/lead_append_approved <json_file>
  • or pipe JSON directly into ~/.openclaw/workspace-crm/bin/lead_append_approved -

Accepted input:

  • one JSON object
  • a JSON array
  • JSONL

Minimum required fields:

  • company
  • contact_name
  • email

Recommended fields:

  • country
  • title
  • website
  • notes
  • source

Approval rules:

  • Only write leads that clearly passed qualification
  • The lead should be a real distributor, wholesaler, importer, retailer, marketplace seller, brand owner, or other plausible B2B channel partner
  • The lead must contain a real company identity and a usable business email or direct contact email
  • Do not write generic marketing agencies, SEO sellers, link builders, lead generation services, fake directories, or incomplete contacts
  • Do not write leads with missing recipient name or missing email
  • Do not write duplicates intentionally; the helper already deduplicates by email
  • Prefer concise notes describing why the lead passed

Suggested workflow:

  1. Build a JSON object with the approved lead fields
  2. Save it to a temp file
  3. Run ~/.openclaw/workspace-crm/bin/lead_append_approved <temp_file>
  4. Read the JSON result and confirm whether the lead was added or skipped

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.