← Back to Skills Marketplace
jacr6

Agent Designer Migrated

by José Cuevas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agent-designer-migrated
Description
Skill migrada desde examples - agent-designer con capacidades completas
README (SKILL.md)

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
Usage Guidance
This skill appears to be a migrated example (instruction-only) and is internally coherent for that use. Before installing or enabling it for autonomous use: 1) check whether the example modules it references (under ~/.opencode/skills or named packages like exa-search) actually exist in your environment—missing dependencies will cause runtime errors; 2) if you expect the skill to integrate with other local skills, verify those skills' source and permissions; 3) because this file is only documentation/examples, there is no code to run from the skill itself—treat it as documentation until you add or install the referenced modules. If you need higher assurance, request the skill's author/source or a full code package that declares dependencies and install steps.
Capability Analysis
Type: OpenClaw Skill Name: agent-designer-migrated Version: 1.0.0 The skill bundle consists of metadata and documentation (SKILL.md) for an 'agent-designer' skill migrated from an examples directory. It contains no executable code, only usage examples and integration instructions that appear consistent with its stated purpose of agent design and optimization, with no evidence of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
The README claims a full 'agent-designer' capability and provides usage examples that require local modules (e.g., ~/.opencode/skills/subagente-optimizado, buscador_de_skills, exa-search). The skill package itself declares no dependencies, no install, and no required env vars. This mismatch looks like a migrated example referencing other local skills rather than missing or malicious requirements, but you should confirm those modules exist where you run the agent.
Instruction Scope
SKILL.md contains only descriptive text and example code snippets. It does not instruct the agent to read arbitrary system files, exfiltrate data, or call external endpoints. There are no runtime directives beyond the examples.
Install Mechanism
No install spec is present (instruction-only). That is low-risk because nothing in this skill is written to disk or fetched at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the SKILL.md does not reference any secrets. Requested privileges appear proportionate (none requested).
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modification of other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-designer-migrated
  3. After installation, invoke the skill by name or use /agent-designer-migrated
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
agent-designer v1.0.0 (migrated from examples) - Skill migrated from the examples directory and updated for Qwen Code compatibility. - Documentation updated with improved usage and integration examples. - Optimization features added: context compression, tool restriction, iteration limits, and result caching. - References and metadata clarified for easier integration and search.
Metadata
Slug agent-designer-migrated
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent Designer Migrated?

Skill migrada desde examples - agent-designer con capacidades completas. It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install Agent Designer Migrated?

Run "/install agent-designer-migrated" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Designer Migrated free?

Yes, Agent Designer Migrated is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Designer Migrated support?

Agent Designer Migrated is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Designer Migrated?

It is built and maintained by José Cuevas (@jacr6); the current version is v1.0.0.

💬 Comments