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

Atomicnebula Companies

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

Research companies and leads using Atomic Nebula skills framework.

About

Skills for discovering and researching companies within Atomic Nebula platform. Enables lead discovery and company research for business development.

  • Company discovery and research tools
  • Integration with Atomic Nebula database

Atomicnebula Companies by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #2,479 of 3,282 Productivity & Planning 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-companies

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

Research companies and leads using Atomic Nebula skills framework.

Files

SKILL.mdMarkdownGitHub ↗

Companies

Use the Atomic Nebula companies REST API through the shared assistant workspace config.

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.

Helper Script

Run from the repository root:

skills/atomicnebula-companies/scripts/an-companies.sh list
skills/atomicnebula-companies/scripts/an-companies.sh --env dev list --search "Acme"
skills/atomicnebula-companies/scripts/an-companies.sh get <companyId>
skills/atomicnebula-companies/scripts/an-companies.sh create --name "Acme Ltd" --domain acme.com --confirm yes
skills/atomicnebula-companies/scripts/an-companies.sh update <companyId> --industry "Manufacturing" --confirm yes
skills/atomicnebula-companies/scripts/an-companies.sh delete <companyId> --confirm yes

Commands

  • list: List companies. Options: --search, --limit, --cursor.
  • get <companyId>: Fetch one company.
  • create: Create a company. Requires --name and --confirm yes.
  • update <companyId>: Update company fields. Requires --confirm yes.
  • delete <companyId>: Delete a company. Requires --confirm yes.

Company IDs (<companyId>)

Use the `id` field from list/get responses for every endpoint that takes `<companyId>`. Do not pass HubSpot, Xero, Salesforce, or other upstream identifiers — Atomic Nebula only routes its own canonical UUID.

Every company object the API returns exposes a single canonical identifier. Foreign-system IDs (HubSpot record IDs, Xero ContactIDs, mailing-list rows) may appear inside metadata.integrations.* for cross-system reference, but they are NOT valid <companyId> path segments.

FieldFormatUse it for
idUUID — 9f3e1c7a-1a4b-4c2e-9f01-b0c1d2e3f4a5All AN endpoints. This is what <companyId> means in every URL path.
metadata.integrations.<source>.recordIdProvider-side identifierDirect provider API queries only. Do not pass to AN.
domainDomain stringFiltering with ?search=<domain> on the list endpoint. Not a routable ID.

If you only have a domain or name, call GET /api/v1/atomicnebula/companies?search=<term> and read the id from the matching record before calling get/update/delete.

Write Fields

Create accepts:

  • --name (required)
  • --domain
  • --website
  • --phone
  • --email
  • --industry
  • --city
  • --state
  • --country
  • --tag <value> (repeatable to set multiple tags)

Update accepts the same fields plus omits --name requirement; only the fields you pass are changed.

Permissions

  • atomicnebula:companies:read
  • atomicnebula:companies:write (create / update / delete)

Related skills

This week in AI coding

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

unsubscribe anytime.