File size: 860 Bytes
f058b55
a78cc68
 
 
 
f058b55
a78cc68
 
 
 
 
 
 
 
 
 
f058b55
 
a78cc68
 
 
 
938e923
 
 
 
 
 
a78cc68
 
 
 
 
 
 
 
 
114bead
 
 
 
 
a78cc68
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: OpenClaw PR API
emoji: 🔎
colorFrom: indigo
colorTo: blue
sdk: docker
app_port: 7860
short_description: Live API for OpenClaw PR code similarity search.
datasets:
  - evalstate/openclaw-pr
tags:
  - api
  - docker
  - pull-requests
  - similarity
  - openclaw
---

# OpenClaw PR API

Machine-oriented API for PR similarity search.

Canonical storage roles:

- dataset repo: published latest state and canonical current analysis
- mounted bucket: mutable operational cache only
- Space disk: ephemeral runtime storage

Defaults for this deployment:

- repo: `openclaw/openclaw`
- live probe source: `https://ghreplica.dutiful.dev`
- dataset: `evalstate/openclaw-pr`

CLI examples:

```bash
pr-search status
pr-search code similar 67096
pr-search code clusters for-pr 67096
pr-search issues list --limit 5
pr-search contributors list --limit 10
```