Communitygithub.com

tahodev/kurashi-skill

日本での暮らしを手伝うAIエージェント向けスキル集 - 気象庁・内閣府・カーリルの公式データを使ったログイン不要の照会スキル

Was ist kurashi-skill?

kurashi-skill is a Claude Code agent skill that 日本での暮らしを手伝うAIエージェント向けスキル集 - 気象庁・内閣府・カーリルの公式データを使ったログイン不要の照会スキル.

Funktioniert mitClaude CodeCodex CLI~CursorOpenCode
npx skills add https://github.com/tahodev/kurashi-skill/tree/main

In Ihrer bevorzugten KI fragen

Öffnet einen neuen Chat, in dem dieser Agent-Skill bereits geladen ist.

Dokumentation

health-check License: MIT

日本での暮らしを手伝う、AIエージェント向けスキルコレクションです。 気象庁の公開データ、内閣府の祝日CSV、カーリル図書館APIなど、公式APIと公開データだけを使い、ログインなしで安全に使える照会系スキルを中心に集めています。

Claude Code、Codex、OpenCode など、npx skills add に対応したコーディングエージェントで使えます。

できること

「ログイン」列は、利用者本人のアカウントやシークレットが必要かどうかだけを示します。

できることスキル名説明ログインドキュメント
日本の天気予報を調べるjma-weather気象庁の公開JSONから天気・降水確率・気温の予報を取得不要jma-weather ガイド
地震速報・気象警報を調べるbosai-alert気象庁の防災情報(地震一覧と詳細、警報・注意報、津波情報)を取得不要bosai-alert ガイド
祝日・連休を調べるjapan-holidays内閣府の公式CSVから祝日・振替休日・国民の休日と連休を計算不要japan-holidays ガイド
ふるさと納税の上限額を計算するfurusato-nozei給与収入や課税所得から寄附上限額の目安を計算(API不要)不要furusato-nozei ガイド
図書館の蔵書を検索するcalil-booksカーリル図書館APIで図書館の蔵書と貸出状況を検索APIキー(無料)が必要calil-books ガイド

各スキルの正本は <スキル名>/SKILL.md です。docs/features/ のガイドは概要版なので、詳細な手順・パラメータ・エラー対応は必ず SKILL.md を参照してください。

スコープについて:

  • スクレイピング対策が強いサービス(メルカリ、SUUMO、乗換案内、食べログなど)は対象外です。
  • 予約・購入・投稿など状態を変更する操作は扱いません。照会と計算だけです。
  • 気象・防災情報は気象庁の発表データをそのまま取得します。最終的な判断には必ず公式発表を確認してください。

インストール

# すべてのスキルをインストール
npx --yes skills add tahodev/kurashi-skill --all -g

# 特定のスキルだけインストール
npx --yes skills add tahodev/kurashi-skill --skill jma-weather -g

Node.js 18 以上と npx が必要です。詳しくは インストールガイド を参照してください。

30日間の公開開発 (build in public) チャレンジ実施中

このリポジトリは、30日間の公開開発チャレンジとして育っています。1日1スキル、コミットがそのままQiitaの記事になる方式です。なお、制作パートナーのAIエージェント(Astra)のクオータが30日間持つかどうかが、実は最大のリスク要因だったりします。

Day日付できごと
12026-09-09宣言 & リポジトリ公開 (初期スキル5個)

English

kurashi-skill (暮らし, "kurashi" = everyday life) is a collection of AI-agent skills for daily life in Japan. It focuses on read-only lookups and calculations built only on official APIs and public datasets: no login walls, no scraping.

Works with any coding agent that supports npx skills add (Claude Code, Codex, OpenCode, ...).

What you can do

What you can doSkillDescriptionLoginDocs
Look up weather forecasts in Japanjma-weatherWeather, precipitation probability and temperature forecasts from the Japan Meteorological Agency's public JSON feedsNot requiredjma-weather guide
Look up earthquake bulletins and weather warningsbosai-alertJMA disaster information: earthquake list and details, warnings/advisories, tsunami informationNot requiredbosai-alert guide
Look up national holidays and long weekendsjapan-holidaysHoliday, substitute-holiday and bridge-holiday calculation from the Cabinet Office's official CSVNot requiredjapan-holidays guide
Estimate your furusato nozei donation capfurusato-nozeiPure-calculation estimate of the hometown-tax donation limit (no API needed)Not requiredfurusato-nozei guide
Search library holdingscalil-booksLibrary and book-availability search via the Calil APIFree API key requiredcalil-books guide

The canonical source for each skill is its <skill>/SKILL.md. The guides under docs/features/ are summaries only - always refer to SKILL.md for full procedures, parameters, and error handling.

Scope notes:

  • Services with heavy anti-scraping (Mercari, SUUMO, transfer guides, Tabelog, ...) are out of scope.
  • Nothing here changes state: no reservations, purchases, or posts. Lookups and calculations only.
  • Weather and disaster data are JMA announcements as-is. Always confirm against official JMA bulletins before making decisions.

Install

# Install every skill
npx --yes skills add tahodev/kurashi-skill --all -g

# Install a single skill
npx --yes skills add tahodev/kurashi-skill --skill jma-weather -g

Node.js 18+ and npx are required. See the install guide for details.

Building in public: a 30-day challenge

This repository is growing as a 30-day build-in-public challenge: one skill a day, with each commit doubling as a Qiita article. Frankly, the biggest risk factor is whether the quota of Astra - the AI agent co-authoring this series - survives all 30 days.

DayDateWhat happened
12026-09-09Declaration & repository launch (initial 5 skills)

ライセンス / License

MIT

Verwandte Skills