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

@zsc-glitch/report-pilot

v0.2.1

Published

AI投研报告生成器 - 输入股票代码,5分钟出结构化研报

Readme

Report Pilot 📊

AI投研报告生成器 - 输入股票代码,5分钟出结构化研报

功能

  • 自动获取股票信息 - 支持A股主要股票
  • 财务数据分析 - 营收、利润、ROE、毛利率等
  • AI智能分析 - DeepSeek / 阿里百炼 多模型支持
  • 结构化报告 - 概况、分析、亮点、风险、建议
  • 多长度报告 - 简洁/中等/详细三档

安装

openclaw plugins install @zsc-glitch/report-pilot

使用方法

生成投研报告

生成 600519 贵州茅台的投研报告

快速分析

分析 000001 平安银行

配置

~/.openclaw/openclaw.json 中:

{
  "skills": {
    "entries": {
      "report_pilot": {
        "enabled": true,
        "config": {
          "provider": "bailian",
          "bailianApiKey": "your-api-key",
          "defaultModel": "qwen3.5-plus",
          "reportLength": "medium"
        }
      }
    }
  }
}

配置项

| 配置项 | 说明 | 默认值 | |--------|------|--------| | provider | AI提供商:bailian/deepseek | bailian | | bailianApiKey | 阿里百炼API密钥 | - | | deepseekApiKey | DeepSeek API密钥 | - | | defaultModel | AI模型 | qwen3.5-plus | | reportLength | 报告长度:short/medium/long | medium |

报告示例

## 📊 贵州茅台(600519)投研报告

### 一、公司概况
贵州茅台(600519)是上海主板上市的白酒行业龙头公司...

### 二、核心财务分析
- 营收增长:+15.2% YoY
- 净利润:+12.3% YoY
- ROE:28.5% (优秀)
- 毛利率:91.2% (优秀)

### 三、优势亮点
1. 品牌护城河深厚
2. 盈利能力行业领先
3. 现金流充裕

### 四、风险提示
1. 高端白酒需求波动
2. 政策监管风险

### 五、投资建议
✅ 建议关注:盈利能力强劲,品牌价值突出

支持的股票

  • 沪深主板主要股票
  • 自动识别市场板块
  • 支持自定义股票代码

商业价值

  • 投研效率提升 - 从2小时缩短到5分钟
  • 专业分析框架 - 结构化输出,易于阅读
  • 多维度评估 - 财务+风险+建议一体化

开发

# 安装依赖
npm install

# 编译
npm run build

# 发布
npm publish --access public

License

MIT


☕ 支持开发者

如果这个工具对你有帮助,欢迎请我喝杯咖啡 ☕

微信赞赏码


Made with 📊 by 小影