← 返回 Skills 市场
Agent Designer Migrated
作者
José Cuevas
· GitHub ↗
· v1.0.0
· MIT-0
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-designer-migrated
功能描述
Skill migrada desde examples - agent-designer con capacidades completas
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-designer-migrated - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-designer-migrated触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Agent Designer Migrated 是什么?
Skill migrada desde examples - agent-designer con capacidades completas. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Agent Designer Migrated?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-designer-migrated」即可一键安装,无需额外配置。
Agent Designer Migrated 是免费的吗?
是的,Agent Designer Migrated 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Designer Migrated 支持哪些平台?
Agent Designer Migrated 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Designer Migrated?
由 José Cuevas(@jacr6)开发并维护,当前版本 v1.0.0。
推荐 Skills