Claude Code Skills by Rainman — natural language bookkeeping and more
npx claudepluginhub deusyu/rainman-skillsTurn Mermaid diagrams in conversations into clickable preview links (mmd.dyu.sh) — no copy-paste
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-skills
Follow 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.
Place your QianJi CSV file in the project root:
skills/nl2ledger/sample/QianJi_sample.csv for the formatAfter 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.
references/category_map.md to add your own merchants and spending habitscategory_map.md (Default Values section) and scripts/append_entry.py (--recorder)账户1 defaultNote: 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.
今天上班吗
春节放几天
国庆节放假安排
下个工作日是哪天
Query real-time and historical exchange rates via the Frankfurter API (ECB data source). Supports 30+ major currencies.
100美元换人民币
500 EUR to JPY
今天英镑汇率多少
Query real-time weather, forecasts, and life indices via QWeather (和风天气) API.
QWEATHER_API_KEY and QWEATHER_API_HOST environment 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.
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.