Skip to content

Commit a0737f5

Browse files
committed
add access points to the openclaw page
1 parent 7f8a4e0 commit a0737f5

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328
]
329329
},
330330
"guides/ai-agents/claude-code-trigger",
331+
"guides/ai-agents/openclaw-trigger",
331332
"guides/frameworks/drizzle",
332333
"guides/frameworks/prisma",
333334
"guides/frameworks/sequin",

docs/guides/ai-agents/overview.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ description: "Real world AI agent example tasks using Trigger.dev"
6666
>
6767
Enrich company data using Exa search and Claude with real-time streaming results.
6868
</Card>
69+
<Card
70+
title="OpenClaw (ClawdBot)"
71+
icon="sparkles"
72+
href="/guides/ai-agents/openclaw-trigger"
73+
>
74+
Run OpenClaw autonomous AI agent workflows as durable tasks with retries and observability.
75+
</Card>
6976
</CardGroup>
7077

7178
## Agent fundamentals

docs/guides/introduction.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Get set up fast using our detailed walk-through guides.
2929
| [AI Agent: Route questions](/guides/ai-agents/route-question) | Route questions to different models based on complexity |
3030
| [AI Agent: Translation refinement](/guides/ai-agents/translate-and-refine) | Evaluate and refine translations with feedback |
3131
| [Claude Agent SDK](/guides/ai-agents/claude-code-trigger) | Build AI agents that read files, run commands, and edit code |
32+
| [OpenClaw (ClawdBot)](/guides/ai-agents/openclaw-trigger) | Run OpenClaw autonomous agent workflows as durable Trigger.dev tasks |
3233
| [Cursor rules](/guides/cursor-rules) | Use Cursor rules to help write Trigger.dev tasks |
3334
| [Prisma](/guides/frameworks/prisma) | How to setup Prisma with Trigger.dev |
3435
| [Python image processing](/guides/python/python-image-processing) | Use Python and Pillow to process images |

0 commit comments

Comments
 (0)