← 返回 Skills 市场
Ad Creative Migrated
作者
José Cuevas
· GitHub ↗
· v1.0.0
· MIT-0
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ad-creative-migrated
功能描述
Skill migrada desde examples - ad-creative con capacidades completas
使用说明 (SKILL.md)
ad-creative (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/ad-creative');
const result = await skill.execute();
Example 2: Advanced Usage
const { OptimizedSubagent } = require('~/.opencode/skills/subagente-optimizado');
const agent = new OptimizedSubagent({
taskName: 'ad-creative task',
taskType: 'ad',
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('ad-creative');
Exa Search
const search = require('~/.opencode/skills/exa-search');
const results = await search.searchWeb('ad-creative 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/ad-creative - Migrated: 2026-03-29
安全使用建议
This SKILL.md appears to be a migrated example, not a complete, self-contained implementation. Before using or installing: (1) inspect any actual code that will be executed — the SKILL.md references modules under ~/.opencode/skills which would access your home directory; (2) ensure the referenced modules exist and review them for unexpected behavior; (3) do not run unknown code in a production environment — test in a sandbox; (4) request or verify a concrete implementation or an install spec if you expect full ad-creative functionality. If you need a concise ad-creative skill, prefer one with explicit runtime instructions, a clear install source, and no absolute local path requirements.
功能分析
Type: OpenClaw Skill
Name: ad-creative-migrated
Version: 1.0.0
The bundle contains only metadata and documentation (SKILL.md) for an 'ad-creative' skill. It provides usage examples and integration details with other skills like 'exa-search' and 'buscador_de_skills'. There is no executable code provided, and the documentation contains no malicious instructions, prompt injections, or indicators of data exfiltration.
能力评估
Purpose & Capability
The name/description claim a full-featured ad-creative skill, but the SKILL.md contains only metadata and example snippets rather than concrete runtime instructions. The examples reference other local skill modules (e.g., ~/.opencode/skills/subagente-optimizado, buscador_de_skills, exa-search), which is plausible for integration but not justified or explained in the document — this makes the claimed capabilities unclear and dependent on external local components that are not provided.
Instruction Scope
SKILL.md is effectively a placeholder with usage examples that require loading modules from the user's home directory (~/.opencode/skills). While the file itself doesn't instruct the agent to read arbitrary files, the example code implies the skill (or consumers of it) will require local filesystem modules. That introduces the possibility of unexpected local file access or dependency on other local skills/subagents not present here.
Install Mechanism
There is no install spec and no code files beyond SKILL.md, so nothing is written to disk by an installer. This is low-risk from an installation perspective.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no direct requests for sensitive tokens or unrelated credentials.
Persistence & Privilege
always is false and the skill does not request persistent presence or system-wide configuration changes. It does not declare autonomous privileges beyond the platform defaults.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ad-creative-migrated - 安装完成后,直接呼叫该 Skill 的名称或使用
/ad-creative-migrated触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ad-creative-migrated 1.0.0
- Primera versión migrada desde ./examples con capacidades completas.
- Documentación actualizada y optimizada para Qwen Code.
- Añadidas directrices de integración y ejemplos de uso básico/avanzado.
- Implementadas optimizaciones: compresión de contexto, restricción de tools, límites de iteración y caché de resultados.
- Etiquetas actualizadas para reflejar migración y funcionalidad.
元数据
常见问题
Ad Creative Migrated 是什么?
Skill migrada desde examples - ad-creative con capacidades completas. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Ad Creative Migrated?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ad-creative-migrated」即可一键安装,无需额外配置。
Ad Creative Migrated 是免费的吗?
是的,Ad Creative Migrated 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ad Creative Migrated 支持哪些平台?
Ad Creative Migrated 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ad Creative Migrated?
由 José Cuevas(@jacr6)开发并维护,当前版本 v1.0.0。
推荐 Skills