Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问clear审计通过

npm-publishnpm 发布

Agent Skill

npm-publish 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,976

周安装

84

GitHub Stars

11

下载量

692
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:npm-publish(npm 发布)
来源仓库:https://github.com/b-open-io/prompts
仓库路径:skills/npm-publish
安装命令:
npx skills add https://github.com/b-open-io/prompts --skill npm-publish
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/b-open-io/prompts --skill npm-publish

简介

用于查找、检索和筛选相关信息。npm-publish 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词快速定位候选结果。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 可结合来源仓库和 README 继续核验用法。
  • 安装前建议确认权限范围和维护状态。
  • 注意可能触发联网或命令执行,需评估安全风险。

SKILL.md

npm-publish

MANDATORY — Read Before Doing Anything

NEVER ask the user for an OTP code. Auth is handled by scripts + agent-browser.

NEVER run manual npm/bun commands like npm whoami, npm view, bun publish, or npm publish.

You MUST run these scripts. Do NOT skip steps.

Step 1: Preflight

bash ${SKILL_DIR}/scripts/preflight.sh

Handles deterministically: version check against npm registry, bump if needed (resets gaps), build, commit log output. Pass minor or major to override default patch bump.

Step 2: Write Changelog

Read the commit log from preflight output. If CHANGELOG.md exists, add entry at top matching existing format. If not, create one. Use the version from preflight output. Categorize: Breaking Changes, Added, Changed, Fixed, Security, Deprecated.

Step 3: Release (commit + push + publish)

bash ${SKILL_DIR}/scripts/release.sh [--access public]

Commits, pushes, then calls publish.sh. If publish.sh outputs PUBLISH_SUCCESS — done, go to Step 4.

If publish.sh outputs AUTH_FAILED

The agent must orchestrate token setup. Do NOT call setup-token.sh as one long command. Run it in two phases with user communication between them.

Phase 1 — Fill the form:

bash ${SKILL_DIR}/scripts/setup-token.sh fill

Status codes:

  • FORM_READY:<username> — form is filled in Chrome, proceed to tell user
  • NOT_LOGGED_IN — tell user: "Sign in to npmjs.com in Chrome, then I'll retry"
  • FORM_NOT_FOUND — tell user: "Could not find the token form. The page may have changed."

After getting FORM_READY, tell the user directly (not inside a bash command):

I've opened the npm token creation form in Chrome and filled it out (cli-publish, 7-day, read+write, all packages). Scroll down and click Generate token when ready.

Phase 2 — Capture the token:

bash ${SKILL_DIR}/scripts/setup-token.sh capture

This polls until the token appears on the page, clicks the Copy button, reads from clipboard, writes to ~/.npmrc, and clears clipboard. The token never appears in terminal output.

Status codes:

  • TOKEN_SAVED — success, retry publish
  • CAPTURE_TIMEOUT — tell user: "Could not capture token. Copy it from Chrome and I'll write it to ~/.npmrc"

After TOKEN_SAVED, retry publish:

bash ${SKILL_DIR}/scripts/publish.sh [--access public]

Tell user: "Complete the OTP checkbox in your browser if prompted."

Step 4: Verify (background)

bash ${SKILL_DIR}/scripts/verify.sh <package-name> <version>

Run with run_in_background: true. Exponential backoff (5s, 10s, 20s, 40s, 60s).

Key Architecture Principle

Scripts output status codes. The agent interprets them and talks to the user. Script output is hidden inside collapsed bash commands — the user won't see it. All user-facing communication must be direct agent messages OUTSIDE of bash calls.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.95%
按下载量换算214

Gemini CLI

25.11%
按下载量换算174

Antigravity

18.56%
按下载量换算128

windsurf

12.68%
按下载量换算88

Codex

7.15%
按下载量换算49

OpenCode

3.25%
按下载量换算22

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills