跳到主要内容
知仓学习社ZHICANG

people-data

Research LinkedIn professional profiles and public business-contact data, including email/phone lookup, people search, and YouTube channel business-…

不碰外部(只输出文字)无严重或高危命中sickn33/agentic-awesome-skills

它会碰到什么

扫了多少2 个文本文件,6 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

People Data

Overview

Perform authorized professional-profile and public business-contact research through the Agent Body MCP server at /mcp/people-data. It covers LinkedIn profile retrieval, email and phone lookup, filtered people search, and YouTube channel business-email discovery.

Read [references/tool-reference.md](references/tool-reference.md) for exact tool names and input fields.

When to Use This Skill

  • Use when the user asks to look up, enrich, or verify a LinkedIn professional profile.
  • Use when the user needs a business email or phone number for a LinkedIn profile they are authorized to contact.
  • Use when the user wants to find people by role, company, location, seniority, or other LinkedIn filters.
  • Use when the user wants to find public business contact emails for YouTube channels.
  • Use when the user asks to validate or deduplicate people-search results before outreach.

How It Works

Step 1: Choose one operation

  • linkedin_person_profile with linkedin_url retrieves one professional profile.
  • linkedin_email_lookup with profileUrl looks up one profile email address.
  • linkedin_phone_lookup with profileUrl looks up one profile phone number.
  • linkedin_people_search accepts optional filters and returns a nextPageToken for continuation.
  • youtube_email_finder takes channels (1-1000 channel URLs) and optional scrape_fresh_emails to find public business emails.

Step 2: Prefer canonical URLs and explicit filters

Use canonical profile or channel URLs when available. For name-only searches, add explicit role, company, location, or keyword filters. companyFilter must be current, past, or all.

Step 3: Verify and present only returned data

Confirm that returned identities match the request, deduplicate search results by canonical profile identity, and never construct or guess an email address or phone number. Preserve per-channel found/not-found state from YouTube results.

Examples

Example 1: Look up one LinkedIn profile

Call linkedin_person_profile with:

{
  "linkedin_url": "https://www.linkedin.com/in/example-person"
}

Example 2: Find public business emails for YouTube channels

Call youtube_email_finder with:

{
  "channels": ["https://www.youtube.com/@example"],
  "scrape_fresh_emails": false
}

Best Practices

  • ✅ Use canonical profile or channel URLs instead of guessing handles.
  • ✅ Confirm the returned identity matches the person or channel before presenting it.
  • ✅ Use only public, authorized, or explicitly permitted business data.
  • ✅ Keep nextPageToken unchanged when continuing a linkedin_people_search.
  • ❌ Do not fabricate, guess, or infer email addresses or phone numbers.
  • ❌ Do not bypass access controls or collect private profiles without authorization.

Limitations

  • Requires an Agent Body API key and access to the /mcp/people-data MCP server; results depend on the live tool schema.
  • Email and phone lookup may return no result for profiles without public contact data; a missing result is not evidence that a person has no contact information.
  • Search filters are optional, but unfiltered name-only searches can return ambiguous matches that need manual verification.
  • youtube_email_finder only finds public business emails and may report channels where no email is found.

Security & Safety Notes

  • Never print, log, or commit API keys or other credentials.
  • Use contact information only for authorized business purposes and respect privacy, anti-harassment, and outreach rules.
  • Do not use this skill to build contact lists without a lawful basis or to contact people who have opted out.
  • This skill is read-only: it queries business data and does not modify files or systems.

Common Pitfalls

  • Problem: Using the wrong input key for profile versus email/phone lookups.

Solution: Profile lookup uses linkedin_url; email and phone lookup use profileUrl.

  • Problem: Guessing an email when lookup returns nothing.

Solution: Report the missing result and stop; never invent contact data.

  • Problem: Repeating the same people-search page.

Solution: Pass the returned nextPageToken unchanged to continue instead of replaying the initial query.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 people-data 的技能。它们内容并不相同,别混用: