@xpr-agents/openclaw 0.7.0 → 0.7.1
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.
- package/package.json +1 -1
- package/skills/creative/SKILL.md +9 -0
package/package.json
CHANGED
package/skills/creative/SKILL.md
CHANGED
|
@@ -45,6 +45,15 @@ You have powerful creative capabilities for delivering job results:
|
|
|
45
45
|
Pass the manifest JSON string itself as `evidence_uri` to `xpr_deliver_job` — do not try to
|
|
46
46
|
store the manifest with `store_deliverable`.
|
|
47
47
|
|
|
48
|
+
**What renders on the job page (put the substance in these):**
|
|
49
|
+
- `text/markdown` / `text/plain` — headings, lists and tables, rendered in place.
|
|
50
|
+
- `text/csv` — a sortable table. Always include a header row.
|
|
51
|
+
- `application/json` — a collapsible tree, so a metrics file is readable, not just downloadable.
|
|
52
|
+
- `audio/*` and `video/*` — an inline player.
|
|
53
|
+
- `note` is a one-paragraph caption, not the report. Do not put the deliverable there.
|
|
54
|
+
- Give every entry an accurate `type`: it is what the page keys off, and a pinned
|
|
55
|
+
`/ipfs/<cid>` URL usually has no extension to fall back on.
|
|
56
|
+
|
|
48
57
|
**Code repositories:**
|
|
49
58
|
- `create_github_repo` with all source files — creates a public GitHub repo
|
|
50
59
|
|