enrich-company
SkillResearches a company by fetching its website and returning structured profile data. Use this skill when the user says things like "enrich this company", "look up company info", "research this company", "what does [domain] do", "get company details for [url]", "find info on [company]", or "/enrich-co
Install
git clone https://github.com/carta/plugins.git ~/.claude/skills/enrich-companyWhat is enrich-company?
Researches a company by fetching its website and returning structured profile data. Use this skill when the user says things like "enrich this company", "look up company info", "research this company", "what does [domain] do", "get company details for [url]", "find info on [company]", or "/enrich-company". Input: target (domain name or website URL). Output: structured JSON with name, industry, tags, description, and website. Saves the result locally at ~/.carta-crm/enriched-companies/ for auditing.
What this can do
Capabilities declared in this component's own frontmatter — not inferred.
Run shell commands
Declares Bash
Access the network
Declares WebFetch or WebSearch
~126 tokens of context used while enabled, before you invoke anything
All declared tools (4)
AskUserQuestionBashWebFetchWebSearchDocumentation
README · ~2 min readOverview
Enrich a company profile by fetching its website and extracting key business information. The result is returned as structured JSON and saved locally for auditing.
Step 1 — Normalize the target URL
Take the target input and produce a clean https:// URL:
- If it already starts with
http://orhttps://, use it as-is.
Reviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just skills.
Skillssimilar to this one
All skills →sf-skills
Salesforce's curated collection of agent skills for building applications. Optimized for Agentforce Vibes, compatible with all AI tools.
767 stars
sequence-load
Find leads matching criteria and bulk-add them to an Apollo outreach sequence. Handles enrichment, contact creation, deduplication, and enrollment in one flow.
18 stars
forge-connector
Guides building and deploying Atlassian Forge Teamwork Graph connector apps that ingest external data into Atlassian's Teamwork Graph, making it searchable in Rovo Search and surfaced in Rovo Chat. Use when the user wants to build a Forge connector, ingest external data into Atlassian, connect a thi