Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/silly-geckos-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@valtown/skills": patch
---

Improve the title of the blobs skill
2 changes: 1 addition & 1 deletion plugin/skills/blob-storage/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: blob-storage
description: Use when a val needs simple key/value persistence — JSON documents, cached responses, uploaded files, or binary assets. Covers the std/blob API, listing and deleting keys, account-global scoping, and storage limits.
description: Use when a val needs simple key/value persistence — JSON documents, cached responses, uploaded files, or binary assets. Covers the std/blob API, listing and deleting keys, account-global or val scoping, and storage limits.
triggers: [blob, storage, kv, key-value, persistence, cache, store, upload, file, json, asset, binary]
---

Expand Down