AI Agent Skills
Pre-built skills and knowledge packs for coding agents like Cursor and Claude.
AI Agent Skills
daayOS provides pre-built agent skills to help AI coding assistants (like Cursor, Claude Code, or Devin) understand how to interact with the platform securely and follow our best practices.
daayOS Client Skill
If you are building a web or mobile client that talks to the daayOS API, you should equip your coding agent with the daayos-client skill.
What it does
The daayos-client skill teaches agents how to:
- Properly authenticate using Better Auth tokens.
- Handle the response envelope and step-up authentication.
- Understand the endpoint map for Mail, Keeps, Wallet, and AGI APIs.
- Distinguish between standard web apps and mobile apps (e.g. captcha skipping).
How to use it
Copy the daayos-client skill from the account/.cursor/skills/ directory into your own project’s .cursor/skills/ or .claude/skills/ directory, and instruct your agent to read it when generating API integration code.
Better Auth Skills
We also provide a set of best-practice skills for Better Auth to ensure that custom auth implementations remain secure. These are located in the account/.agents/skills/ directory.
Available Skills
better-auth-best-practices: General best practices for implementing Better Auth.better-auth-security-best-practices: Security-specific guidelines for auth implementations.create-auth-skill: How to scaffold and create new auth modules.email-and-password-best-practices: Guidelines for implementing email and password sign-ins safely.organization-best-practices: Best practices for dealing with organizations and teams.two-factor-authentication-best-practices: Guidelines for implementing 2FA and step-up flows.
How to use them
Point your agent to the account/skills-lock.json manifest or copy the relevant .agents/skills directly into your workspace when making modifications to the authentication core.
