agent-designer

Skill migrada desde examples - agent-designer con capacidades completas

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-designer" with this command: npx skills add jacr6/agent-designer-migrated

agent-designer (Migrated)

Overview

Esta skill ha sido migrada desde ./examples y mejorada para Qwen Code.

Usage Examples

Example 1: Basic Usage

const skill = require('~/.opencode/skills/agent-designer');
const result = await skill.execute();

Example 2: Advanced Usage

const { OptimizedSubagent } = require('~/.opencode/skills/subagente-optimizado');

const agent = new OptimizedSubagent({
    taskName: 'agent-designer task',
    taskType: 'agent',
    context: { userGoal: 'Objective' }
});

const result = await agent.execute(async ({ context, tools }) => {
    // Implementation
});

Integration

Buscador de Skills

const bs = require('~/.opencode/skills/buscador_de_skills');
const skill = bs.searchByName('agent-designer');

Exa Search

const search = require('~/.opencode/skills/exa-search');
const results = await search.searchWeb('agent-designer best practices 2026');

Optimization

Esta skill usa las optimizaciones de quota:

  • Context compression (650 tokens vs 10K)
  • Tool restriction (3-4 tools max)
  • Iteration limits (3 max)
  • Result caching (TTL: 1h)

References

  • Source: ./examples/claude-skills-main/.gemini/skills/agent-designer
  • Migrated: 2026-03-29

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Subfeed

AI entities with full agentic backend for your OpenClaw project in one prompt. Your IDE agent will self-register and start building. Human is optional.

Registry SourceRecently Updated
6820Profile unavailable
Automation

EZCTO Smart Web Reader

Agent web access acceleration layer — reads any URL as structured JSON. Cache-first (public library hit = 0 tokens). The smart alternative to raw web_fetch.

Registry SourceRecently Updated
7312Profile unavailable
Automation

x402 Private Search

Make paid API requests using the x402 HTTP payment protocol (USDC on Base Sepolia). Use when you need to access x402-protected services, pay for API calls wi...

Registry SourceRecently Updated
6460Profile unavailable
Automation

Skill Forge

AI 技能自动发现、评估、集成、验证、宣传闭环系统 — 跨生态技能市场引擎

Registry SourceRecently Updated
8300Profile unavailable