scrape-zyte-login

Installation
SKILL.md

API keys must never appear in the transcript. Do not echo, read, or write key values directly.

Setup page: ${ZYTE_AGENT_SETUP_URL:-https://app.zyte.com/agent-setup}

1. Check credentials

[ -n "$ZYTE_API_KEY" ] && echo "ZYTE_API_KEY: present" || echo "ZYTE_API_KEY: missing"
[ -n "$SHUB_APIKEY" ] && echo "SHUB_APIKEY: present" || echo "SHUB_APIKEY: missing"

If both are present, proceed to step 4.

2. Open the agent-setup page

Tell the user:

Installs
9
Repository
zytedata/skills
GitHub Stars
1
First Seen
12 days ago
scrape-zyte-login — zytedata/skills