Universal Notes

The ultimate cross-platform bridge for Apple Notes, Notion, Obsidian, and Bear.

Install
cmdop skills install agensi-universal-notes

Universal Notes is a cross-platform skill that lets an AI agent manage notes across multiple applications. It supports Apple Notes, Notion, Obsidian, Bear, and local Markdown files, allowing an agent to read, write, and search content without switching contexts.

The skill detects which note-taking applications are installed or configured on the system and selects the appropriate storage engine automatically. When writing, it converts text into the format required by the target platform: HTML for Apple Notes, JSON blocks for Notion, and Markdown for Obsidian. For integration, it uses AppleScript on macOS, REST APIs for Notion, and x-callback-urls for Bear. The skill also searches across connected note-taking apps to retrieve existing information.

By handling platform-specific APIs and syntax differences, the skill lets the agent act as a central hub for meeting notes, documentation, and other thoughts, storing data directly in the application where it belongs rather than requiring the user to manually copy, paste, or reformat content between separate tools.

Use cases

  • Let an agent append meeting notes to a specific Notion database
  • Let an agent search across Apple Notes and Bear to find a past decision
  • Let an agent create a new Markdown file in an Obsidian vault
  • Let an agent read recent notes to summarize status across platforms
  • Let an agent format a draft as HTML and save it to Apple Notes

When to use it

  • You need an agent to interact with more than one note-taking app
  • Your workflow mixes local Markdown files with cloud-based tools like Notion
  • You want the agent to choose the correct backend based on what is installed

When not to use it

  • You only use a single note-taking app with a simpler native integration
  • Your environment is not macOS and you rely solely on Apple Notes
  • You require a specific package registry or version to be documented