Skip to content

deusyu/rainman-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rainman-skills

English | 中文

Claude Code Skills by Rainman.

A monorepo of custom Claude Code Skills to help you get things done with natural language.

Skills

Skill Description
nl2ledger Natural language bookkeeping — speak and it writes to QianJi CSV
cn-holiday Query Chinese public holidays, 调休, and work schedules
exchange-rate Currency exchange rate query and conversion (ECB data)
qweather Weather query — real-time weather, forecasts, and life indices (QWeather)
cosmetic-detect Analyze photos to detect signs of cosmetic surgery or aesthetic procedures
car-advisor Real-time car comparison and purchase advisor with live data

Installation

Option 1: Claude Code Marketplace (Recommended)

Run in Claude Code:

/plugin marketplace add deusyu/rainman-skills
/plugin install nl2ledger@rainman-skills

You can enable auto-updates in the Marketplace UI.

Option 2: npx

npx skills add deusyu/rainman-skills

Follow the prompts to select the Skills you want.

Option 3: Manual

git clone https://github.com/deusyu/rainman-skills.git
cp -r rainman-skills/skills/nl2ledger YOUR_PROJECT/.claude/skills/

nl2ledger

Natural language bookkeeping — Claude parses amounts, categories, and timestamps from your input and appends structured entries to a QianJi CSV ledger.

Features

  • Chinese, English, or mixed-language input
  • Auto-detects amount, merchant, and category
  • Multiple entries in one sentence (comma / pause-mark separated)
  • Relative time expressions (yesterday, last Friday, 10am…)
  • Preview before writing — no accidental entries

CSV File

Place your QianJi CSV file in the project root:

Usage

After installation, just type in Claude Code:

午饭麦当劳25块
咖啡18,打车32
昨天晚饭西贝89
lunch 35, coffee 18

Claude will parse, show a preview, and write to CSV upon confirmation.

Customization

  • Category rules: Edit references/category_map.md to add your own merchants and spending habits
  • Recorder name: Change the default in category_map.md (Default Values section) and scripts/append_entry.py (--recorder)
  • Default account: Same files, change the 账户1 default

Note: The category rules and special rules (merchant names, tags, etc.) in this repo are example configurations. Customize them to match your own habits.

cn-holiday

Query Chinese public holidays, 调休 (make-up workdays), and work schedules via the timor.tech API.

Features

  • Check if a date is a workday, weekend, holiday, or make-up workday
  • Full-year holiday schedule overview
  • Overtime pay multiplier info (1x / 2x / 3x)
  • No API key required

Usage

今天上班吗
春节放几天
国庆节放假安排
下个工作日是哪天

exchange-rate

Query real-time and historical exchange rates via the Frankfurter API (ECB data source). Supports 30+ major currencies.

Features

  • Real-time currency conversion
  • Historical exchange rate lookup
  • Supports Chinese currency names (美元, 人民币, 欧元…)
  • No API key required

Usage

100美元换人民币
500 EUR to JPY
今天英镑汇率多少

qweather

Query real-time weather, forecasts, and life indices via QWeather (和风天气) API.

Features

  • Real-time weather conditions
  • Multi-day weather forecast
  • Life indices (UV, clothing, car wash, etc.)
  • City name lookup (Chinese/English)
  • Requires QWEATHER_API_KEY and QWEATHER_API_HOST environment variables

Usage

北京今天天气怎么样
明天需要带伞吗
上海未来三天天气预报

cosmetic-detect

Analyze facial/body photos to detect signs of cosmetic surgery or aesthetic procedures. Upload a photo and Claude will perform a systematic region-by-region analysis.

Features

  • Region-by-region analysis: eyes, nose, lips, jawline, forehead, cheeks, skin, neck, and body
  • Cross-region coherence check (ethnic, age, symmetry, proportion)
  • Before/after photo comparison mode
  • Naturalness score (1-10) with confidence levels
  • Ethnic baseline references for accurate detection
  • Bilingual output (Chinese/English)

Usage

Upload a photo in Claude Code and ask:

看看这张照片有没有整过
Analyze this photo for cosmetic procedures
帮我鉴定一下,自然度评分多少
Compare these two photos — any surgical changes?

Claude will output a structured analysis with regional findings, cross-region coherence, naturalness score, and confidence levels.

car-advisor

Real-time car comparison and purchase advisor. Claude searches live data from official sites, Dongchedi, Autohome, and owner reviews to answer any car-related question.

Features

  • Multi-car parameter comparison with structured tables
  • Real-time pricing from official brand websites
  • Owner reviews and ratings from Dongchedi, Autohome, Zhihu
  • Budget-based car recommendations
  • Smart driving (ADAS) capability comparison
  • Sales and market data lookup
  • No API key required (uses web search)

Usage

小米SU7和Model 3哪个好
问界M9多少钱
20-30万预算推荐什么新能源SUV
Model Y 焕新版有座椅通风吗
2024年最畅销新能源车排名

Claude will search live data, generate comparison tables, summarize owner feedback, and give purchase recommendations with data sources cited.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors