One-Click Blog Publishing with Claude Agent Skills: From Complex Workflow to Natural Language Interaction

One-Click Blog Publishing with Claude Agent Skills: From Complex Workflow to Natural Language Interaction Introduction: From Multi-Step to One Sentence Imagine these two blog publishing experiences: Traditional Way (even with automation scripts): # 1. Security check ./check_sensitive.sh # 2. Publish article python publish.py \ -f "ready/article.md" \ -t "Article Title" \ -c tech \ --tags "tag1,tag2" \ -d "Article description" # 3. Sync to Obsidian python sync.py # 4. Preview cd blog && hugo server -D # 5. Deploy cd blog && hugo && git add . && git commit -m "..." && git push Using Claude Agent Skills: ...

2025-11-14 · 14 min · geekhuashan

Flomo to Obsidian Importer 2.0 Development Log

Background As a long-term user of both Flomo and Obsidian, I’ve been using the jia6y/flomo-to-obsidian plugin to sync my Flomo notes to Obsidian. Although the plugin’s basic functionality worked, as Flomo updated, the export logic changed, causing the plugin to stop working and requiring debugging before use. The original author hasn’t updated it in a long time, so I decided to fork this project and fix these issues myself. Project Repository: geekhuashan/flomo-to-obsidian ...

2025-11-03 · 10 min · geekhuashan