Skip to content

Commit 73a8476

Browse files
authored
Extend Setup section with platform-specific installation instructions (#12)
1 parent 3eab51e commit 73a8476

7 files changed

+64
-2
lines changed

README.md

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,71 @@ Each skill is a self-contained directory of structured instructions and helper s
1212

1313
## Setup
1414

15-
Each skill is a directory with a `SKILL.md` entry point and supporting docs/scripts. Integration depends on your agent platform.
15+
Each skill is a directory with a `SKILL.md` entry point and supporting docs/scripts. Integration depends on your agent platform — see examples below.
1616

17-
See each skill's README for required environment variables and configuration.
17+
### Claude Code
18+
19+
No separate MCP server configuration needed — it is set up automatically as part of the plugin installation.
20+
21+
```sh
22+
claude plugin marketplace add blockscout/agent-skills
23+
claude plugin install blockscout-analysis@blockscout-ai
24+
```
25+
26+
### Claude Desktop (Chat / Cowork / Code)
27+
28+
Must be configured separately for Chat/Cowork and for Code by the same procedure.
29+
30+
1. Choose **Customize** in the sidebar:
31+
32+
![Customize in sidebar](assets/Claude-Add-Pluging-00-Custmize.png)
33+
34+
2. Choose **Browse plugins****Personal****Add marketplace from GitHub**:
35+
36+
![Add marketplace from GitHub](assets/Claude-Add-Pluging-01-Add-Marketplace.png)
37+
38+
3. Enter the GitHub repo ID `blockscout/agent-skills` and press **Sync**:
39+
40+
![Enter repo ID](assets/Claude-Add-Pluging-02-Marketplace-GitHub.png)
41+
42+
4. The marketplace **blockscout-ai** will appear in the list of Personal plugins. Click **Install** on the Blockscout analysis plugin:
43+
44+
![Install plugin](assets/Claude-Add-Pluging-03-Install-Plugin.png)
45+
46+
5. Once installed, the plugin details are available in the **Customize** window:
47+
48+
![Plugin info](assets/Claude-Add-Pluging-04-Plugin-Info.png)
49+
50+
6. If the plugin has MCP servers associated, their info will be available in the **Connectors** sub-item:
51+
52+
![Plugin connector](assets/Claude-Add-Pluging-05-Plugin-Connector.png)
53+
54+
### Gemini CLI
55+
56+
```sh
57+
gemini mcp add --transport http blockscout https://mcp.blockscout.com/mcp
58+
gemini skills install https://github.com/blockscout/agent-skills --path blockscout-analysis
59+
```
60+
61+
### Codex CLI / Codex App
62+
63+
Configure the MCP server first. For Codex App: **Settings****MCP Servers****Add server**.
64+
65+
```sh
66+
codex mcp add blockscout --url https://mcp.blockscout.com/mcp
67+
```
68+
69+
Then run `codex` and prompt:
70+
71+
```plaintext
72+
$skill-installer Install the skill from https://github.com/blockscout/agent-skills, path `blockscout-analysis`
73+
```
74+
75+
Restart Codex to pick up the skill. Before prompting, make sure that either `network_access` is allowed for the sandbox or "Full access" is granted.
76+
77+
## Updating
78+
79+
The skills and the underlying Blockscout infrastructure are under continuous development. Update the marketplace/plugin (Claude) or re-install the skill (Gemini, Codex) periodically to pick up the most recent versions.
1880

1981
## Packaging
2082

44.4 KB
Loading
124 KB
Loading
97.5 KB
Loading
108 KB
Loading
116 KB
Loading
108 KB
Loading

0 commit comments

Comments
 (0)