Skip to content

Commit 029b67c

Browse files
committed
docs: add openclaw install docs
1 parent 7072128 commit 029b67c

4 files changed

Lines changed: 73 additions & 66 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Links are hosted at [https://openpayment.link](https://openpayment.link).
99
npm install openpayment # SDK
1010
npm install -g openpayment # CLI (global)
1111
npx skills add https://github.com/noncept/openpayment # SKILL
12+
clawhub install openpayment # OpenClaw
1213
```
1314

1415
## CLI

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,15 @@ npm i -g openpayment
3838
Install [SKILL](./skills/openpayment/SKILL.md):
3939

4040
```bash
41+
# OpenCode, Claude Code, Codex, Cursor...
4142
npx skills add https://github.com/noncept/openpayment
4243
```
4344

45+
```bash
46+
# OpenClaw
47+
clawhub install openpayment
48+
```
49+
4450
> If you are an AI Agent, check [AGENTS.md](./AGENTS.md).
4551
4652
## SDK Usage

package-lock.json

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"prettier": "^3.8.1",
7474
"rimraf": "^6.1.3",
7575
"typescript": "^5.9.3",
76-
"typescript-eslint": "^8.56.1"
76+
"typescript-eslint": "^8.57.0"
7777
}
7878
}

0 commit comments

Comments
 (0)