I built a small Agent Skill for Claude Code that turns recipe links into structured Obsidian notes automatically.
What it does
Share a recipe link and ask your agent to “organize recipe” — it opens the page in Chrome, extracts ingredients and
steps, and writes a clean Markdown note to your vault.
- Supports YouTube, Xiaohongshu (小红书), and Bilibili
- Auto-detects language — Chinese links → Chinese note, English links → English note
- Optional index file: appends a wikilink to a recipe index on each save
- Configurable vault path and recipes folder
Output example
# Cola Chicken Legs
> **Description**: Sweet, sticky, and deeply savoury — a crowd-pleasing one-pan rice topper.
> **Prep time**: 15 min | **Cook time**: 20 min | **Serves**: 2
## Ingredients
- [ ] Chicken legs: 2
- [ ] Cola: 330 ml
...
## Steps
1. **Marinate**: Slice deboned chicken into 2 cm pieces...
2. **Sear**: Heat a little oil over medium heat...
Installation (Claude Code)
/plugin marketplace add zeshuochen/cooking-skills
/plugin install cooking@cooking-skills
Then edit SKILL.md to set your vault path.
GitHub: https://github.com/zeshuochen/cooking-skills
Would love feedback — especially from anyone who uses a different vault structure or wants to add more platforms.