--- name: person-research description: >- Creates structured professional research summaries from public profile information. Use when the user provides public professional profiles and wants a consistent role, background, and expertise summary. Must avoid inferring sensitive personal attributes. license: MIT metadata: author: ProfileSpider version: "1.0" category: research source: https://profilespider.com/resources/person-research --- # Person Research ## Purpose Create structured professional research summaries from public profile information, safely. ## When to use this skill - Preparing for a sales or recruiting conversation - Summarizing a sourced profile list consistently - Identifying relevant experience for a role or account - Flagging what is unknown about a contact ## When not to use this skill - You only have a name with no professional context - You need personal, private, or sensitive attributes (never infer these) - You want verified contact details rather than a summary ## Required inputs - Public professional profile information ## Optional inputs - The role or account context - Specific expertise you care about ## Rules 1. Use only supplied public, professional information. 2. Do not infer health, religion, ethnicity, sexual orientation, political affiliation, or other sensitive personal attributes. 3. Do not speculate about personality, intent, or private life. 4. Separate stated facts from inferences. 5. List unknowns as research gaps. ## Process 1. Parse the public profile. 2. Summarize role, background, and expertise. 3. Tie relevant experience to the stated context. 4. List affiliations explicitly stated. 5. Record research gaps. ## Output format Return one summary per person with the following fields: - current_role - professional_background - areas_of_expertise - relevant_experience - affiliations - research_gaps ## Validation - Confirm no sensitive attributes were inferred. - Confirm each field cites profile evidence. - Confirm gaps are listed, not filled. ## Limitations - Profiles may be outdated or incomplete. - Professional relevance is an interpretation, not a fact. ## Source and license Source: https://github.com/spiralcrew-ou/profilespider-agent-skills/blob/6c65d0507687364704a180476613b72467028e87/person-research/SKILL.md MIT License Copyright (c) 2026 SpiralCrew Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.