enrich-company

enrich-company is a skill for Claude Code from carta/plugins. It costs 117 tokens per session (1,194 once invoked), scanned A, original, Apache-2.0.

A research process that fetches a company’s website and returns a structured profile of what the company does. It can use the homepage and an About page when the homepage lacks enough information.

In plain words
What is it for?
Looking up a company from a domain or URL, extracting its description and business focus, and saving the resulting profile locally.
Why use it?
It turns scattered website text into consistent company information for later review or use in another workflow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; names the AskUserQuestion tool.

Part of the carta-crm plugin — 26 skills shipped together

Good fit Looking up a company from a domain or URL, extracting its description and business focus, and saving the resulting profile locally.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/carta/plugins/enrich-company
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add carta/plugins --skill enrich-company
Clone the repo
git clone --depth 1 https://github.com/carta/plugins

Made for: Claude Code.

Or install carta-crm, the plugin that ships this one along with the rest of its 26 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for enrich-company

README.md
[![agentmods](https://agentmods.dev/badge/skills/carta/plugins/enrich-company/github.svg)](https://agentmods.dev/skills/carta/plugins/enrich-company)
Your own site
<a href="https://agentmods.dev/skills/carta/plugins/enrich-company"><img src="https://agentmods.dev/badge/skills/carta/plugins/enrich-company/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for enrich-company

Your own site · 80×15
<a href="https://agentmods.dev/skills/carta/plugins/enrich-company"><img src="https://agentmods.dev/badge/skills/carta/plugins/enrich-company.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,194 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 18
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • medium Rogue Agent · line 80
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00117 $0.01194
Opus 5 $0.00059 $0.00597
Sonnet 5 $0.00023 $0.00239
Haiku 4.5 $0.00012 $0.00119

Measured 9d ago against content hash 1eee6e956715, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

enrich-company scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Bash(curl *)
plugins/carta-crm/skills/enrich-company/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Overview

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:// or https://, use it as-is.
  • If it looks like a bare domain (e.g., acme.com), prepend https://.
  • Strip any trailing paths — use only the root URL (e.g., https://acme.com).

Also extract the bare domain (e.g., acme.com) — you'll need it for the output filename.

Step 2 — Fetch the company website

Use WebFetch to retrieve the homepage. Look for:

  • Page <title> and <meta name="description"> content
  • <h1> / <h2> headings and hero/tagline text
  • Any "About", "What we do", or "Our mission" sections

If the homepage returns insufficient content (e.g., a login wall, placeholder, or very sparse text), also try fetching [root-url]/about as a fallback.

Read the full file on GitHub · 118 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 118 lines · 117 tokens per session scan A 1eee6e956715

Subscribe to this mod's changes

enrich-company is a skill published in the GitHub repository carta/plugins (12 stars, last pushed yesterday), licensed Apache-2.0. It adds 117 tokens to every session and 1,194 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

release

Release a new version of the DevoxxGenie IntelliJ plugin — prompt for the target version, bump it in the build files, write a curated CHANGELOG.md entry and plugin.xml change-notes from the git/PR history since the last tag, build to verify, then commit, tag, and publish a matching GitHub release. Use this whenever…

devoxx/DevoxxGenieIDEAPlugin · 121 tokens

close-task-commit-push-pr

Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.

devoxx/DevoxxGenieIDEAPlugin · 64 tokens

start-task

Create a feature branch for a backlog task, switch to it, and start implementation. Use when the user says "start task-123", "work on task-123", "implement task-123", or invokes /start-task with a task ID.

devoxx/DevoxxGenieIDEAPlugin · 54 tokens

git-commit-push-pr

Commit all changes, push to remote, and open a pull request in one go. Use when the user says "commit push pr", "ship it", "open a pr", or invokes /git-commit-push-pr.

devoxx/DevoxxGenieIDEAPlugin · 53 tokens

review

Review local code changes for bugs, regressions, missing tests, and pragmatic improvements. Use when the user asks to review the current changes from git status, or to review a specific backlog task by id such as task-65 or TASK-65. Also trigger when the user says things like "review", "review current changes", "check…

devoxx/DevoxxGenieIDEAPlugin · 90 tokens

pr

DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development with CLI Runners.

devoxx/DevoxxGenieIDEAPlugin · 0 tokens