Eversince skills
Pre-built layers of domain expertise. By default a new project starts with no skill active. When a skill is active, every decision the agent makes is informed by that domain. Available in the prompt box or from the API. Activate, deactivate, or stack at any time. The agent can also toggle them itself when the task changes. Maintained and continuously improved by Eversince.Using skills via the API
Activate skills when creating a project.skills accepts an array of Eversince skills and/or custom-skill UUIDs:
skills (or pass []) to start with no skills active:
cinema, animation, ugc, music, photography, motion-graphics. Custom-skill UUIDs come from GET /account/skills. All active skills share a 40,000-token combined budget. Replace the active set at any time via PATCH /projects/:id/settings with a new skills array.
Custom skills
Persistent instructions you can add, like brand guidelines, style rules, tone of voice, domain knowledge, or preferred workflows. Applied on every agent run across every project when active.Common questions
Can I use multiple skills at once?
Can I use multiple skills at once?
Yes. Skills stack freely. Multiple skills can be active at once, sharing a 40,000-token combined budget.
Do skills cost extra?
Do skills cost extra?
No direct charge. Active skills add tokens to the agent’s context on every turn, which slightly increases per-turn LLM credit consumption.
Can I combine custom skills with Eversince skills?
Can I combine custom skills with Eversince skills?
Yes. Both types stack and share the 40,000-token budget.