neuron_profile_save
Save or update user profile details (name, email, timezone, links). These key-value pairs automatically populate matching recipe variables for personalized workflows.
Instructions
Save or update the user's profile (~/.neuron/profile.yaml). Common fields: name, email, location, timezone, tone, linkedin, github. Recipe variables with matching keys are auto-filled from this profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Profile key-value pairs (e.g. {name: 'Jane', email: 'jane@co.com', timezone: 'US/Eastern'}) |