TTC Box agent skills following the Agent Skills specification
Fetch the complete documentation index at: https://agentskills.io/llms.txt
Use this file to discover all available pages before exploring further.
Operate within a computer environment (bash/unix). Skills activated via shell commands like cat /path/to/skill/SKILL.md.
Function without a dedicated computer environment. Implement tools allowing models to trigger skills and access assets.
Include skill metadata in the system prompt. Recommended format uses XML:
<available_skills>
<skill>
<name>onboarding</name>
<description>Onboard new agents and users to TTC Box...</description>
<location>/skills/onboarding/SKILL.md</location>
</skill>
<skill>
<name>market-data</name>
<description>Access real-time and historical market data...</description>
<location>/skills/market-data/SKILL.md</location>
</skill>
</available_skills>Reference: skills-ref library provides Python utilities and CLI for working with skills.