Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 2.67 KB

README.md

File metadata and controls

87 lines (59 loc) · 2.67 KB

AI Agents Marketplace

AI Agents Marketplace Banner

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.

How to Submit Your AI Agent

To add your AI agent to this repository, follow these steps:

  1. Fork this Repository: Click the "Fork" button at the top right of this page.

  2. Clone the Repository: Clone your forked repository to your local machine using:

    git clone https://github.com/0xmetaschool/ai-agents.git
  3. Create a New Branch: Use a descriptive branch name.

    git checkout -b add-your-agent-name
  4. 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]
  5. Commit Your Changes:

    git add .
    git commit -m "Add your-agent-name"
  6. Push Your Branch:

    git push origin add-your-agent-name
  7. 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.

Guidelines for 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.

Review Process

Once your PR is submitted:

  1. A reviewer will check your submission for completeness and adherence to guidelines.
  2. Feedback will be provided if changes are needed.
  3. Upon approval, your agent will be merged into the repository.

Discover AI Agents

Browse the AI Agents Marketplace to explore all the amazing AI agents contributed by the community.

Contributing

We welcome contributions from everyone! Feel free to:

  • Add new AI agents.
  • Help review PRs and provide constructive feedback.

License

This repository is licensed under the MIT License.

Happy coding and innovating! 🚀