Skip to main content
The GooseWorks CLI brings 100+ data skills to your coding environment. Install it once and your agent (Claude Code, Cursor, etc.) can search, scrape, research, and enrich data — all without leaving your editor.

Install

npx gooseworks install --claude
This command:
  1. Opens your browser to sign in with Google
  2. Installs the GooseWorks skill into Claude Code
  3. Saves your credentials locally
For Cursor, use --cursor instead (or --all for both).

What happens after install

Your coding agent gets a new skill that teaches it how to use the full GooseWorks toolkit. When you ask it to do any data task — scraping, research, lead generation, enrichment — it will automatically search the GooseWorks skill catalog, fetch the right skill, and run it. Example prompts you can try:
  • “Scrape the top posts from r/ClaudeAI on Reddit”
  • “Find the email address for the CEO of Acme Corp”
  • “Research competitors of Linear.app”
  • “Get the transcript of this YouTube video”

Commands

CommandWhat it does
npx gooseworks install --claudeSign in and install into Claude Code
npx gooseworks install --cursorSign in and install into Cursor
npx gooseworks updateUpdate to the latest skill version
npx gooseworks creditsCheck your credit balance
npx gooseworks search "query"Search the skill catalog
npx gooseworks logoutSign out and clear credentials

How skills run

When your coding agent uses a GooseWorks skill:
  1. It searches the skill catalog to find the right skill for your task
  2. It downloads the skill’s instructions and scripts
  3. It saves scripts to a temporary directory (never your project folder)
  4. It runs the scripts with the right parameters
  5. API calls go through GooseWorks proxy — you never need to manage API keys

Credits

Each skill run costs credits. You start with 200 free credits when you sign up. Check your balance anytime:
npx gooseworks credits
You can top up credits from the Settings page in the web dashboard.

Credentials

Your login credentials are stored at ~/.gooseworks/credentials.json. This file contains your API key, email, and the API base URL. To switch accounts or environments, log out and log back in:
npx gooseworks logout
npx gooseworks install --claude