# Recipe Name

> One-line description of what this recipe does.

## What It Does

1-2 sentences explaining the capability this adds to Open Brain.

## Prerequisites

- Working Open Brain setup ([guide](../../docs/01-getting-started.md))
- List any additional requirements (API keys, tools, services)
- If this recipe depends on a reusable skill from `skills/`, link it here and declare it in `metadata.json` via `requires_skills`

## Credential Tracker

Copy this block into a text editor and fill it in as you go.

```text
RECIPE NAME -- CREDENTIAL TRACKER
--------------------------------------

FROM YOUR OPEN BRAIN SETUP
  Project URL:           ____________
  Secret key:            ____________
  OpenRouter API key:    ____________

GENERATED DURING SETUP
  (list recipe-specific values: API keys, file paths, etc.)

--------------------------------------
```

## Steps

1. First step — be specific and copy-paste ready
2. Second step
3. Third step
4. ...

## Expected Outcome

Describe what the user should see when this is working correctly. Be specific — what query should return results? What should appear in their database? What should the output look like?

## Troubleshooting

**Issue: [Common problem]**
Solution: [How to fix it]

**Issue: [Another common problem]**
Solution: [How to fix it]

**Issue: [Third common problem]**
Solution: [How to fix it]
