Welcome to the AI Agents Marketplace by Metaschool! This is the ultimate collection of AI agents from developers around the globe. Share your own AI agent or discover new ones, complete with descriptions, features, and access links.
To add your AI agent to this repository, follow these steps:
-
Fork this Repository: Click the "Fork" button at the top right of this page.
-
Clone the Repository: Clone your forked repository to your local machine using:
git clone https://github.com/0xmetaschool/ai-agents.git
-
Create a New Branch: Use a descriptive branch name.
git checkout -b add-your-agent-name
-
Add Your Agent's Details: Navigate to the
agents
folder and create a new Markdown file with the name of your agent (e.g.,my-agent.md
). Use the following template:# Agent Name **Description**: Write a brief description of your agent (50-60 words). **Features**: - Feature 1 - Feature 2 - Feature 3 - Feature 4 **Links**: - [Website/Platform](https://example.com) - [Documentation](https://example.com) - [GitHub](https://github.com/example) - [Twitter/Discord](https://x.com/example) [Optional]
-
Commit Your Changes:
git add . git commit -m "Add your-agent-name"
-
Push Your Branch:
git push origin add-your-agent-name
-
Create a Pull Request (PR): Go to the original repository, and you should see a prompt to create a PR. Include a concise title and description of your submission.
- Ensure your description is clear and within 50-60 words.
- List exactly 3-4 features of your agent.
- Provide accurate and working links.
- Follow the Markdown template strictly.
- Be respectful and adhere to the Code of Conduct.
Once your PR is submitted:
- A reviewer will check your submission for completeness and adherence to guidelines.
- Feedback will be provided if changes are needed.
- Upon approval, your agent will be merged into the repository.
Browse the AI Agents Marketplace to explore all the amazing AI agents contributed by the community.
We welcome contributions from everyone! Feel free to:
- Add new AI agents.
- Help review PRs and provide constructive feedback.
This repository is licensed under the MIT License.
Happy coding and innovating! 🚀