Skip to content

Commit d551272

Browse files
committed
docs: use npx skills for agent installation
1 parent 197005c commit d551272

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,28 @@ uvx polymarket-cli --help
2929

3030
If your `uv` tool bin directory is not on `PATH`, either run `uv tool update-shell` or call the binary directly from `$(uv tool dir --bin)`.
3131

32-
## Claude Code And Codex
32+
## Agent Skill Installation
3333

34-
In Claude Code or Codex, install the published CLI in the agent shell environment:
34+
Install the packaged skill with `npx skills`:
35+
36+
### OpenClaw
3537

3638
```bash
37-
uv tool install polymarket-cli
38-
polymarket-cli search bitcoin --limit 5
39+
npx skills add ra1nty/polymarket-cli -a openclaw
3940
```
4041

41-
For ephemeral runs inside those environments:
42+
### Claude Code
4243

4344
```bash
44-
uvx polymarket-cli market --slug <market-slug> --json
45+
npx skills add ra1nty/polymarket-cli -a claude-code
4546
```
4647

47-
If you want the agent to treat this repo as a reusable skill bundle, use the bundled skill at `skills/polymarket-cli/`.
48+
After installation, use the public command surface in agent prompts and automation:
49+
50+
```bash
51+
polymarket-cli search bitcoin --limit 5
52+
polymarket-cli market --slug <market-slug> --json
53+
```
4854

4955
## Usage
5056

0 commit comments

Comments
 (0)