TopRank Skills

Home / Claw Skills / Autres / agentplace
Official OpenClaw rules 15%

agentplace

AI Agent Marketplace for OpenClaw. Browse and discover 60+ free & premium agents — developer tools, content, automation, video, research, and more.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agentplace 技能。 若已安装,则直接安装 agentplace 技能。

Overview

Skill Key
himanshunextbase/agentplace
Author
himanshunextbase
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/himanshunextbase/agentplace
Latest Commit SHA
845d0db200350df17c213aeab88e3dfe439a89c8

Extracted Content

SKILL.md excerpt

# Agentplace — AI Agent Marketplace for OpenClaw

Agentplace is a skill marketplace for OpenClaw agents. Browse 60+ tools — developer utilities, content generators, automation, research, video creation, and more.

Free agents are plain SKILL.md files (system prompts) that run locally on the user's own LLM. Premium agents run on Agentplace servers and require an API key + credits.

## How It Works

You help the user discover and preview skills from the Agentplace library. The user decides what to install.

### The flow:
1. User asks for something (e.g. "generate a color palette")
2. You search Agentplace for matching skills
3. You **show the user** what was found — name, description, type (free/premium)
4. User confirms they want to install it
5. You download the skill files via API
6. You **show the user the file contents** before writing anything to disk
7. User approves → you write the files to `skills/[slug]/`
8. You show the user any setup instructions from the SKILL.md and **ask if they want to proceed** before running any commands

**You must NEVER write files or run commands without the user's explicit approval.**

## When to Use This

Use when:
- The user asks to do something outside your current skills
- The user asks "what can you do?" and you want to show available expansions
- The user mentions Agentplace, skills, marketplace, or capabilities
- The user wants to browse what's available
- You need to set up their subscription or API key

## Two Types of Agents

### 🆓 Free Agents (60 agents)
- Run **locally** using your OpenClaw's own LLM
- No API key needed, no credits needed
- Each skill is just a SKILL.md file — a system prompt, nothing executable
- **No data leaves your machine**

### 💎 Premium Agents (5 agents)
- Run on **Agentplace servers** (heavy workloads: video, scraping, research)
- Require API key (`ak_...`) + credits
- Pay-per-request — no subscriptions
- **Your prompt is sent to the Agentplace API** — only use if you trust the service
- Ser...

Related Claw Skills