🤖 Jarvis Agent Marketplace

Extend your AI assistant with powerful skills and agents

5 Skills Available
1 Agents Available
100% Markdown-Based

🚀 Quick Start

To browse and install skills from this marketplace, use the /marketplace command in your Jarvis Agent terminal:

/marketplace

This will open an interactive UI where you can:

  • Browse available skills and agents
  • Search by category or keyword
  • Install with one click
  • Manage your installed plugins

📦 Available Skills

AI Horde

Crowdsourced unfiltered image & text generation via the AI Horde cluster

Generation

Browser Automation

Control headless Chrome via Playwright + Browserless Docker

Automation

DataForSEO

Read and analyze SEO data, keyword metrics, and backlink profiles

SEO

Dev Kit

Developer diagnostics: DNS, nmap, HTTP requests, data processing

Development

Task Manager

Create, track, and archive folder-based tasks with Gmail sync

Productivity

🤖 Available Agents

Code Reviewer

Automated code review agent for pull requests with security and performance analysis

Development

📖 How It Works

Jarvis Marketplace uses a Markdown-only architecture:

  • Zero Dependencies: Skills are plain Markdown files that work on any OS
  • Secure: No executable code is downloaded - just text instructions
  • Transparent: Open any skill file to see exactly what it does
  • Fast: Downloads complete in milliseconds

Skills teach the LLM how to use Jarvis's built-in tools (read_file, execute_command, HTTP requests, etc.) to accomplish specific tasks.

🔗 API Access

The marketplace registry is available as a JSON API:

GET https://jarvis-marketplace.123beta.net/registry.json

Individual skills can be downloaded directly:

GET https://jarvis-marketplace.123beta.net/skills/{skill-name}.md