create skill: silverbullet-query — SLIQ query/filter widgets for SilverBullet notes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a26678119b
commit
d7dfb6c0e2
2 changed files with 184 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
| "support punt," "forward to support," "send to support," "punt this to support," "hand off to support" | **send-to-support** |
|
||||
| "add a contact," "look up a contact," "find someone's number," "update a contact," "delete a contact," "list my contacts," "contacts" | **contacts** |
|
||||
| "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** |
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -221,6 +223,18 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
**File:** `skills/youtube-transcript/SKILL.md`
|
||||
**Dependencies:** `yt-dlp` CLI, Python 3
|
||||
|
||||
### S2 Storage
|
||||
**Purpose:** Upload and manage files on S2, a self-hosted file storage service at s2.connorrhodes.com. Provides upload endpoint and auth details for persistent file storage.
|
||||
**Triggers:** "upload to s2," "s2," "s2 storage," "upload a file," "store this file"
|
||||
**File:** `skills/s2-storage/SKILL.md`
|
||||
**Dependencies:** `curl` CLI
|
||||
|
||||
### SilverBullet Query
|
||||
**Purpose:** Write Space Lua (SLIQ) queries and live filter widgets for SilverBullet notes. Covers filtering pages by folder or tag, listing tasks, showing recently modified notes, building dashboards, and embedding dynamic query expressions in any note.
|
||||
**Triggers:** "make a query," "show all pages tagged," "build a filter," "list tasks in," "show recent notes," "create a silverbullet view," "make a live widget"
|
||||
**File:** `skills/silverbullet-query/SKILL.md`
|
||||
**Dependencies:** SilverBullet running with Space Lua enabled
|
||||
|
||||
---
|
||||
|
||||
## Adding New Skills
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue