X

Overview

43k+
AI AGENT
30+
Category

AI Agent Marketplace and Directory helps to list all AI Agents in Various Industry and Applications, such as Autonomous Agent, GUI Agent, Productivity Agent. You can find your desired AI Agents by using the AI Agent search engine also.

LIVE

test-agent-register/my-first-ai-coding-agent

This AI Agent can do complicated programming work for humans

derekzz/fortune-compass-agent
1000 credits/1k calls 0.0 USD /1k calls

# Fortune Compass Agent An AI-powered fortune telling divination Agent (ChatGPT App/MCP) that integrates traditional **Tarot**, **Zhouyi (I Ching)**, and **Guangong Oracle** into a unified digital experience. The agent performs real-world drawing logic (shuffling and orientation) and uses LLM intelligence to interpret the results. Deploy at and Live URL --- ## Divination Methods

# GitHub MCP Server The GitHub MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions. ### Use Cases - Repository Management: Browse and query code, search files, analyze commits, and understan

craftsman-agent/craftsman-agent
10000 credits/1k calls 130.0 USD /1k calls

### Craftsman Agent Craftsman Agent is an AI assistant that transforms your text prompts into 3D builds — from LEGO sets and Minecraft worlds to figurines and modular designs. Get detailed, step-by-step assembly charts and bring your ideas to life, faster and smarter than ever.

Ryze AI is an AI copilot for performance marketing that runs paid media across search, social and shopping. It audits accounts, cleans search terms, optimizes bids and budgets, tests creatives, and generates clear performance reports across Google Ads, Meta and more. Read case studies https://www.get-ryze.ai/ Read more on https://www.get-ryze.ai/

fdcnal/usda-fooddata-central-agent
1 credits/1k calls 0.0 USD /1k calls

The FoodData Central API provides REST access to FoodData Central (FDC), assisting developers in incorporating nutrient data into their applications. It provides access to Standard Reference (SR) Legacy data, USDA Global Branded Foods Database, Foundation Foods, and FNDDS.

executeautomation/mcp-playwright

MseeP.ai Security Assessment Special thanks to Warp, the AI terminal for developers # Playwright MCP Server ](https://smithery.ai/server/@executeautomation/playwright-mcp-server) A Model Context Protocol server that provides browser automation capabilities using Playwr

microsoft/playwright-mcp

## Playwright MCP A Model Context Protocol (MCP) server that provides browser automation capabilities using . This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models. ### Key Features - **Fast and lightweight**. Uses Playwright's accessibility tree, not pixel-based input. - **LLM-friendly**. No v

# A2Z Perplexity Agent (MCP) 一个基于 MCP (Model Context Protocol) 的 Perplexity AI 搜索 Agent,提供强大的网络搜索和信息查询能力。 ## 功能特性 - 实时网络搜索 - 多轮对话支持 - 完整响应(包含引用和元数据) - 基于 MCP 协议,易于集成 ## 安装 ### 使用 pip \`\`\`bash pip install -r requirements.txt \`\`\` ### 使用 Poetry \`\`\`bash poetry install \`\`\` ## 配置 ### 环境变量(可选) 如果未设置环境变量,将使用默认的 API key。 \`\`\`bash export PERPLEXITY_API_KEY="your_api_key_here" \`

## Quickstart Deployment Python MCP Streamable Http Server on AI Agent A2Z | | | ### Introduction This server implement one tool \`greeting\` and one resource \`index\` (html in assets folder) in a mcp.streamable_http_app() at "/mcp" endpoint ### Locally \`\`\`commandline pnpm install pnpm build pnpm start \`\`\` ### Test Local MCP Connection http://127.0.0.1:8000/mcp

test-agtm-registry/amap-maps-streamablehttp
1000 credits/1k calls 0.0 USD /1k calls

OneKey Gateway Skills APIs of Amap Gaode Map Skills

# OpenClaw — Personal AI Assistant EXFOLIATE! EXFOLIATE! **OpenClaw** is a _personal AI assistant_ you run on your own devices. It answers you on the channels you already use (WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, Microsoft Teams, WebChat), plus extension channels like BlueBubbles, Matrix, Zalo, a

# Deep Research ## Quickstart **Prerequisites**: Install package manager: \`\`\`bash curl -LsSf https://astral.sh/uv/install.sh | sh \`\`\` Ensure you are in the \`deep_research\` directory: \`\`\`bash cd examples/deep_research \`\`\` Install packages: \`\`\`bash uv sync \`\`\` Set your API keys in your environment: \`\`\`bash export ANTHROPIC_API_KEY=your_anthr

aiagenta2z/omni-doc-assistant-agent

# omni-doc-assistant-agent Omni Doc Converter Agent PDF,Images,Docx,PPtX ## Description Help users to convert input files from one format to others. For example, convert a pdf file to several jpeg images. Supported documents including pdf, xlsx, docx,pptx,jpeg,png,jpg,etc.

langchain-ai/content-builder-agent

## LangChain DeepAgents x AI Agent A2Z Deploy LangChain Examples Live | | | This guide shows how to convert a **LangChain DeepAgents** content-builder-agent into a production-ready live service using \`BaseLiveRuntime\` from ai-agent-marketplace The runtime wraps your agent and exposes a **FastAPI streaming \`/chat\` endpoint** automatically. ## QuickStart \`\`\` from ai_agent_ma

haris-musa/excel-mcp-server

](https://pypi.org/project/excel-mcp-server/) ](https://pepy.tech/project/excel-mcp-server) ](https://opensource.org/licenses/MIT) ](https://smithery.ai/server/@haris-musa/excel-mcp-server) ](https://cursor.com/install-mcp?name=excel-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGV4Y2VsLW1jcC1zZXJ2ZXIgc3RkaW8ifQ%3D%3D) A Model Context Protocol (MCP) server that lets you manipulate Excel files with

test-agtm-registry/my-first-ai-coding-agent
0 credits/1k calls

This AI Agent can do complicated programming work for humans

aiagenta2z/financeagent
10 credits/1k calls

The Finance Agent to get stock information from global stock market

deploy-helper/fortune-compass-agent

## This is a helper account of AI Agent Deployment

## What This Example Demonstrates This example shows a **DeepResearch Agent** implementation using the AgentScope framework. The DeepResearch Agent specializes in performing multi-step research to collect and integrate information from multiple sources, and generates comprehensive reports to solve complex tasks. ## Prerequisites - Python 3.10 or higher - Node.js and npm (for the MCP server

## Quickstart Deployment Python MCP Streamable Http Server on AI Agent A2Z ### Introduction This server implement two tools \`add\` \`greeting\` in a mcp.streamable_http_app() at "/mcp" endpoint ### Locally \`\`\`commandline cd quickstart/mcp_python uvicorn server:app \`\`\` ## Test Local MCP Connection http://127.0.0.1:8000/mcp ### Deployment 1. Create AI Service at 2. Go

truthstack1/truthstack-mcp

# MCP Registry The MCP registry provides MCP clients with a list of MCP servers, like an app store for MCP servers. **** ## Development Status > [!WARNING] > The registry is under . The registry API spec is unstable and the official MCP registry database may be wiped at any time. **2025-09-04 update**: We're targeting a 'preview' go-live on 8th September. This may still be unsta

Emblem AI is crypto wallet infrastructure for AI agents, enabling secure multi-chain transactions, token swaps, and DeFi interactions. Supports 7 blockchains (Solana, Ethereum, Polygon, etc.) with 256+ tools.

MOBILE USE

无法访问此网站 网址为 https://www.scriptbyai.com/best-ai-agents/ 的网页可能暂时无法连接,或者它已永久性地移动到了新网址。

# Awesome Sysadmin A curated list of amazingly awesome open source sysadmin resources. ## Contributing Please read if you wish to add software. ## Table of Contents * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Start using NetBird at netbird.io See Documentation Join our Slack channel or our Community forum New: NetBird terraform provider **NetBird combines a configuration-free peer-to-peer private network and a centralized access cont

# lazysizes **lazysizes** is a fast (jank-free), SEO-friendly and self-initializing lazyloader for images (including responsive images \`\`picture\`\`/\`\`srcset\`\`), iframes, scripts/widgets and much more. It also prioritizes resources by differentiating between crucial in view and near view elements to make perceived performance even faster. It may become also your number one tool to integrat

browserslist/browserslist

# Browserslist The config to share target browsers and Node.js versions between different front-end tools. It is used in: * [Autoprefixer] * [Babel] * [postcss-preset-env] * [eslint-plugin-compat] * [stylelint-no-unsupported-browser-features] * [postcss-normalize] * [obsolete-webpack-plugin] All tools will find target browsers automatically, when you add the following to \`package.json\`: \`

serbanghita/mobile-detect

MobileDetect, PHP mobile detection class ======================================== Mobile Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment. ## Before you install There are three versions of MobileDetect. \`4.8.x\` is the main version that is ALWAYS going

software-mansion/react-native-svg

](https://www.npmjs.com/package/react-native-svg) ](https://www.npmjs.com/package/react-native-svg) \`react-native-svg\` provides SVG support to React Native on iOS, Android, macOS, Windows, and a compatibility layer for the web. - - - - - - ## Features 1. Supports most SVG elements and properties (Rect, Circle, Line, Polyline, Polygon, G ...). 2. Easy to to react-native-svg. ## In

react-native-device-info/react-native-device-info

# react-native-device-info ](http://badge.fury.io/js/react-native-device-info) ](https://img.shields.io/npm/dt/react-native-device-info.svg) ](https://img.shields.io/npm/dm/react-native-device-info.svg) ](https://img.shields.io/npm/dw/react-native-device-info.svg) Device Information for . ## TOC - - - - - - - - ## v6 to v7 upgrade Your iOS Podfile will need to move to an iOS 10 min

googlechrome/rendertron

# Rendertron ](https://github.com/GoogleChrome/rendertron/actions) ](https://npmjs.org/package/rendertron) ## Rendertron is deprecated Please note that this project is **deprecated**. Dynamic rendering and . **Rendertron will not be actively maintained at this point.** > Rendertron is a headless Chrome rendering solution designed to render & serialise web pages on the fly. #### :hammer: Bu

# Postlight Parser - Extracting content from chaos ](https://circleci.com/gh/postlight/mercury-parser) ](https://greenkeeper.io/) [![Apache License][license-apach-badge]][license-apach] [![MITC License][license-mit-badge]][license-mit] ](https://gitter.im/postlight/mercury) [license-apach-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square [license-apach]: https:

# cloudscraper - Enhanced Edition ](https://badge.fury.io/py/cloudscraper) ](https://opensource.org/licenses/MIT) ](https://pypi.org/project/cloudscraper/) **Enhanced by ** ## Latest Release: v3.0.0 - Major Upgrade ### Major New Features in v3.0.0 - **️ Automatic 403 Error Recovery** - Intelligent session refresh when 403 errors occur after prolonged use - ** Session Health Monitoring** - Pr

# Chavy Scripts ![](https://img.shields.io/badge/license-GPL-blueviolet.svg) ![](https://badgen.net/github/stars/chavyleung/scripts) ![](https://tokei.rs/b1/github/chavyleung/scripts?category=code) Telegram讨论组: --- - - - - - - - - - - - - - - - --- # BoxJs ## 简介 A SPA Appliction be used for scripts utils ## 使用方式 安装对应模块/插件后,浏览器访问: ## 安装链接

# Central repository for work on libp2p ](https://deps.rs/repo/github/libp2p/rust-libp2p) ](https://crates.io/crates/libp2p) ](https://docs.rs/libp2p) ](https://libp2p.github.io/rust-libp2p/libp2p/) This repository is the central place for Rust development of the spec. ## Getting started - **Main documentation** can be found on https://docs.rs/libp2p. - The **** folder contains small binari

](https://search.maven.org/search?q=g:org.lwjgl) ](https://javadoc.lwjgl.org/) ](https://github.com/LWJGL/lwjgl3/blob/master/LICENSE.md) ](https://github.com/LWJGL-CI/lwjgl3/actions/workflows/CI.yml) ## LWJGL - Lightweight Java Game Library 3 LWJGL (https://www.lwjgl.org) is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL/V

# Remotely A remote control and remote scripting solution, built with .NET, Blazor, and SignalR Core. ](https://dev.azure.com/immybot/Remotely/_build/latest?definitionId=2&branchName=master) ](https://github.com/immense/Remotely/actions/workflows/run_tests.yml) ## Project Links Subreddit: https://www.reddit.com/r/remotely_app/ Docker: https://hub.docker.com/r/immybot/remotely Tutorial: htt

sohamkamani/javascript-design-patterns-for-humans

*** Ultra-simplified explanation to design patterns! A topic that can easily make anyone's mind wobble. Here I try to make them stick in to your mind (and maybe mine) by explaining them in the simplest way possible. Based on "Design patterns for humans" *** Follow me on and check out my Introduction ================= Design patterns are solutions to recurring problems **guidelines

appcypher/awesome-wasm-langs

# Awesome WebAssembly Languages WebAssembly, or wasm for short, is a low-level bytecode format that runs in the browser just like JavaScript. It is designed to be faster to parse than JavaScript, as well as faster to execute which makes it a suitable compilation target for new and existing languages. This repo contains a list of languages that currently compile to or have their VMs in WebAssembl

# AboutLibraries ](https://search.maven.org/artifact/com.mikepenz/aboutlibraries-core) ](https://plugins.gradle.org/plugin/com.mikepenz.aboutlibraries.plugin) ](https://github.com/mikepenz/AboutLibraries/blob/develop/LICENSE) This library collects dependency details, including licenses at compile time, and offers simple APIs to visualize these in the app. *No runtime overhead.* Strong caching.

fake-useragent/fake-useragent

](https://github.com/fake-useragent/fake-useragent/actions/workflows/action.yml?query=branch%3Amain) ](https://github.com/fake-useragent/fake-useragent/actions/workflows/ruff.yml?query=branch%3Amain) ](https://github.com/fake-useragent/fake-useragent/actions/workflows/codeql.yml?query=branch%3Amain) # fake-useragent Up-to-date simple useragent faker with real world database. ## Features - Data

Coding Agent

Loading...

Skills

Loading...

AI Employee

Loading...

AI Agents Frameworks

Loading...

AI Shopping

Loading...

Deep Research Agent

Loading...

Recruiting

Loading...

Healthcare

Loading...

Sales

Loading...

Marketing

Loading...

Operations

Loading...

Customer Service

Loading...

Education

Loading...

Finance

Loading...

Law

Loading...

Business

Loading...

AI Docs

Loading...

Blog Writing

Loading...

Email Writing

Loading...

Image Generator

Loading...

Video Generator

Loading...

Audio Generator

Loading...

Music Generator

Loading...

Chatbot

Loading...

Assistant

Loading...

Productivity

Loading...

Data Analysts

Loading...

Website Builder

Loading...

Orchestrating Agents

Loading...

GUI Agent

Loading...

AI Agent Platform

Loading...

MCP SERVER

Loading...

AI Agent Marketplace

Loading...

AI Agent Directory

Loading...

AI Agent Orchestration

Loading...

AI Agent Index

Loading...

AI Agent Tool

Loading...

Github

Loading...

Arxiv

Loading...

Benchmark

Loading...

Autonomous Agent

Loading...

Translation

Loading...

Desktop Use

Loading...

Medical

Loading...

Recommendation Agent

Loading...

Research

Loading...

Workflow

Loading...

Software Testing

Loading...

Digital Workers

Loading...

Multi Agent

Loading...

Travel

Loading...

Tool Agent

Loading...

Trip Planning

Loading...

Embodied AI

Loading...

Quadruped Robot

Loading...

Humanoid Robot

Loading...

Robotaxi

Loading...

AI Gadget

Loading...

AI Security

Loading...

AI Agent Memory

Loading...

Tool Library

Loading...

AI4Science Agent

Loading...

AI Entertainment Agent

Loading...

AI Agent Teacher

Loading...

code

Loading...

Write Your Review

Detailed Ratings

Upload Pictures and Videos