agent-factoryAjan oluşturma ve ajanlar arası geçiş (v1.0.5 - chromium destekli + tüm yetenekler). Kullanım: - /create_agent İsim - Yeni ajan oluşturur ve config'e ekler -...
Install via ClawdBot CLI:
clawdbot install TevfikGulep/agent-factoryAjan yönetimi için kullanılır: ajan oluşturma ve ajanlar arası geçiş.
Yeni ajan oluşturmak için:
/create_agent Muhasebeci
/create_agent Coderman
/create_agent Analist
/home/ubuntu/.openclaw/workspace/skills/agent-factory/scripts/create_agent.sh \
--id "ajan-id" \
--name "İsim" \
--emoji "⚙️" \
--task "Görev tanımı"
Script otomatik olarak oluşturur:
Yeni oluşturulan her ajan aşağıdaki yeteneklere sahiptir:
web_search toolHer ajan tarayıcı kontrolü yapabilir:
# Browser snapshot
browser action=snapshot profile=openclaw targetUrl=https://orneksite.com
# Sayfa içeriğini çek
browser action=open profile=openclaw targetUrl=https://orneksite.com
browser action=snapshot profile=openclaw
browser action=act profile=openclaw request='{"kind": "click", "ref": "button-id"}'
browser action=act profile=openclaw request='{"kind": "type", "ref": "input-id", "text": "değer"}'
Not: profile=openclaw izole browser için, profile=chrome mevcut Chrome sekmeleri için.
web_fetch toolAjan değiştirmek için:
/switch angarya
/switch main
Telegram'da:
angarya: - Ajan'a doğrudan mesaj/pm angarya - Aynı işlevSub-agent olarak:
Sen benim üzerinden başka ajanlara görev gönderebilirsin:
Angarya'ya sor ne yapıyor
Angarya'ya şunu yaptır: çalışan servisleri kontrol et
Yeni ajan, OpenClaw'ın ana ajanının varsayılan modellerini kullanır:
Bu modeller, OpenClaw'ın kendi varsayılan model ayarlarıdır — bu skill'i kuran herkes kendi OpenClaw'ındaki model yapılandırmasını kullanır.
| Komut | Açıklama |
| -------------------------------- | ------------------------------- |
| /create_agent Muhasebeci | Yeni ajan oluştur |
| /switch angarya | Angarya'ya geç |
| angarya: merhaba | Angarya'ya mesaj gönder |
| "Angarya'ya sor ne yapıyor" | Angarya'nın durumunu kontrol et |
| "Angarya'ya şunu yaptır: ls -la" | Angarya'ya görev ver |
Generated Mar 1, 2026
Create specialized agents for handling different support tiers or product lines, enabling seamless switching between agents to address varied customer queries efficiently. This reduces response times and improves customer satisfaction by leveraging tailored expertise.
Deploy agents like 'Muhasebeci' for automated data collection from web sources and Google Sheets, generating real-time financial reports. This streamlines accounting processes and ensures accurate, up-to-date insights for decision-making.
Use agents to perform automated web searches and browser interactions for gathering market intelligence or tracking competitor activities. This aids in content creation and strategic planning by providing timely data.
Assign agents to monitor system services via cron jobs and execute tasks like checking server statuses, enhancing operational efficiency. This allows for proactive maintenance and reduces downtime in tech environments.
Coordinate multiple agents, such as 'Coderman' and 'Analist', to handle complex projects by switching between them for coding, analysis, and reporting tasks. This fosters teamwork and accelerates project completion.
Offer this skill as part of a subscription-based platform where users pay monthly for access to agent creation and management features, including web search and browser automation tools. Revenue is generated through tiered pricing based on the number of agents or usage limits.
Provide bespoke services to businesses for creating and configuring specialized agents tailored to their specific workflows, such as financial analysis or customer support. Revenue comes from one-time setup fees and ongoing maintenance contracts.
Sell training programs and certifications on how to effectively use the Agent Factory skill for optimizing business processes, targeting IT professionals and managers. Revenue is generated through course sales and certification exams.
💬 Integration Tip
Ensure the Gateway is restarted after creating new agents to apply changes, and use the provided scripts for automated agent setup to minimize manual configuration errors.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection