English | 中文
Claude Code Skills by Rainman.
A monorepo of custom Claude Code Skills to help you get things done with natural language.
| 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 |
Run in Claude Code:
/plugin marketplace add deusyu/rainman-skills
/plugin install nl2ledger@rainman-skills
You can enable auto-updates in the Marketplace UI.
npx skills add deusyu/rainman-skillsFollow the prompts to select the Skills you want.
git clone https://github.com/deusyu/rainman-skills.git
cp -r rainman-skills/skills/nl2ledger YOUR_PROJECT/.claude/skills/Natural language bookkeeping — Claude parses amounts, categories, and timestamps from your input and appends structured entries to a QianJi CSV ledger.
- 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
Place your QianJi CSV file in the project root:
- Export existing data from the QianJi App, or
- Create a blank CSV with only the header row — see
skills/nl2ledger/sample/QianJi_sample.csvfor the format
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.
- Category rules: Edit
references/category_map.mdto add your own merchants and spending habits - Recorder name: Change the default in
category_map.md(Default Values section) andscripts/append_entry.py(--recorder) - Default account: Same files, change the
账户1default
Note: The category rules and special rules (merchant names, tags, etc.) in this repo are example configurations. Customize them to match your own habits.
Query Chinese public holidays, 调休 (make-up workdays), and work schedules via the timor.tech API.
- 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
今天上班吗
春节放几天
国庆节放假安排
下个工作日是哪天
Query real-time and historical exchange rates via the Frankfurter API (ECB data source). Supports 30+ major currencies.
- Real-time currency conversion
- Historical exchange rate lookup
- Supports Chinese currency names (美元, 人民币, 欧元…)
- No API key required
100美元换人民币
500 EUR to JPY
今天英镑汇率多少
Query real-time weather, forecasts, and life indices via QWeather (和风天气) API.
- Real-time weather conditions
- Multi-day weather forecast
- Life indices (UV, clothing, car wash, etc.)
- City name lookup (Chinese/English)
- Requires
QWEATHER_API_KEYandQWEATHER_API_HOSTenvironment variables
北京今天天气怎么样
明天需要带伞吗
上海未来三天天气预报
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.
- 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)
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.
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.
- 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)
小米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.