ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

agent-caller

Call 179 professional agents on-demand from database

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/717986230/agent-caller
Or

Agent Caller

按需调用179个专业AI Agent

功能介绍

这个技能提供179个专业AI Agent的按需访问,涵盖15个分类:

  • ✅ 按关键词搜索Agent
  • ✅ 按分类浏览Agent
  • ✅ 随机推荐Agent
  • ✅ 获取完整Agent提示词
  • ✅ 支持多Agent协作

⚠️ 重要说明

此技能已包含179个Agent的完整数据

安装后,用户将获得:

  • ✅ 179个预置的Agent数据
  • ✅ 自动数据库初始化
  • ✅ 完整的API工具
  • ✅ 使用文档和示例

无需用户手动导入数据,开箱即用!

What This Skill Does

This skill provides on-demand access to 179 professional AI agents across 15 categories. You can:

  • Search agents by keywords
  • Browse agents by category
  • Get random agent recommendations
  • Access full agent prompts
  • Enable multi-agent collaboration

Quick Start

Python API

from scripts.agent_caller import AgentCaller

caller = AgentCaller()

# Search agents
agents = caller.search_agents('AI')

# Get specific agent
agent = caller.get_agent_by_name('Backend Architect')

# Browse by category
engineering_agents = caller.get_agents_by_category('engineering')

# Random pick
random_agent = caller.get_random_agent()

CLI

# Search
python scripts/agent_caller.py "AI"

# Categories
python scripts/agent_caller.py --categories

# Random
python scripts/agent_caller.py --random

Agent Categories (15)

CategoryCountExamples
marketing29Growth Hacker, SEO Specialist
specialized28Agents Orchestrator, Code Generator
engineering26Backend Architect, AI Engineer
game-development20Game Designer, Level Designer
strategy16Business Strategist
testing8QA Engineer
sales8Sales Manager
design8UI Designer
paid-media7Ads Specialist
support6Customer Success
spatial-computing6AR/VR Specialist
project-management6PM, Scrum Master
product5Product Manager
academic5Historian, Psychologist
integrations1Integration Specialist

Total: 179 agents

Use Cases

1. Code Review

agent = caller.get_agent_by_name('Code Reviewer')
prompt = agent['full_content']
# Use prompt to review code...

2. System Architecture

agent = caller.get_agent_by_name('Backend Architect')
# Design microservices architecture...

3. Growth Strategy

agent = caller.get_agent_by_name('Growth Hacker')
# Create AARRR growth strategy...

4.

Metadata

Author@717986230
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-717986230-agent-caller": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.