From grasp
Use when the current task is to resolve, validate, or analyze one specific company in Grasp: understanding a named target, buyer, reference, or sample company before a list, buyer, transaction, contact, or table workflow; fetching business, financial, ownership, employee, LinkedIn, deal, or similar-company profile sections; resolving ambiguous names/domains/org numbers; or checking whether a company exists in Grasp or may be missing from a table.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grasp:company-lookupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use two tools together for one specific company: `grasp_search_companies` to resolve identity into a `company_id`, then `grasp_get_company` to fetch that entity. Neither is a general company-list tool.
Use two tools together for one specific company: grasp_search_companies to resolve identity into a company_id, then grasp_get_company to fetch that entity. Neither is a general company-list tool.
For list, buyer, competitor, target, peer, or transaction requests, use this skill as a supporting step and then return to the creating-tables skill.
grasp_get_company accepts only a company_id. Resolve it before fetching:
grasp_search_companies with what the user gave: free-text query for names and/or website domains, org_number for organization/registration numbers, and countries to narrow when the country is known.total_hits exceeds the returned candidates, refine the query, add countries, or use org_number before picking.company_id, URL/domain, and organization number as canonical for later Grasp calls in this session. Company ids are not stable long-term: resolve them fresh rather than reusing ids remembered from earlier sessions.Org numbers are matched exactly (with spacing/casing tolerance) and are not globally unique; pair them with countries when possible. Do not invent canonical domains or organization numbers from memory.
Use shallow sections before table/list work. Request full sections only when needed for the user's question or next workflow.
output: "structured": use when the result feeds later tool calls, table creation, or analysis.output: "text": use when the user only wants a readable one-company answer.output: "both": use for deep dives where the user needs prose and the agent needs structured fields.business, financials, employees, org_structure: default partial sections are usually enough for mandate translation.financials: "full": use for reported or estimated financial detail, evidence review, or acquisition-capacity analysis.employees: "full" or linkedin: "partial" | "full": use for deeper headcount, LinkedIn, or geographic-presence analysis.org_structure, shareholders, beneficial_owners, directors: use for ownership, control, founder/family/PE/corporate status, or governance questions.deals: returns an acquisition-history summary only (total deal count, latest deal year). Use it to learn whether and how recently the company acquires. For the complete deal history of this company as a buyer, including deal values and valuation multiples, use the grasp_get_buyer_deals tool with the same company_id. For sector transaction comps driven by target type, use the creating-tables skill with transaction tables.similar_companies: use for profile-level peer hints or seed discovery, not as a substitute for a full company search.contacts: use only for company-profile contact records in a one-company deep dive when explicitly requested. For outreach/person search by role, use the finding-contacts skill.Mark missing, estimated, stale, sparse, or converted fields as caveats.
For "what has X acquired", acquisition cadence, typical deal sizes, or multiples paid, call the grasp_get_buyer_deals tool with the company's company_id after resolving identity. This is a lookup with full recall over that buyer's recorded deals, returned newest first with pagination.
grasp_get_company with the deal's target_company_id.Use this path when the user asks why an expected company is absent.
grasp_search_companies using URL/domain, org number, or name plus country variants, then fetch it with grasp_get_company.working-with-tables skill to inspect table metadata, rows, filters, geography, source criteria, and semantic research columns.entities when that matches the user's intent. Use similar_companies only for peer/similar-company seeding.Do not claim Grasp has no record of a company unless URL, org-number, name, and country variants support that conclusion. Prefer "not found after these lookups" when evidence is limited.
creating-tables skill.screening-and-shortlisting skill.working-with-tables skill.table-enrichment skill.finding-contacts skill.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub grasp-ai/grasp-mcp-plugin --plugin grasp