{% extends "base.html" %} {% block title %}Create a skill — Ageri{% endblock %} {% block head %} {% endblock %} {% block body %}
Pick how you want to author the skill. All three paths produce the same `.ags` bundle ready for the marketplace.
No marketplace author registered
You can scaffold + author a skill locally, but publishing to the marketplace requires registration first. Run:
.ags bundleWe'll validate the manifest first and show you a preview before anything ships to the marketplace.
The manifest was validated successfully. Confirm the details below match what you want to publish.
No author registered — you can preview but not publish until you run
ageri skill author-register.
The recorder watches you do a workflow on a website once, then synthesises a working skill from what it saw. Best for skills that drive forms, dashboards, or vendor portals.
Recording happens inside the Ageri chat (Ageri agent walks you through it). Come back to this page when the recording is done to publish.
No recorded skills found yet. Start a recording above; finished
recordings land in ~/ageri/skills/local/
and show up here.
We'll synthesise a publishable manifest from the fields below + your registered author profile, then pack + upload to skills.ageri.ai.
The Publish button is disabled until you register a marketplace author (see the banner above the cards).
Five commands take you from blank to published. Run them in any shell where Ageri is installed.
1. Scaffold from a template
2. Edit ~/ageri/skills/local/my-skill/boss.py in your editor — or paste this to Claude CLI:
3. Validate
4. Pack into a bundle (after bumping version to 0.1.0 in skill.json)
5. Upload to the marketplace
Full author guide: docs.ageri.ai