Install
- Opens your browser to sign in with Google
- Installs the GooseWorks skill into Claude Code
- Saves your credentials locally
--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
| Command | What it does |
|---|---|
npx gooseworks install --claude | Sign in and install into Claude Code |
npx gooseworks install --cursor | Sign in and install into Cursor |
npx gooseworks update | Update to the latest skill version |
npx gooseworks credits | Check your credit balance |
npx gooseworks search "query" | Search the skill catalog |
npx gooseworks logout | Sign out and clear credentials |
How skills run
When your coding agent uses a GooseWorks skill:- It searches the skill catalog to find the right skill for your task
- It downloads the skill’s instructions and scripts
- It saves scripts to a temporary directory (never your project folder)
- It runs the scripts with the right parameters
- 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: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:
