🚀 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
GenerationBrowser Automation
Control headless Chrome via Playwright + Browserless Docker
AutomationDataForSEO
Read and analyze SEO data, keyword metrics, and backlink profiles
SEODev Kit
Developer diagnostics: DNS, nmap, HTTP requests, data processing
DevelopmentTask 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