Create Your Own Skill
If you are unsure what to make, use these directions for inspiration. Once written, one Skill can be reused with different goals:
- A ready-made structure for a class of Apps: start a whole category from one template, then change the theme. A personality-quiz template could create “Which coffee are you?” with multiple-choice questions, scoring, results, and a share image, then be reused for an MBTI quiz or “Which city suits you?”;
- A third-party service or component Eazo does not include: preserve the correct integration method, such as writing registration records to Notion or adding charts, CSV export, PDF generation, rich text, or QR codes;
- A specific game or business rule: implement scoring, rewards, calculations, or probabilities the platform cannot assume, such as streak points, quote calculations, prize odds, or leaderboard ranking;
- A reusable checklist or standard: make the Agent validate against the same criteria, such as mobile buttons, forms, and scrolling, or consistent colors and fonts across pages;
- Bulk content or test data: populate a completed page with realistic examples, such as 20 sample products.
To create one:
- Open Skills > My Skills;
- Click New Skills;
- Enter a name and short description;
- In Markdown, define applicable situations, steps, constraints, and completion criteria;
- Add searchable tags and save.
Write executable instructions rather than only assigning an identity. For example:
# Personality quiz template
Use for “Which ___ are you?” personality quiz Apps.
1. Create eight single-choice questions, with every option mapped to a result type;
2. Add scores for selected options and use the highest-scoring type as the result;
3. Show the type name, short description, and illustration on the results page;
4. Add sharing and generate a shareable result image;
5. Keep the current colors and fonts, and do not change existing pages.
You can edit your Skills at any time. Deleting a Skill cannot be undone, but it does not roll back Project changes the Skill already made.
To share a Skill, submit it to the Marketplace from its details and add review notes. Other users can find and install it only after review and publication. If review does not pass, revise it from the feedback and submit again.