Skip to content

Commit 49222b6

Browse files
ryanioclaude
andcommitted
fix: switch slug to opensea/opensea-marketplace
The skill was published fresh under @opensea on ClawHub via the web UI (CLI doesn't expose --owner / ownerHandle for org publishers). Slug is opensea-marketplace because the skill covers more than NFTs — it also handles cross-chain ERC20 swaps and read-side market data. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8fb12e9 commit 49222b6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Supported chains: see `workspace/TOOLS.md`. Mainnets only by default.
2121
## What's bundled
2222

2323
- [`@opensea/cli`](https://github.com/ProjectOpenSea/opensea-cli) — installed globally at build time.
24-
- [`opensea/opensea-skill`](https://clawhub.ai/opensea/opensea-skill) — 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.
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.
2525

2626
## Secrets you'll need
2727

@@ -74,7 +74,7 @@ Full walkthrough: `skills/opensea/references/wallet-setup.md`. Policy templates:
7474

7575
```
7676
.
77-
├── manifest.json # Pinata agent manifest — attaches opensea/opensea-skill from ClawHub
77+
├── manifest.json # Pinata agent manifest — attaches opensea/opensea-marketplace from ClawHub
7878
├── .openclaw/
7979
│ ├── openclaw.json
8080
│ └── SOUL.md # short canonical persona — points at workspace/SOUL.md
@@ -92,4 +92,4 @@ At deploy time Pinata attaches the OpenSea skill under `skills/opensea/` (SKILL.
9292

9393
## Updating the skill
9494

95-
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-skill` on each deploy. To pin to a specific version, replace `clawhub_slug` in `manifest.json` with a `cid` for that version.
95+
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.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"authorLogoUrl": "https://static.seadn.io/logos/Logomark-Blue.png"
1616
},
1717
"skills": [
18-
{ "clawhub_slug": "opensea/opensea-skill", "name": "OpenSea" }
18+
{ "clawhub_slug": "opensea/opensea-marketplace", "name": "OpenSea" }
1919
],
2020
"scripts": {
2121
"build": "npm install -g @opensea/cli",

workspace/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace/
1313
USER.md # About your human (filled on first run)
1414
MEMORY.md # Long-running free-text observations (create when useful)
1515
memory/ # Structured memory files (create on first write)
16-
skills/opensea/ # Attached from ClawHub at deploy time (opensea/opensea-skill)
16+
skills/opensea/ # Attached from ClawHub at deploy time (opensea/opensea-marketplace)
1717
```
1818

1919
## Memory Schemas

workspace/TOOLS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _User-tunable. Edit this file to change what the agent watches, who it follows,
55
## Stack
66

77
- **OpenSea CLI:** `@opensea/cli` — installed globally at build time. Use `opensea --help` for the command tree.
8-
- **OpenSea skill:** `skills/opensea/` — attached from ClawHub (`opensea/opensea-skill`) at deploy time.
8+
- **OpenSea skill:** `skills/opensea/` — attached from ClawHub (`opensea/opensea-marketplace`) at deploy time.
99
- **Wallet:** Privy server wallet, env-configured (`PRIVY_APP_ID`, `PRIVY_APP_SECRET`, `PRIVY_WALLET_ID`).
1010

1111
## Watchlist

0 commit comments

Comments
 (0)