mirror of
https://github.com/OpenClaudia/openclaudia-skills.git
synced 2026-09-19 08:06:49 +08:00
brand-research: fix unrunnable credential line
Sanitization had rewritten the .env path into prose, leaving `grep BRANDDEV_API_KEY environment variables` which greps two nonexistent files. The key is already read from the environment. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ Extract the target domain from the user's input. Strip protocol and trailing sla
|
||||
## Step 2: Fetch Brand Info
|
||||
|
||||
```bash
|
||||
BRANDDEV_API_KEY=$(grep BRANDDEV_API_KEY environment variables | cut -d= -f2)
|
||||
# BRANDDEV_API_KEY must be set in your environment
|
||||
curl -s "https://api.brand.dev/v1/brand/retrieve?domain=${DOMAIN}" \
|
||||
-H "Authorization: Bearer ${BRANDDEV_API_KEY}" \
|
||||
-H "Content-Type: application/json"
|
||||
|
||||
Reference in New Issue
Block a user