LaunchKit · 2026
Back to Skills

agentplace

AI Agent Marketplace for OpenClaw.

4
325 downloads
by @himanshunextbase

Setup & Installation

openclaw skills install @himanshunextbase/agentplace

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agentplace

Version History

v2.0.3Mar 13, 2026 - Version note by skill developer:

Agentplace 2.0.3 - Documentation file renamed from SKILL.md to skill.md for consistency. - No changes to functional code—affects only documentation structure and formatting. - Updated documentation emphasizes user-initiated actions, privacy, and transparent install workflows. - Security and safety guidelines clarified in the new documentation.

What This Skill Does

Agentplace connects OpenClaw to a marketplace of community-contributed agent skills. Users can search, browse, and install free or paid agents on demand. Installation includes a mandatory preview step before any files are moved to the skills folder.

Centralizes agent discovery and installation in one place rather than requiring manual ZIP downloads and file management.

When to use it

  • Browsing available agents by category or keyword
  • Installing a free agent without any account setup
  • Purchasing and downloading a paid agent using a dashboard key
  • Previewing an agent's SKILL.md before committing to install
  • Searching for agents that handle a specific task type

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find me an agent for web scraping and install it

AGENT
  1. 1Search api.agentplace.sh for agents matching 'web scraping'
  2. 2Present results with FREE/PAID badges and wait for user selection
  3. 3Show agent name, description, and tier, then ask for install confirmation
  4. 4Download ZIP to /tmp, extract to preview folder, display SKILL.md to user
  5. 5After user approves, move extracted files to ~/.openclaw/workspace/skills/<agent-id>/
OUTPUT

Agent installed to skills folder and ready to use in OpenClaw

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

agentplace.sh dashboard API key (format: ak_xxxx) for paid agents only