> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gooseworks.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills overview

> What the Gooseworks skills library is, how to install it, and how billing works

**Skills** give your coding agent real GTM superpowers — scraping, enrichment, research, ad tooling, and more. There are **227 skills** across 12 categories, all browsable at [skills.gooseworks.ai](https://skills.gooseworks.ai).

Each skill is a set of instructions (and sometimes scripts) that runs inside your agent through the `gooseworks` skill. You describe the task in plain language; the agent picks the right skill and runs it.

## Install

Install the Gooseworks skills into your coding agent, then just ask. Pick your agent:

<CodeGroup>
  ```bash Claude Code theme={null}
  npx gooseworks install --claude
  ```

  ```bash Cursor theme={null}
  npx gooseworks install --cursor
  ```

  ```bash Codex theme={null}
  npx gooseworks install --codex
  ```
</CodeGroup>

This installs the `gooseworks` router skill, which teaches your agent how to search the catalog and run any skill on demand.

## Browse the catalog

* **Public catalog** — explore every skill at [skills.gooseworks.ai](https://skills.gooseworks.ai).
* **In the app** — open the **Skills** tab to install, favorite, and manage skills for your workspace.
* **In this reference** — jump to a category below to see what each skill does and a prompt to try it.

## Categories

<Columns cols={2}>
  <Card title="Ads" icon="bullhorn" href="/skills/ads">
    Research, build, and analyze paid ad campaigns across Meta, Google, and more. (34 skills)
  </Card>

  <Card title="SEO" icon="magnifying-glass" href="/skills/seo">
    Research keywords, audit pages, and build content that ranks. (11 skills)
  </Card>

  <Card title="Lead generation" icon="user-plus" href="/skills/lead-generation">
    Find, enrich, and qualify prospects for your pipeline. (49 skills)
  </Card>

  <Card title="Outreach" icon="paper-plane" href="/skills/outreach">
    Draft, personalize, and run outbound across email and social. (22 skills)
  </Card>

  <Card title="Content" icon="pen-nib" href="/skills/content">
    Create and repurpose content — posts, articles, carousels, and scripts. (25 skills)
  </Card>

  <Card title="Research" icon="flask" href="/skills/research">
    Deep-dive on companies, people, markets, and topics. (25 skills)
  </Card>

  <Card title="Competitive intel" icon="chess" href="/skills/competitive-intel">
    Track competitors' ads, pricing, launches, and positioning. (19 skills)
  </Card>

  <Card title="Monitoring" icon="satellite-dish" href="/skills/monitoring">
    Watch for mentions, signals, and changes across the web. (12 skills)
  </Card>

  <Card title="Social" icon="hashtag" href="/skills/social">
    Scrape and analyze social platforms, posts, and audiences. (13 skills)
  </Card>

  <Card title="Brand" icon="palette" href="/skills/brand">
    Pull brand assets, voice, and positioning. (8 skills)
  </Card>

  <Card title="Design" icon="swatchbook" href="/skills/design">
    Generate and work with visual and design assets. (10 skills)
  </Card>

  <Card title="Other skills" icon="screwdriver-wrench" href="/skills/other">
    General-purpose data collection and enrichment skills that aren't tied to a single category. (33 skills)
  </Card>
</Columns>

## Credits and cost

Some skills call paid data APIs — enrichment, scraping, ad platforms. Those runs consume Gooseworks credits (**1 credit = \$0.01**). Skills that only reason over data you already have don't cost credits.

You get 1,000 free credits on signup. For plans, credit packs, and per-action pricing, see [Credits & billing](/help-center/credits-and-billing) and [How credits are used](/help-center/how-credits-are-used).

<Tip>Bring your own Anthropic API key under **Settings** > **Environment variables** to avoid credit charges on the agent's own reasoning.</Tip>

## What's new

New and updated skills are logged automatically in the [Skills changelog](/skills/changelog).

***

Questions? Reach out at [help@gooseworks.ai](mailto:help@gooseworks.ai).
