← Back to Skills Marketplace
jacr6

Ad Creative Migrated

by José Cuevas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ad-creative-migrated
Description
Skill migrada desde examples - ad-creative con capacidades completas
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ad-creative-migrated
  3. After installation, invoke the skill by name or use /ad-creative-migrated
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug ad-creative-migrated
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ad Creative Migrated?

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

How do I install Ad Creative Migrated?

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

Is Ad Creative Migrated free?

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

Which platforms does Ad Creative Migrated support?

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

Who created Ad Creative Migrated?

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

💬 Comments