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

@xbrowser/geo-analysis

v2.3.0

Published

GEO 外链排名分析插件 - 一键搜索所有 AI 搜索引擎,提取引用外链,按域名/平台聚合排名,生成发帖策略报告

Readme

GEO 外链排名分析插件

一键搜索所有 AI 搜索引擎(DeepSeek/豆包/Kimi/通义千问/元宝/智谱/文心/秘塔/天工/纳米AI),提取引用外链,按域名/平台聚合排名,生成发帖策略报告。

安装

xbrowser plugin install geo-analysis

命令

all - 一键聚合搜索

xbrowser geo-analysis all --keyword "广东服装加工企业排名" --cdp http://localhost:9221

collect - 单引擎采集

xbrowser geo-analysis collect --keyword "AI 编程工具" --engine deepseek --cdp http://localhost:9221

batch - 批量采集

xbrowser geo-analysis batch --keyword "Rust 语言" --engines "kimi,deepseek,doubao" --cdp http://localhost:9221

rank - 域名排名

xbrowser geo-analysis rank --top 20 --format markdown

report - 导出报告

xbrowser geo-analysis report --keyword "AI" --format markdown

支持 AI 引擎

| 引擎 | 标识 | 联网搜索 | |------|------|---------| | DeepSeek | deepseek | ✅ | | 豆包 | doubao | ✅ | | Kimi | kimi | ✅ | | 通义千问 | tongyi | ✅ | | 腾讯元宝 | yuanbao | ✅ | | 智谱清言 | zhipu | ✅ | | 文心一言 | wenxin | ✅ | | 秘塔AI | metaso | ✅ | | 天工AI | tiangong | ✅ | | 纳米AI | 360ai | ✅ |

输出示例

=== AI 搜索引擎聚合结果 ===
查询:广东服装加工企业排名
引擎数:9(成功 9,失败 0)

--- 域名排名 Top 10 ---
1. jobui.com (职友集) — 4 引擎引用
2. 163.com (网易号) — 3 引擎引用
3. smzdm.com (什么值得买) — 3 引擎引用
...

技术原理

  1. SSE 网络拦截:监听 AI 引擎的 API 响应,从 SSE 流中提取引用链接
  2. DOM 全页面提取:提取页面所有外链 <a> 标签
  3. 去噪过滤:移除 .ico/.svg/.png/CDN/广告追踪等噪音
  4. 跨引擎聚合:按域名去重,统计被多少引擎引用

License

MIT