Skip to content

Commit 9ce70f5

Browse files
Document Codex app marketplace setup
1 parent c278e78 commit 9ce70f5

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,27 @@ Or install from the repository catalog:
2424
npx codex-marketplace add ZainTechnologiesLTD/codex-remote-ssh --plugins --global
2525
```
2626

27+
## Add Marketplace In Codex App
28+
29+
In Codex, open **Plugins**, choose **Create > Add marketplace**, and enter:
30+
31+
```text
32+
Source: ZainTechnologiesLTD/codex-remote-ssh
33+
Git ref: main
34+
Sparse paths:
35+
.agents/plugins
36+
plugins/remote-ssh
37+
```
38+
39+
The same setup from the Codex CLI is:
40+
41+
```bash
42+
codex plugin marketplace add ZainTechnologiesLTD/codex-remote-ssh --ref main --sparse .agents/plugins --sparse plugins/remote-ssh
43+
codex plugin add remote-ssh@zain-technologies-ltd
44+
```
45+
46+
Restart Codex after installing so the Remote SSH plugin appears in new chats.
47+
2748
See [plugins/remote-ssh/README.md](./plugins/remote-ssh/README.md) for setup, security, and development details.
2849

2950
## Sponsorship

plugins/remote-ssh/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,25 @@ If the repository keeps the included `.agents/plugins/marketplace.json` catalog,
5959
npx codex-marketplace add ZainTechnologiesLTD/codex-remote-ssh --plugins --global
6060
```
6161

62+
### Codex App Marketplace Form
63+
64+
In Codex, open **Plugins**, choose **Create > Add marketplace**, and enter:
65+
66+
```text
67+
Source: ZainTechnologiesLTD/codex-remote-ssh
68+
Git ref: main
69+
Sparse paths:
70+
.agents/plugins
71+
plugins/remote-ssh
72+
```
73+
74+
The equivalent Codex CLI commands are:
75+
76+
```bash
77+
codex plugin marketplace add ZainTechnologiesLTD/codex-remote-ssh --ref main --sparse .agents/plugins --sparse plugins/remote-ssh
78+
codex plugin add remote-ssh@zain-technologies-ltd
79+
```
80+
6281
Global installation is recommended so Remote SSH appears across Codex projects after restart. For local development or one-project installs, use `--project` instead of `--global`.
6382

6483
## Troubleshooting Visibility

0 commit comments

Comments
 (0)