properties
Obsidian YAML frontmatter properties: read, set, remove on notes. Use when user mentions frontmatter, metadata, tags, aliases, status, or dates.
What this skill does
# Obsidian Properties Management ## When to Use This Skill | Use this skill when... | Use the alternative instead when... | |---|---| | Reading, setting, or removing a single YAML property on a live note via the running CLI | Doing offline bulk frontmatter rewrites across many files — use `vault-frontmatter` | | Updating `status:`, `tags:`, or `aliases:` on a note Obsidian currently has open | Editing note body content rather than frontmatter — use `vault-files` | | Confirming a property change is reflected in Obsidian's metadata cache | Repairing broken wikilinks after a rename — use `vault-wikilinks` | Read, set, and remove YAML frontmatter properties on Obsidian notes using the official CLI. ## Prerequisites - Obsidian desktop v1.12.4+ with CLI enabled - Obsidian must be running ## When to Use Use this skill automatically when: - User wants to read or inspect note metadata/frontmatter - User needs to set, update, or add properties to notes - User wants to remove properties from notes - User asks about note status, tags, dates, or custom fields - User needs to manage aliases on notes ## Core Operations ### Read Properties ```bash # Read all properties from a note obsidian properties file="Project Spec" # JSON output for parsing obsidian properties file="Project Spec" format=json ``` ### Set Properties ```bash # Set a text property obsidian properties:set file="Note" status=active # Set a date property obsidian properties:set file="Note" due=2026-03-15 type=date # Set multiple properties obsidian properties:set file="Note" status=draft priority=high # Set tags property obsidian properties:set file="Note" tags="blog,publish" type=tags ``` ### Remove Properties ```bash # Remove a single property obsidian properties:remove file="Note" key=draft # Remove multiple properties obsidian properties:remove file="Note" key=old_field ``` ## Property Types | Type | Example | Notes | |------|---------|-------| | Text | `status=active` | Default type | | Date | `due=2026-03-15 type=date` | ISO 8601 format | | Tags | `tags="a,b" type=tags` | Comma-separated | | Number | `priority=1` | Numeric values | | Boolean | `published=true` | true/false | | List | `aliases="Name1,Name2" type=tags` | Comma-separated | ## Common Patterns ### Status Workflow ```bash # Set draft status obsidian properties:set file="Post" status=draft # Move to review obsidian properties:set file="Post" status=review # Mark published obsidian properties:set file="Post" status=published published=true ``` ### Alias Management ```bash # Add aliases for wikilink resolution obsidian properties:set file="JavaScript" aliases="JS,js,ECMAScript" type=tags ``` ## Agentic Optimizations | Context | Command | |---------|---------| | Read properties (structured) | `obsidian properties file="X" format=json` | | Set property | `obsidian properties:set file="X" key=value` | | Remove property | `obsidian properties:remove file="X" key=field` | | Typed property | `obsidian properties:set file="X" field=val type=date` | ## Related Skills - **vault-files** — Read and create notes - **search-discovery** — Search by property values with `[key:value]` syntax
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.