Person research
Skill spiralcrew-ou/profilespider-agent-skills/person-research
24 free SKILL.md skills for Claude Code & compatible agents: qualify leads, research companies, clean lists.
npx -y skills add spiralcrew-ou/profilespider-agent-skills --skill person-researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.1 KB, as published. Nobody here has run it
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
- Use only supplied public, professional information.
- Do not infer health, religion, ethnicity, sexual orientation, political affiliation, or other sensitive personal attributes.
- Do not speculate about personality, intent, or private life.
- Separate stated facts from inferences.
- List unknowns as research gaps.
Process
- Parse the public profile.
- Summarize role, background, and expertise.
- Tie relevant experience to the stated context.
- List affiliations explicitly stated.
- 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.