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

qiuzhao-agent

v0.3.0

Published

Portable career-decision Skill Bundle for China campus recruitment

Readme

秋招 Agent Skill Bundle

只面向职业决策的可移植 Agent Skill Bundle,服务于中国秋招中的企业研究、岗位理解、求职画像、经历恢复和投递组合判断。

English README

这个仓库包含什么

本仓库只包含:

  • 5 个职业决策 Skill;
  • 共享的 soul.md 判断原则;
  • 将 Skill 安装到宿主 Agent 的显式安装器;
  • Skill 使用文档、双语 README 和对应测试。

本仓库不包含秋招工作台、JobSync、招聘网站适配器、旧 CLI、模型 Provider、本地数据库或个人求职数据。

宿主 Agent 负责大模型、API Key、联网、网页读取、记忆、权限和会话。本包不创建第二套 Agent Runtime。

安装

npm install -g qiuzhao-agent@latest
qiuzhao-agent-install --target codex

其他宿主或自定义目录:

qiuzhao-agent-install --target claude-code
qiuzhao-agent-install --target openclaw
qiuzhao-agent-install --path /path/to/agent/skills

安装后重新打开宿主 Agent,让它重新发现 Skill。安装器默认不会覆盖非本包管理的同名 Skill;确认后才使用:

qiuzhao-agent-install --target codex --force

可用 Skill

| Skill | 用途 | | --- | --- | | qiuzhao-company-research | 研究企业业务、组织阶段、岗位位置和机会成本 | | qiuzhao-role-analysis | 分析 JD 的真实工作、筛选逻辑、匹配证据和 Gap | | qiuzhao-career-profile | 建立和更新基于事实证据的 Career Profile | | qiuzhao-experience-reconstruction | 从材料和回忆中恢复真实经历并建立事实档案 | | qiuzhao-application-portfolio | 规划主投、次投、保底、探索和停止投入组合 |

宿主 Agent 可以把它们映射到 /company、/role、/profile、/experience 和 /portfolio,也可以直接使用自然语言触发。命令映射由宿主 Agent 决定,不是本仓库的硬编码 CLI。

首次使用时,每个 Skill 都会说明所需输入、输出、外部工具依赖和行为边界。共享原则见 skills/shared/references/soul.md。

本地开发与验证

要求:Node.js 20+。

npm install
npm test
node scripts/check-safety.mjs
npm run pack:check

安装器支持 codex、claude-code、openclaw 和 custom 目标。它只写入用户明确选择的 Skill 目录,不通过 npm postinstall 静默修改宿主配置。

数据边界

  • 仓库不保存真实简历、申请记录、Cookie、Token、API Key、运行数据库或个人记忆。
  • 模型、网络、记忆和权限由宿主 Agent 管理。
  • Skill 先恢复和引用事实,不为了完整回答补写未知经历或外部事实。
  • 重要职业取舍和投递动作始终由用户确认。

License

本项目使用 MIT License,版权持有人为 Zhijie Huang。