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

reborn-free-api

v1.0.0

Published

무료 AI API 키 3곳(Bytez · NVIDIA NIM · OpenRouter)을 받아 붙이고, 어느 일에 무료를 써도 되는지 가려 주는 클로드 스킬을 한 줄로 깝니다.

Downloads

125

Readme

reborn-free-api

무료 AI API 키 3곳(Bytez · NVIDIA NIM · OpenRouter)을 받아 붙이고, 어느 일에 무료를 써도 되는지 가려 주는 클로드 스킬을 한 줄로 깝니다.

npx reborn-free-api

윈도우 · 맥 · 리눅스 모두 같은 한 줄입니다.


왜 「링크 3개」가 아닌가

주소를 받아도 남는 일이 그대로입니다 — 가입 3번, 키 3개, 붙일 자리 찾기. 그리고 그 다음에 진짜 문제가 옵니다: 셋의 무료가 서로 다른 종류입니다.

| | 무료의 정체 | 한도 | |---|---|---| | Bytez | 크레딧 $1 · 4주마다 갱신 | 무료 칸은 7B급 · 동시 요청 1 | | NVIDIA NIM | 가입 크레딧 ~1,000 (업무용 메일이면 5,000) | 분당 40회 | | OpenRouter | :free 모델은 그냥 부를 수 있다 | 분당 20회 · 하루 50회 |

크레딧 갱신형 / 분당 제한형 / 하루 제한형입니다. 모르고 몰아 부르면 무료는 곧 429 로 돌아옵니다. 그래서 한도를 코드가 압니다 (요청 간격을 공급자마다 벌립니다 — NIM 1.6초 · OpenRouter 1.2초 · Bytez 0.8초).

숫자를 외우지 않습니다 — 조회합니다

무료 모델 목록은 주 단위로 바뀝니다.

node ~/.claude/skills/reborn-free-api/free_llm.mjs models

2026-08-26 실측 17종. 이 숫자도 오늘 것이니 직접 재세요.

명령

npx reborn-free-api              # 스킬을 깔고 지금 상태를 잰다
npx reborn-free-api --check      # 깔지 않고 키만 본다 — 실제 왕복 1회씩
npx reborn-free-api --dry-run    # 무엇을 할지 보여주기만
npx reborn-free-api --global     # 홈(~/.claude/skills)에 깐다
npx reborn-free-api --self-test  # 패키지 자체 시험 (네트워크 안 씀)

--check키 유무만 보지 않고 실제로 한 번씩 부릅니다. 키가 있어도 한도가 소진돼 있으면 거기서 드러납니다.

깔린 뒤

프로젝트 .env 에 적습니다 (.gitignore 확인 먼저 — 키가 커밋되면 되돌릴 수 없습니다):

NVIDIA_NIM_API_KEY=nvapi-...
OPENROUTER_API_KEY=sk-or-v1-...
BYTEZ_API_KEY=...

그다음 클로드에게 "무료 API 키 붙이자" 라고 하면 됩니다.

어디에 쓰나 — 이게 본론입니다

| 써도 된다 (기계가 검사할 수 있는 일) | 쓰면 안 된다 | |---|---| | 분류 · 판정 · 요약 · 초벌 번역 | 발행되는 문안·나레이션·제목 | | | 고객에게 그대로 나가는 답변 | | | 되돌릴 수 없는 판단의 근거 |

무료 오픈모델은 한국어 문장력이 확연히 떨어지는데, 그 저하는 검수기가 못 잡습니다(검수기는 사실과 형식을 보지 문장을 안 봅니다). 그래서 조용히 품질만 내려갑니다.

코드로 부르기

import { freeText } from "./.claude/skills/reborn-free-api/free_llm.mjs";
const { text, provider } = await freeText("한국어로 간결하게.", "이 로그에서 실패 원인만 뽑아라:\n" + log);

키가 있는 곳만 · 순서대로 · 간격을 벌려서 · 실패하면 다음 곳으로. 빈 응답은 성공으로 넘기지 않습니다 — 무료 티어는 한도 초과를 200 + 빈 본문으로 주기도 합니다.


MIT · REBORN LABS · 문의 https://mobility.rebornlabs.kr/cs