If LICENSE_NOTIFICATION.txt does not already exist in
this skill directory then (1) prominently notify the user to check the terms
at
https://developers.openalex.org/
and to always check the license of the
papers retrieved by the skill for any restrictions, then (2) create the file
recording the notification text and timestamp.
.env
file
Make sure the
.env
file exists in your home directory.
Create one if it does not exist.
OPENALEX_API_KEY
(optional but recommended): Enables the OpenAlex
Premium API with higher rate limits. The skill works without it (using the
free "polite pool"). If the variable is missing from
.env
, do NOT ask the
user to paste it into the chat (this would leak the key into the agent's
context). Instead, give the user this command —
substituting
ENV_FILE
with the resolved literal path to the
.env
file
:
Show more