preferences

Organize and sync personal preferences from Markdown files to Supabase.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Cimminelli1982/crm-frontend --skill preferences-cimminelli1982
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preferences
Source: https://github.com/Cimminelli1982/crm-frontend/tree/main/docs/openclaw-skills/preferences
Command: npx skills add https://github.com/Cimminelli1982/crm-frontend --skill preferences-cimminelli1982

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simone's personal planning can become scattered across hotels, restaurants, activities, and books in separate notes and mind maps. This Skill centralizes and synchronizes these preferences, making them easy to read, edit, and back up.

Core Features & Use Cases

  • Centralized markdown-based preference files (hotels.md, restaurants.md, activities.md, books.md) that can be read and updated locally.
  • Optional integration with Supabase for notes storage and syncing across devices.
  • Quick start workflow: create or update a preference in the baseDir and trigger a sync to the cloud notes.

Quick Start

Add a new hotel to {baseDir}/hotels.md using the standard template and sync it to Supabase.

Frequently Asked Questions about preferences

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync my markdown notes for hotels and restaurants to Supabase?

To sync markdown notes for hotels and restaurants to Supabase, you update the preference files in your base directory and trigger the synchronization workflow, which backs up your local entries to the cloud notes backend.

What is the best way to organize personal preferences across different categories like activities and books?

Organizing personal preferences across activities and books is best handled by maintaining dedicated markdown files for each category, ensuring each file includes frontmatter metadata with a name and description for easy discovery.

Do I need a Supabase backend to manage local markdown preference files?

You do not need a Supabase backend to manage local markdown preference files, as the Skill can read and update entries locally, but Supabase integration is required if you want to synchronize notes across multiple devices.

How do I add a new hotel preference to my markdown workflow?

To add a new hotel preference, you create or update an entry in the hotels.md file within your base directory using the standard template, then trigger a sync to push the note to Supabase if cloud backup is configured.

Can I use frontmatter metadata to categorize personal notes for hotels and restaurants?

You can use frontmatter metadata to categorize personal notes for hotels and restaurants by enforcing a name and description within the frontmatter, which enables proper discovery and synchronization of your preference files.

Are there limitations to synchronizing personal preferences without frontmatter metadata?

Synchronizing personal preferences without frontmatter metadata faces the limitation of failed discovery, as the Skill enforces frontmatter with a name and description to correctly process and sync markdown files to the Supabase backend.