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

kiosapi

v0.1.29

Published

CLI Kiosapi.id berbahasa Indonesia — bangun aplikasimu pakai API key Kiosapi (agen + multimodal).

Readme

@kiosapi/cli

CLI Kiosapi.id berbahasa Indonesia — bangun aplikasimu memakai API key Kiosapi.

Sesi interaktif (seperti Claude Code)

Jalankan kiosapi tanpa argumen → login (sekali) → masuk sesi. Ketik tugas langsung ke agen; perintah meta diawali / (jadi /isi ≠ "isi kode di file ini"):

$ kiosapi
buat › bikin file hello.js yang mencetak "Halo Dunia", lalu jalankan
buat › /mode rencana      # ganti mode (rencana | edit | buat)
rencana › /saldo          # perintah meta: /model /otomatis /bersih /pakai /isi /bantuan /keluar

Riwayat percakapan menyatuh antar giliran. Default mode buat (otonom, minta izin sebelum tulis/ jalankan; /otomatis untuk melewati). Subperintah satu-kali di bawah tetap ada untuk skrip/CI.

Subperintah

(inti tipis, tanpa dependensi eksternal — hanya Node ≥20 built-ins):

kiosapi masuk                 # simpan API key (kios_live_…)
kiosapi periksa               # cek konektivitas + setelan
kiosapi model --cari coding   # daftar model
kiosapi tanya "halo"          # tanya sekali (streaming)
kiosapi ngobrol               # mode percakapan (REPL)
kiosapi setel model <id>      # atur model default

Pipe stdin: cat error.log | kiosapi tanya "jelaskan error ini".

Agen built-in (butuh model yang mendukung tool calling, mis. anthropic/claude-sonnet-4-6):

kiosapi rencana "telusuri kode & susun rencana"   # read-only
kiosapi edit "ganti judul jadi Halo Dunia"         # tulis/edit file (konfirmasi)
kiosapi buat "bikin REST API Express + tes"        # agen otonom (tulis + jalankan)
kiosapi tim "bikin endpoint /health + tes"          # multi-agen: perencana→pengkode→peninjau
# Opsi: -m <model>, --otomatis (lewati konfirmasi). Tool dibatasi ke direktori kerja;
# .env & .kiosapiignore dilindungi.

Multimodal:

kiosapi gambar "kucing astronot" -o kucing.png   # buat gambar → file
kiosapi video "ombak pantai senja" --detik 6      # buat video (async) → .mp4
kiosapi lihat foto.png "apa isinya?"              # tanya model vision soal gambar

Agen edit/buat juga punya tool buat_gambar untuk membuat aset.

Sambung ke agen lain (OpenAI-compatible, vendor-netral):

kiosapi sambung aider -- --model openai/deepseek/deepseek-v3   # luncurkan aider via Kiosapi
kiosapi sambung opencode
kiosapi sambung cursor        # tampilkan cara setel editor
eval "$(kiosapi sambung env)" # export OPENAI_* untuk tool apa pun

Konfigurasi disimpan di ~/.kiosapi/config.json (key dapat dioverride lewat KIOSAPI_API_KEY). Lihat rencana lengkap di docs/cli-plan.md.