nyne-deep-research
Research any person using the Nyne Deep Research API. Submit an email, phone, social URL, or name and receive a comprehensive intelligence dossier with psychographic profile, social graph, career analysis, conversation starters, and approach strategy. Async with 2-5 min processing.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/michaelfanous2/nyne-deep-researchNyne Deep Research Skill
Research any person by email, phone, social URL, or name. Returns a comprehensive intelligence dossier with psychographic profile, social graph, career analysis, conversation starters, and approach strategy.
Important: This API is async with high latency (2-5 min processing). You submit a request, get a request_id, then poll until complete.
Agent Instructions
When presenting results to the user, show maximum depth — display every section of the dossier in full. Do not summarize or truncate. Walk through each section sequentially:
- Identity Snapshot — who they are
- Career DNA — trajectory and superpower
- Psychographic Profile — values, motivations, archetypes
- Personal Life & Hobbies — interests outside work
- Social Graph Analysis — inner circle, professional network, interest graph
- Interest Cluster Deep Dive — all 9 clusters with detail
- Content & Voice Analysis — topics, tone, opinions, quotes
- Key Relationships — full list with relationship nature and importance
- Conversation Starters — all 4 hook categories
- Recommendations / How Others See Them — reputation signals
- Warnings & Landmines — topics to avoid, sensitivities
- Creepy-Good Insights — non-obvious findings with evidence
- Approach Strategy — best angle, topics, what not to do
Also include enrichment data (contact info, work history, education) and note whether following and articles sections have data.
If dossier is null, present the enrichment data and let the user know the full dossier was not generated (this can happen with duplicate or cached requests — resubmit with a different identifier).
If following or articles are null, simply note they were not available for this person.
Setup
Required environment variables:
NYNE_API_KEY— your Nyne API keyNYNE_API_SECRET— your Nyne API secret
Get credentials at https://api.nyne.ai.
Set these in your shell before running any commands:
export NYNE_API_KEY="your-api-key"
export NYNE_API_SECRET="your-api-secret"
To persist across sessions, add the exports to your shell profile (~/.zshrc, ~/.bashrc, etc.) or create a .env file and source it:
# Create .env file (keep out of version control)
echo 'export NYNE_API_KEY="your-api-key"' >> ~/.nyne_env
echo 'export NYNE_API_SECRET="your-api-secret"' >> ~/.nyne_env
source ~/.nyne_env
Verify they're set:
echo "Key: ${NYNE_API_KEY:0:8}... Secret: ${NYNE_API_SECRET:0:6}..."
Important: JSON Handling
The API response can contain control characters in JSON string values that break jq. All examples below use a nyne_parse helper that pipes through python3 to clean and re-encode the JSON before passing to jq. Define it once per session:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-michaelfanous2-nyne-deep-research": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
nyne-enrichment
Enrich any person by email, phone, LinkedIn URL, or name using the Nyne Enrichment API. Returns contact info, social profiles, work history, education, and optional social media posts. Supports lite mode (3 credits), newsfeed add-on, and AI-enhanced deep search. Async with polling.
nyne-search
Search for people using natural language queries with the Nyne Search API. Find professionals by role, company, location, industry, or any combination. Supports custom filters, AI relevance scoring, contact enrichment (emails + phones), pagination, and three search tiers (light, medium, premium). Async with polling.