You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

goose-skills

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goose-skills

GTM skills for Claude Code — install with npx goose-skills install <slug>

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Goose Skills

GTM skills for Claude Code. Ready-to-use skills for sales, marketing, competitive intelligence, SEO, and lead generation.

Quick Install

npx goose-skills install <slug>

This installs to ~/.claude/skills/<slug>/ by default (Claude Code target).

Platform Targets

Use one target flag per install:

npx goose-skills install google-ad-scraper --claude
npx goose-skills install google-ad-scraper --codex
npx goose-skills install google-ad-scraper --cursor --project-dir /path/to/repo
  • --claude (default): installs under ~/.claude/skills/<slug>/
  • --codex: installs under ~/.claude/skills/<slug>/, then copies to ~/.codex/skills/<slug>/
  • --cursor: installs under ~/.claude/skills/<slug>/, then writes a project-local Cursor rule file at .cursor/rules/goose-<slug>.mdc

Notes:

  • Only one target flag is allowed per command.
  • --cursor requires --project-dir.

Available Skills

Capabilities (31)

Atomic, single-purpose tools that do one thing well.

Research & Monitor

SkillDescription
reddit-scraperScrape Reddit posts/comments by keyword, subreddit, or time range
twitter-scraperSearch Twitter/X posts with date filtering
linkedin-post-researchSearch LinkedIn posts by keyword, output to Google Sheet
linkedin-profile-post-scraperScrape recent posts from specific LinkedIn profiles
linkedin-commenter-extractorExtract commenters from LinkedIn posts
linkedin-influencer-discoveryFind LinkedIn thought leaders in any space
blog-scraperMonitor blogs via RSS feeds with Apify fallback
hacker-news-scraperSearch HN stories/comments via free Algolia API
product-hunt-scraperScrape trending Product Hunt launches
review-scraperScrape reviews from G2, Capterra, Trustpilot
youtube-watcherYouTube channel monitoring via yt-dlp
youtube-apify-transcriptYouTube transcript extraction via Apify
web-archive-scraperWayback Machine scraper for archived sites
newsletter-sponsorship-finderFind newsletters for sponsorship opportunities

Find People & Leads

SkillDescription
company-contact-finderFind decision-makers at companies
luma-event-attendeesScrape event attendee lists from Luma
conference-speaker-scraperExtract speakers from conference websites
job-posting-intentDetect hiring signals from job postings

SEO & Content Analysis

SkillDescription
seo-domain-analyzerDomain SEO metrics via Semrush/Ahrefs
seo-traffic-analyzerWebsite traffic estimation
site-content-catalogFull website content inventory
aeo-visibilityAI answer engine visibility testing
google-ad-scraperGoogle Ads Transparency scraper
meta-ad-scraperMeta Ad Library scraper

Brand & Messaging

SkillDescription
brand-voice-extractorExtract tone/style from published content
visual-brand-extractorExtract visual brand (colors, fonts, layout)
icp-persona-builderBuild synthetic ICP buyer personas
icp-website-reviewScore a website through ICP eyes

Content Creation

SkillDescription
content-asset-creatorGenerate branded HTML reports and pages
create-html-slidesCreate HTML slide presentations
brainstorming-partnerStructured brainstorming frameworks

Composites (5)

Multi-skill chains that combine capabilities into pipelines.

SkillDescription
competitor-intelMulti-source competitor tracking (Reddit, Twitter, LinkedIn, blogs, reviews)
seo-content-auditFull SEO audit: content inventory + metrics + gaps + voice
industry-scannerDaily industry intelligence briefing
company-current-gtm-analysisComprehensive GTM scoring with white space map
icp-website-auditEnd-to-end website audit through ICP eyes

CLI Commands

npx goose-skills list             # List all available skills
npx goose-skills install <slug>   # Install for Claude Code (default)
npx goose-skills install <slug> --codex
npx goose-skills install <slug> --cursor --project-dir /path/to/repo
npx goose-skills info <slug>      # Show skill details

Using Skills with Claude Code

After installing a skill, add it to your Claude Code project:

# Copy the SKILL.md to your project's skills directory
mkdir -p .claude/skills
cp ~/.claude/skills/<slug>/SKILL.md .claude/skills/<slug>.md

The skill's SKILL.md file contains instructions that Claude Code will follow when you reference the skill.

Building from Source

git clone https://github.com/athina-ai/goose-skills.git
cd goose-skills
node scripts/build-index.js   # Generate skills-index.json
node bin/goose-skills.js list  # Test locally

License

MIT

Author

Athina AI

Keywords

claude-code

FAQs

Package last updated on 02 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts