mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 13:02:10 +03:00
feat: add OpenProse plugin skills
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Parallel Research
|
||||
# Gather information from multiple sources concurrently
|
||||
|
||||
agent researcher:
|
||||
model: sonnet
|
||||
prompt: "You are a research assistant"
|
||||
|
||||
# Research multiple aspects in parallel
|
||||
parallel:
|
||||
history = session: researcher
|
||||
prompt: "Research the historical background"
|
||||
current = session: researcher
|
||||
prompt: "Research the current state of the field"
|
||||
future = session: researcher
|
||||
prompt: "Research future trends and predictions"
|
||||
|
||||
# Combine all research
|
||||
session "Write comprehensive research summary"
|
||||
context: { history, current, future }
|
||||
Reference in New Issue
Block a user