Skip to content
Marketing
Skill

/enrichment-nyne

Intelligence and enrichment - person and company data, social profiles, events, and funding

From plugin
goose-skills
1.2k200 skills
Install
$ npx -y skills add gooseworks-ai/goose-skills --skill enrichment-nyne --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/enrichment-nyne

Context preview

The summary Claude sees to decide when to auto-load this skill.

Intelligence and enrichment - person and company data, social profiles, events, and funding

SKILL.md

enrichment-nyne.SKILL.md
name: enrichment-nyne
description: Intelligence and enrichment - person and company data, social profiles, events, and funding
source: orthogonal

Nyne - Intelligence & Enrichment API

Setup

Read your credentials from ~/.gooseworks/credentials.json:

export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")

If ~/.gooseworks/credentials.json does not exist, tell the user to run: `npx gooseworks login`

All endpoints use Bearer auth: `-H "Authorization: Bearer $GOOSEWORKS_API_KEY"`

Enrich person and company data with social profiles, events, interests, funding, and more.

Capabilities

  • **Person Search**: Search people by company, role, geography, and name
  • **Person Enrichment**: Enrich person data from email, phone, or social URL
  • **Person Events**: Find life events and career milestones
  • **Person Social Profiles**: Get all social media profiles for a person
  • **Person Single Social Lookup**: Look up a specific social media profile
  • **Person Interactions**: Get social media interactions
  • **Person Interests**: Get interests, skills, and topics a person engages with
  • **Person Newsfeed**: Get social media newsfeed data
  • **Company Search**: Search companies by industry and keywords
  • **Company Enrichment**: Enrich company data from email, phone, or social URL
  • **Company Check Seller**: Check if a company sells a specific product/service
  • **Company Needs**: Analyze company needs from SEC filings and content
  • **Company Funding**: Get company funding history and investment details
  • **Company Funders**: Get investors and funders associated with a company

Usage

Person Search

Search people by company name, role, geography, and person name. Returns requestId for polling.

Parameters:

  • query* (string) - Natural language search query (max 1000 chars)
  • limit (integer) - Max results per request (default: 10, max: 100)
  • offset (integer) - Starting position in results (default: 0, max: 999)
  • cursor (string) - Pagination token from previous response
  • request_id (string) - Request ID to continue fetching from same search
  • force_new (boolean) - Force fresh search even if cached (default: false)
  • type (string) - Search tier: light (fastest), medium, premium (best quality). Default: premium
  • show_emails (boolean) - Include email addresses in results (default: false)
  • show_phone_numbers (boolean) - Include phone numbers in results (default: false)
  • require_emails (boolean) - Only return profiles with emails (default: false)
  • require_phone_numbers (boolean) - Only return profiles with phones (default: false)
  • require_phones_or_emails (boolean) - Only return profiles with phone OR email (default: false)
  • insights (boolean) - Include AI-generated relevance insights (default: false, not available for light)
  • high_freshness (boolean) - Prioritize recently updated profiles (default: false, not available for light)
  • profile_scoring (boolean) - Include AI relevance scoring (default: false)
  • callback_url (string) - URL to receive results via webhook
  • custom_filters (object) - Structured filters (locations, industries, titles, etc.)
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
  -H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"api":"nyne","path":"/person/search","body":{"query":"Software engineers at OpenAI"}}'

Person Enrichment

Enrich a person's profile from email, phone, or social media URL. Returns comprehensive data including work history, education, and social profiles.

Parameters:

  • email (string) - Email address to enrich
  • phone (string) - Phone number to enrich
  • social_media_url (string) - Social media profile URL (LinkedIn, Twitter, etc.)
  • name (string) - Person name to search (used with company)
  • company (string) - Company name to narrow name-based search
  • callback_url (string) - URL to receive results via webhook
  • newsfeed (array) - Social media sources for newsfeed: linkedin, twitter, instagram, github, facebook, or all
  • ai_enhanced_search (boolean) - Enable AI-powered deep search for more social profiles (slower)
  • strict_email_check (boolean) - Enable strict email validation
  • lite_enrich (boolean) - Lightweight enrichment mode (3 credits vs 6, returns only basic fields)
  • probability_score (boolean) - Include confidence score in results
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
  -H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"api":"nyne","path":"/person/enrichment","body":{"email":"john@openai.com"}}'

Person Events

Find life events and career milestones for people at specific events.

Parameters:

  • event* (string) - Event name (e.g., YC Demo Day, TechCrunch Disrupt)
  • company_name (string) - Filter by company to find employees who attended
  • role (string) - Filter by job title (e.g., Founder, CTO)
  • industry (string) - Filter by industry sector
  • location (string) - Geographic filter for attendees
  • callback_url (string) - HTTPS endpoint for automatic delivery
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
  -H "Authorization: Bearer $GOOSEWORKS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"api":"nyne","path":"/person/events","body":{"event":"YC Demo Day"}}'

Person Social Profiles

Get all social media profiles associated with a person.

Parameters:

  • email (string) - Email address to look up
  • phone (string) - Phone number to look up
  • social_media_url (string) - Social media profile URL to find other profiles from
  • callback_url (string) - URL to receive results via webhook
curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \
  -H "Authorization: Bearer $GOOSEWORKS_API_K
Read more
Ships withgoose-skills

Put your AI agent on the growth team. Research customers and competitors, analyze what is working, create the next campaign, and learn from the result.

Get the whole plugin

Other skills on goose-skills.