Skip to content

Commit ecf5143

Browse files
jarrodwattsclaude
andcommitted
Move quick start instructions above features in README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e5acf20 commit ecf5143

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@
77

88
AGW is an agent-first CLI for [Abstract Global Wallet](https://docs.abs.xyz/abstract-global-wallet/overview). It enables AI agents like [Claude](https://code.claude.com/docs/en/overview) to interact with your Abstract Global Wallet autonomously — viewing wallet balances, sending transactions, and interacting with apps deployed on [Abstract](https://abs.xyz/).
99

10-
It also ships a built-in [MCP](https://modelcontextprotocol.io/) server, so any MCP-compatible host can use AGW as a native tool surface.
10+
## Get Started
11+
12+
Copy and paste this prompt to your AI agent (Claude Code, Codex, etc.):
13+
14+
```text
15+
Install and configure the AGW CLI by following the instructions here (use curl to fetch this file, NOT WebFetch): https://raw.githubusercontent.com/Abstract-Foundation/agw-cli/main/docs/guide/installation.md
16+
```
17+
18+
Or, read the [installation guide](https://github.com/Abstract-Foundation/agw-cli/blob/main/docs/guide/installation.md) directly.
1119

1220
## Features
1321

@@ -19,16 +27,6 @@ It also ships a built-in [MCP](https://modelcontextprotocol.io/) server, so any
1927
- **Pagination & field trimming** — narrow reads with `fields`, paginate with `--page-all`
2028
- **Agent skills** — installable skills that teach AI agents safe CLI usage patterns
2129

22-
## Get Started
23-
24-
Copy and paste this prompt to your LLM agent (Claude Code, Codex, etc.):
25-
26-
```text
27-
Install and configure the AGW CLI by following the instructions here (use curl to fetch this file, NOT WebFetch): https://raw.githubusercontent.com/Abstract-Foundation/agw-cli/main/docs/guide/installation.md
28-
```
29-
30-
Or, read the [installation guide](https://github.com/Abstract-Foundation/agw-cli/blob/main/docs/guide/installation.md) directly.
31-
3230
### Prerequisites
3331

3432
- Node.js 18+

0 commit comments

Comments
 (0)