Skip to content

Commit 8f4ae9c

Browse files
Aditya Thiruvengadamclaude
andcommitted
docs: split install steps into numbered marketplace + plugin commands
Claude Code's `/plugin marketplace add` parses on whitespace, so pasting the two slash-commands as a single multi-line block makes the parser swallow the newline and the second command into the marketplace path (URL fails with "Malformed input to a URL function"). Numbering the steps and putting each command in its own code block makes the copy intent unambiguous. Codex split mirrors the same pattern: shell command for marketplace registration, then the `/plugins` picker inside the session. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5776f4d commit 8f4ae9c

3 files changed

Lines changed: 39 additions & 9 deletions

File tree

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,38 @@ Apps -> Search -> Klarity -> Connect
3737
3838
## Install — Claude Code
3939

40-
From a Claude Code session:
40+
From a Claude session, run these two commands one after the other.
41+
42+
**1. First**, install the marketplace:
4143

4244
```text
4345
/plugin marketplace add klarity-ai/klarity-mcp
46+
```
47+
48+
**2. Next**, install the plugin:
49+
50+
```text
4451
/plugin install klarity@klarity
4552
```
4653

4754
## Install — Codex
4855

49-
From a Codex session:
56+
Codex splits this into two steps. First, from your **shell**, register the
57+
Klarity marketplace with Codex:
58+
59+
```bash
60+
codex plugin marketplace add Klarity-AI/klarity-mcp
61+
```
62+
63+
Then, from a **Codex session**, open the plugin picker:
5064

5165
```text
52-
/plugin marketplace add klarity-ai/klarity-mcp
53-
/plugin install klarity@klarity
66+
/plugins
5467
```
5568

69+
In the picker, switch to the **Klarity** marketplace, open **klarity**, and
70+
select **Install plugin**.
71+
5672
## Install — Gemini CLI
5773

5874
```bash

docs/install/claude-code.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@ Two install paths are supported. The plugin path is preferred — it ships the b
1515

1616
## Plugin install (preferred, OAuth)
1717

18-
From a Claude Code session:
18+
From a Claude session, run these two commands one after the other.
19+
20+
**1. First**, install the marketplace:
1921

2022
```text
2123
/plugin marketplace add klarity-ai/klarity-mcp
24+
```
25+
26+
**2. Next**, install the plugin:
27+
28+
```text
2229
/plugin install klarity@klarity
2330
```
2431

docs/install/codex.mdx

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,21 @@ Two install paths are supported. The plugin path is preferred — it ships the b
1515

1616
## Plugin install (preferred, OAuth)
1717

18-
From a Codex session:
18+
Codex splits this into two steps — a shell command to register the marketplace, then a slash command inside Codex to install the plugin.
19+
20+
**1. From your shell**, add the Klarity marketplace to Codex:
21+
22+
```bash
23+
codex plugin marketplace add Klarity-AI/klarity-mcp
24+
```
25+
26+
**2. From a Codex session**, open the plugin picker:
1927

2028
```text
21-
/plugin marketplace add klarity-ai/klarity-mcp
22-
/plugin install klarity@klarity
29+
/plugins
2330
```
2431

25-
The first request that hits a Klarity tool will prompt you to sign in.
32+
In the picker, switch to the **Klarity** marketplace, open **klarity**, and select **Install plugin**. The first request that hits a Klarity tool will prompt you to sign in.
2633

2734
## Config file install (API key)
2835

0 commit comments

Comments
 (0)