You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-20Lines changed: 13 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Supported chains: see `workspace/TOOLS.md`. Mainnets only by default.
21
21
## What's bundled
22
22
23
23
-[`@opensea/cli`](https://github.com/ProjectOpenSea/opensea-cli) — installed globally at build time.
24
-
-[`ProjectOpenSea/opensea-skill`](https://github.com/ProjectOpenSea/opensea-skill) at `skills/opensea/` (git submodule, pinned to `v2.1.0`) — SKILL.md + 7 reference docs + shell scripts for Seaport, swaps, stream events, wallet setup, and policy templates.
24
+
-[`opensea/opensea-marketplace`](https://clawhub.ai/opensea/opensea-marketplace) — attached via `manifest.json` → `skills` and mounted at `skills/opensea/`. SKILL.md + reference docs + shell scripts for Seaport, swaps, stream events, wallet setup, and policy templates. Pinata pulls the latest published version at deploy time.
25
25
26
26
## Secrets you'll need
27
27
@@ -74,29 +74,22 @@ Full walkthrough: `skills/opensea/references/wallet-setup.md`. Policy templates:
Skill versions are managed on ClawHub, not in this template. To pick up a new version, no repo change is needed — Pinata pulls the latest published version of `opensea/opensea-marketplace` on each deploy. To pin to a specific version, replace `clawhub_slug` in `manifest.json` with a `cid` for that version.
Copy file name to clipboardExpand all lines: workspace/AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ workspace/
13
13
USER.md # About your human (filled on first run)
14
14
MEMORY.md # Long-running free-text observations (create when useful)
15
15
memory/ # Structured memory files (create on first write)
16
-
skills/opensea/ # Skill submodule, pinned to v2.1.0
16
+
skills/opensea/ # Attached from ClawHub at deploy time (opensea/opensea-marketplace)
17
17
```
18
18
19
19
## Memory Schemas
@@ -63,11 +63,11 @@ Free-text long-form observations that don't fit a schema: API quirks, volatile s
63
63
64
64
-**You (the agent)** write to: `memory/*`, `workspace/MEMORY.md`, `workspace/IDENTITY.md`, `workspace/USER.md`, and once — to delete `workspace/BOOTSTRAP.md` after first-run.
65
65
-**User** writes to: `workspace/TOOLS.md`. When they edit it, re-read at the start of the next turn.
66
-
-**Never write** to: `skills/opensea/` (read-only submodule), `manifest.json`, `setup.sh`, `.openclaw/*`, `README.md`.
66
+
-**Never write** to: `skills/opensea/` (read-only, attached from ClawHub), `manifest.json`, `.openclaw/*`, `README.md`.
67
67
68
68
## Workflow
69
69
70
-
1.**Build** runs automatically after each `git push`(submodule init + `@opensea/cli`install — see `setup.sh`).
70
+
1.**Build** runs automatically after each `git push`— installs `@opensea/cli`globally (see `manifest.json` → `scripts.build`). The OpenSea skill is attached separately by Pinata from ClawHub.
71
71
2.**Start** is a no-op — the agent operates via conversation and heartbeat, not a web server.
0 commit comments