Want to feature your agent in the Agentuity Spotlight? You're in the right place! 🤖
We're excited to showcase your AI agents to our community! Follow this simple guide to add your agent to our spotlight.
Create a new file in the agents-spotlight/agents/ directory named [your-agent-name].mdx
export const metadata = {
title: 'Your Agent Name',
description: 'Brief description of what your agent does',
date: '2025-01-15',
lastUpdatedDate: '2025-01-15',
authorData: {
spotlightCardName: 'Your Name',
isCommunity: true,
featuredAuthorName: 'Your Full Name', // optional
featuredAuthorLink: 'https://github.com/yourusername', // optional
},
links: {
repository: 'https://github.com/yourusername/your-agent-repo',
blog: 'https://yourblog.com/agent-post', // optional
video: 'https://youtube.com/watch?v=demo', // optional
},
tags: ['automation', 'productivity'], // optional
};
# Your Agent Name
## What it does
Brief overview of your agent's capabilities and purpose.
## How to use it
Step-by-step instructions on how to set up and use your agent.
## Key features
- Feature 1
- Feature 2
- Feature 3
## Demo
Include any demos, screenshots, or examples here.- Fork the
agents-spotlightrepository - Add your
[agent-name].mdxfile to theagents/directory - Add an
[agent-name].[jpg|png|webp]image in the same directory (optional, but recommended) - Submit a pull request
Once your PR is approved, your agent will appear on agentuity.com/spotlight within 48 hours automatically!
- Use kebab-case for filenames:
my-awesome-agent.mdx - No spaces or special characters in filenames
title: Keep it concise and descriptivedescription: 1-2 sentences explaining what the agent doeslinks.repository: Must be a public repository link
Ready to showcase your agent? Create that PR and join the spotlight! 🚀
