For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Returns the namespace key used to store this skill’s data within the agent’s
global data. This key scopes the skill’s state to avoid collisions with other skills.
Takes no parameters.
Returns
string — The namespace key for this skill instance.