@tloncorp/tlon-skill 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/SKILL.md +10 -0
  2. package/package.json +5 -4
package/SKILL.md CHANGED
@@ -160,6 +160,16 @@ tlon notebook diary/~host/slug "Title" --content file.md # Post from file
160
160
  tlon notebook diary/~host/slug "Title" --image <url> # Post with image
161
161
  ```
162
162
 
163
+ ### Upload
164
+
165
+ Upload images to Tlon storage.
166
+
167
+ ```bash
168
+ tlon upload https://example.com/image.png # Upload image from URL
169
+ ```
170
+
171
+ Returns the uploaded image URL for use in posts, profiles, etc.
172
+
163
173
  ### Settings (OpenClaw)
164
174
 
165
175
  Manage OpenClaw's Tlon plugin config via Urbit settings-store. Changes apply immediately without gateway restart.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tloncorp/tlon-skill",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Tlon/Urbit skill for OpenClaw agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,9 +17,10 @@
17
17
  "test": "bun test"
18
18
  },
19
19
  "optionalDependencies": {
20
- "@tloncorp/tlon-skill-darwin-arm64": "0.1.2",
21
- "@tloncorp/tlon-skill-darwin-x64": "0.1.2",
22
- "@tloncorp/tlon-skill-linux-x64": "0.1.2"
20
+ "@tloncorp/tlon-skill-darwin-arm64": "0.1.3",
21
+ "@tloncorp/tlon-skill-darwin-x64": "0.1.3",
22
+ "@tloncorp/tlon-skill-linux-x64": "0.1.3",
23
+ "@tloncorp/tlon-skill-linux-arm64": "0.1.3"
23
24
  },
24
25
  "devDependencies": {
25
26
  "@tloncorp/api": "git+https://github.com/tloncorp/api-beta.git#main",