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

n8n-nodes-shirabe

v0.1.0

Published

n8n community node for Shirabe (shirabe.dev) — deterministic Japan-specific data: address normalization (ABR), personal name split/reading (IPAdic + JMnedict), corporate number validation/lookup (NTA registry), Japanese calendar (rokuyo), and one-call com

Downloads

34

Readme

n8n-nodes-shirabe

This is an n8n community node for Shirabe — Japan-specific data APIs that return deterministic, source-attributed values instead of guesses.

Use it in n8n workflows (including as a tool for the n8n AI Agent) to:

  • Normalize Japanese addresses into structured components, backed by the official Address Base Registry (ABR)
  • Split Japanese personal names into family/given name and estimate readings (furigana) with all attested candidates (IPAdic + JMnedict)
  • Validate and look up Japanese corporate numbers (13-digit houjin bangou) against National Tax Agency registry data
  • Get Japanese calendar info for any date: rokuyo (六曜), koyomi notes, zodiac, solar terms, and per-purpose auspiciousness scores
  • Enrich a record in one call: any combination of address, name, corporate number, and date

n8n is a fair-code licensed workflow automation platform.

Installation · Operations · Credentials · Usage · Resources

Installation

Follow the installation guide in the n8n community nodes documentation. The package name is:

n8n-nodes-shirabe

Operations

| Resource | Operation | What it does | |---|---|---| | Address | Normalize | Normalize a Japanese address into structured components (prefecture, city, town, …) with ABR attribution | | Name | Split | Split a Japanese full name into family name and given name | | Name | Reading | Estimate the furigana reading, plus the full set of attested reading candidates and sources | | Corporation | Validate | Check a corporate number: format, checksum, and existence in the registry | | Corporation | Lookup | Resolve a corporate number to registered company name, address, corporate type, and closure info | | Calendar | Get Day | Rokuyo, koyomi notes, zodiac, solar terms, and per-purpose auspiciousness scores for a date | | Enrich | Enrich Record | All of the above in one call — provide any subset of fields |

All responses are structured JSON with attribution for the underlying open data sources.

Credentials

The credential is optional for trying things out: most endpoints work anonymously on a free tier. For production volumes, create an API key at shirabe.dev/pricing and add it as a Shirabe API credential in n8n (it is sent as the X-API-Key header).

  • Per-API keys and Hub license keys (shrb_lic_...) are both accepted.
  • The Enrich resource is designed for Hub Pro/Enterprise licenses; anonymous callers get a monthly trial quota.

Usage

As a regular node

Feed it items containing Japanese addresses, names, corporate numbers, or dates, select the resource/operation, and map the input fields. A typical pattern is cleaning a CRM export: Spreadsheet → Shirabe (Enrich) → destination.

As an AI Agent tool

The node is marked as usable by the n8n AI Agent. Attach it as a tool and the agent can call it whenever a task involves Japanese addresses, name readings, corporate numbers, or calendar dates — instead of hallucinating those values.

Resources

License

MIT