Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: hello-world
3owner: openagents
4version: 1.0.0
5kind: workflow
6title: Hello World
7summary: A minimal workflow that greets you, inspects the repo, and summarizes it.
8license: MIT
9tags: [starter, example, onboarding]
10runtimes: [claude-code, cursor, codex, openai-agents, langgraph, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: WORKFLOW.md
16files:
17 - WORKFLOW.md
18inputs:
19 - name: name
20 type: string
21 required: false
22 description: Name to greet. Defaults to "there".
23 default: there
24requires: []
25homepage: https://github.com/openagents-hq/openagents
26repository: https://github.com/openagents-hq/openagents
27

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc