Add clipboard-history skill for querying Maccy on macOS
This commit is contained in:
parent
c556d5fecd
commit
fdcc687364
2 changed files with 56 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
| "transcribe this video," "get the subtitles," "what does this video say," "summarize this YouTube video," "YouTube transcript" | **youtube-transcript** |
|
||||
| "upload to s2," "s2," "s2 storage," "upload a file," "store this file" | **s2-storage** |
|
||||
| "make a query," "show all pages tagged," "build a filter," "list tasks in," "show recent notes," "create a silverbullet view," "make a live widget" | **silverbullet-query** |
|
||||
| "clipboard history," "from maccy," "what was on my clipboard," "get the last link I copied" | **clipboard-history** |
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -235,6 +236,12 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
**File:** `skills/silverbullet-query/SKILL.md`
|
||||
**Dependencies:** SilverBullet running with Space Lua enabled
|
||||
|
||||
### Clipboard History
|
||||
**Purpose:** Retrieve items from clipboard history using Maccy on macOS. Query the Maccy SQLite database to find recently copied text, URLs, or search for specific content. macOS only.
|
||||
**Triggers:** "clipboard history," "from maccy," "what was on my clipboard," "get the last link I copied"
|
||||
**File:** `skills/clipboard-history/SKILL.md`
|
||||
**Dependencies:** Maccy (`brew install --cask maccy`), macOS
|
||||
|
||||
---
|
||||
|
||||
## Adding New Skills
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue