npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@seoagent/cli

v0.1.5

Published

Agent-first SEO toolkit — keyword research, rank tracking, site audits, competitor analysis, backlink intelligence, and AI-powered strategy generation

Downloads

584

Readme

@seoagent/cli

Command-line interface for SEOAgent — open-source, agent-first SEO toolkit.

Install

npm install -g @seoagent/cli

Or with the one-liner (installs Node.js automatically if missing):

curl -fsSL https://raw.githubusercontent.com/yagomp/seoagent/main/scripts/install.sh | sh

Requires Node.js >= 20.

Setup

# Create a project
seoagent project add mysite --domain example.com --niche "your niche"

# Add DataForSEO credentials (keyword/SERP/backlink data)
seoagent config set dataforseo.login YOUR_LOGIN
seoagent config set dataforseo.password YOUR_PASSWORD

# Optional: LLM for AI strategy generation
seoagent config set llm.provider anthropic
seoagent config set llm.apiKey sk-ant-...
seoagent config set llm.model claude-sonnet-4-6

Commands

Site Audit

seoagent audit crawl                    # Crawl entire site via sitemap + BFS
seoagent audit crawl --max-pages 500    # Limit crawl depth
seoagent audit page https://example.com/page  # Audit a single page
seoagent audit report                   # Show scored report with issues
seoagent audit report --format markdown # Export as markdown

Keywords & Rank Tracking

seoagent keywords research "seo tips" "content marketing"
seoagent keywords suggestions "fantasy football"
seoagent keywords track add "best fpl app" "fpl tips"
seoagent keywords track check
seoagent keywords track report          # Movers, gainers, losers
seoagent keywords track history "best fpl app"

Competitor Analysis

seoagent competitor keywords competitor.com
seoagent competitor compare competitor.com
seoagent content-gaps

Domain Reputation & Backlinks

seoagent domain reputation              # DR score, backlinks
seoagent domain reputation --history    # Track DR over time
seoagent domain backlinks               # Full backlink profile
seoagent domain opportunities           # Link building targets

Google Search Console

seoagent gsc auth --client-id ID --client-secret SECRET
seoagent gsc sync
seoagent gsc performance
seoagent gsc queries
seoagent gsc pages

Strategy

seoagent strategy generate              # AI or rule-based strategy
seoagent strategy refresh               # Re-run with latest data

Other

seoagent project list
seoagent project add mysite --domain example.com --niche "tech"
seoagent dashboard                      # Open local web UI at :3847
seoagent config set KEY VALUE

Output formats

All commands support --format table (default), --format json, and --format markdown.

Updating

npm install -g @seoagent/cli@latest

Verify:

seoagent --version

Links

License

MIT