Skip to content

Commit 1203e70

Browse files
idoshamunclaude
andcommitted
docs: add Codex and Cursor integration instructions to Public API
Add setup instructions for Codex and Cursor AI agents to the AI Agent Integrations section, matching the instructions available in the app's API settings page. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0d07484 commit 1203e70

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/plus/public-api.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,26 @@ Install the daily-dev skill from clawdhub and explain my new superpowers
198198

199199
The skill is available on ClawHub at [https://clawhub.ai/idoshamun/daily-dev](https://clawhub.ai/idoshamun/daily-dev)
200200

201+
### Codex
202+
203+
Install the daily.dev skill in Codex with this command:
204+
205+
```
206+
$skill-installer install the daily.dev skill from https://github.com/dailydotdev/daily.git
207+
```
208+
209+
Restart Codex after installation, then use `$daily.dev` to interact with your feed.
210+
211+
### Cursor
212+
213+
Add daily.dev as a remote rule in Cursor:
214+
215+
1. Open Cursor Settings → Rules (Cmd+Shift+J on Mac, Ctrl+Shift+J on Windows/Linux)
216+
2. Click "Add Rule" → "Remote Rule (Github)"
217+
3. Enter the repository URL: `https://github.com/dailydotdev/daily.git`
218+
219+
Use `/daily.dev` in Agent chat to interact with your feed.
220+
201221
### Direct API Integration
202222

203223
For custom integrations, use the OpenAPI specification to generate client libraries or make direct HTTP requests. The specification is available at:

0 commit comments

Comments
 (0)