Skip to content

Add Nyne Enrichment skill and testing guide#14

Open
MichaelFanous2 wants to merge 1 commit intozocomputer:mainfrom
MichaelFanous2:add-nyne-enrichment-skill
Open

Add Nyne Enrichment skill and testing guide#14
MichaelFanous2 wants to merge 1 commit intozocomputer:mainfrom
MichaelFanous2:add-nyne-enrichment-skill

Conversation

@MichaelFanous2
Copy link

Summary

  • Adds Community/nyne-enrichment skill wrapping the Nyne Enrichment API
  • Submit email, phone, LinkedIn URL, or name → get contact info, social profiles, work history, education, social posts
  • All modes documented: standard (6 credits), lite (3 credits), AI-enhanced search, newsfeed add-on
  • Async polling pattern with nyne_parse JSON sanitizer and 6-minute timeout
  • Adds Community/NYNE_TESTING.md — guide for testing any Nyne API skill (polling patterns, pitfalls, nyne_parse helper)

Tested

  • bun validate passes (0 errors)
  • Standard enrichment by LinkedIn URL: completed in 15s, 21 result keys
  • Lite enrichment: completed in 3s, exactly 5 fields (displayname, firstname, lastname, organizations, social_profiles)
  • Newsfeed add-on: completed in 9s, LinkedIn post with engagement data returned
  • All jq filters verified on completed responses

Test plan

  • bun validate passes
  • Frontmatter has required fields (name, description, metadata.author)
  • Skill directory name matches frontmatter name
  • No credentials or secrets in any files

🤖 Generated with Claude Code

Wraps the Nyne /person/enrichment endpoint. Submit an email, phone,
LinkedIn URL, or name and get contact info, social profiles, work
history, education, and optional social media posts.

Supports all modes: standard (6 credits), lite (3 credits, 5 fields),
AI-enhanced search (deep discovery), and newsfeed add-on (+6 credits).
Async polling pattern with 6-minute timeout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@MichaelFanous2 MichaelFanous2 force-pushed the add-nyne-enrichment-skill branch from 7153e27 to 14e059c Compare February 20, 2026 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant