Skip to content

Commit bf34f38

Browse files
idoshamunclaude
andauthored
docs: add Codex and Cursor integration instructions (#498)
## Summary - Add setup instructions for Codex AI agent integration with skill installer command - Add setup instructions for Cursor AI agent with remote rule configuration - Instructions added to the AI Agent Integrations section of the Public API documentation These match the instructions available in the app's API settings page. Closes ENG-609 --- Created by Huginn 🐦‍⬛ Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0d07484 commit bf34f38

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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)