Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cooksolutions avatar

Atomicnebula Leads

  • 1 installs
  • Updated June 2, 2026
  • cooksolutions/atomic-nebula-skills

Qualify and manage sales leads through Atomic Nebula skills.

About

Lead qualification and management skills using Atomic Nebula platform. Helps teams identify high-value opportunities and track prospect engagement.

  • Lead qualification scoring and tracking
  • Prospect engagement management

Atomicnebula Leads by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #748 of 853 Sales & Marketing skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cooksolutions/atomic-nebula-skills --skill atomicnebula-leads

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedJune 2, 2026
Repositorycooksolutions/atomic-nebula-skills

What it does

Qualify and manage sales leads through Atomic Nebula skills.

Files

SKILL.mdMarkdownGitHub ↗

Atomic Nebula Leads Skill

Use the Atomic Nebula leads REST API through the shared assistant capability layer.

Configuration

Credentials resolve in this order:

1. Environment variables such as ATOMICNEBULA_API_KEY and ATOMICNEBULA_BASE_URL 2. ~/.config/circeaura/assistant-workspaces.json 3. Legacy ~/.openclaw/openclaw.json

Use --env <workspace> to target a configured workspace. Run skills/shared/an-env-list.sh to inspect configured workspaces.

Workspace Targeting

All commands accept --env <workspace>:

  • spider by default
  • --env dev
  • --env circeaurasupport

Run skills/shared/an-env-list.sh to see configured workspaces.

Supported Endpoints

  • GET /api/v1/atomicnebula/leads
  • POST /api/v1/atomicnebula/leads
  • GET /api/v1/atomicnebula/leads/:id
  • PATCH /api/v1/atomicnebula/leads/:id
  • DELETE /api/v1/atomicnebula/leads/:id

Helper Script

# List leads
skills/atomicnebula-leads/scripts/an-leads.sh list --search acme --limit 20

# Get one lead
skills/atomicnebula-leads/scripts/an-leads.sh get LEAD-ID

# Create a lead
skills/atomicnebula-leads/scripts/an-leads.sh create --email "prospect@example.com" --first-name "Pat" --last-name "Lee"

# Update a lead
skills/atomicnebula-leads/scripts/an-leads.sh update LEAD-ID --qualification-status sql --score 75 --tag qualified

# Delete a lead
skills/atomicnebula-leads/scripts/an-leads.sh delete LEAD-ID

Common Filters

list supports:

  • --pipeline-id <id>
  • --stage-id <id>
  • --owner-id <userId>
  • --team-id <id>
  • --territory-id <id>
  • --contact-id <id>
  • --form-id <id>
  • --source <value>
  • --qualification-status <value>
  • --search <term>
  • --score-min <n>
  • --score-max <n>
  • --sort-by <field>
  • --sort-order <asc|desc>
  • --limit <n>
  • --cursor <token>

Write Behavior

Write operations can trigger approval if the workspace uses assistant keys with approval gates enabled. The script sends X-Run-Id and records approval challenges so webhook correlation still works.

Permissions

  • Read: atomicnebula:leads:read
  • Write: atomicnebula:leads:write

Related skills

Sales & Marketingdistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.