--- name: company-research description: >- Turns company records into structured company research summaries. Use when the user provides company names or records and wants a consistent overview, market position, and relevance assessment. license: MIT metadata: author: ProfileSpider version: "1.0" category: research source: https://profilespider.com/resources/company-research --- # Company Research ## Purpose Turn company records into a structured research summary: overview, market position, and relevance. ## When to use this skill - Building account research before outreach - Producing comparable company profiles at scale - Summarizing a target account list - Flagging what still needs manual research ## When not to use this skill - The records contain no usable company signal - You need real-time financials or news the data lacks - You want verified contact details rather than a profile ## Required inputs - Company names or records ## Optional inputs - Your offering or angle for relevance scoring - Industries of interest - Fields you want prioritized ## Rules 1. Use only supplied information and clearly marked context. 2. Do not invent financials, headcounts, or customers. 3. Separate facts from inferences. 4. List research gaps rather than filling them. 5. Keep the structure identical across companies. ## Process 1. Parse each company record. 2. Summarize overview, industry, offering, and customers. 3. Assess market position from available signal. 4. List research gaps. 5. Assess relevance to the stated goal. ## Output format Return one profile per company with the following fields: - company_overview - industry - products_or_services - target_customers - market_position - research_gaps - relevance_assessment ## Validation - Confirm each field is supported or marked as a gap. - Confirm no invented figures appear. - Confirm relevance ties to the stated goal. ## Limitations - Profiles are only as current as the input data. - Market position is an interpretation, not a ranking. ## Source and license Source: https://github.com/spiralcrew-ou/profilespider-agent-skills/blob/6c65d0507687364704a180476613b72467028e87/company-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.