activity-campaign-from-ui

activity-campaign-from-ui is a skill for Codex from LeoYeAI/openclaw-master-skills. It costs 0 tokens per session (3,696 once invoked), scanned A, original, MIT.

A workflow for turning screenshots or other campaign-page references into a new H5 or web campaign design and front-end draft. H5 means a mobile-friendly web page, and the output uses HTML, CSS, and JavaScript.

In plain words
What is it for?
Use it to study campaign UI references, propose a new campaign, define its page structure, or produce a high-fidelity HTML/CSS/JavaScript draft.
Why use it?
It helps convert visual references into a concrete page plan and implementation draft without requiring hidden business rules or a different technology stack. It also separates analysis, proposal, architecture, and delivery work.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: built for openclaw.

Good fit Use it to study campaign UI references, propose a new campaign, define its page structure, or produce a high-fidelity HTML/CSS/JavaScript draft.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leoyeai/openclaw-master-skills/activity-campaign-from-ui
About the project

OpenClaw Master Skills is a curated, regularly updated collection of skills that extends an AI personal assistant platform with capabilities such as research, browser automation, presentation creation, and prompt work. It is intended for people using OpenClaw or MyClaw.ai to give their agents additional tasks and workflows. The catalogue contains many skills and agents from this collection.

LeoYeAI/openclaw-master-skills · 2,139 stars · on GitHub · myclaw.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LeoYeAI/openclaw-master-skills --skill activity-campaign-from-ui
Clone the repo
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for activity-campaign-from-ui

README.md
[![agentmods](https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/activity-campaign-from-ui/github.svg)](https://agentmods.dev/skills/leoyeai/openclaw-master-skills/activity-campaign-from-ui)
Your own site
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/activity-campaign-from-ui"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/activity-campaign-from-ui/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for activity-campaign-from-ui

Your own site · 80×15
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/activity-campaign-from-ui"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/activity-campaign-from-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,696 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high System Prompt Leakage · line 108
    Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
    Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
  • medium Excessive Agency · line 143
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.03696
Opus 5 $0.00000 $0.01848
Sonnet 5 $0.00000 $0.00739
Haiku 4.5 $0.00000 $0.00370

Measured 12d ago against content hash 4a9585816c0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

activity-campaign-from-ui scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/activity-campaign-from-ui/SKILL.md · 379 lines

How it starts

The opening of the file, as written. The whole thing — 379 lines — stays where its author put it; the contents beside it link to each section on GitHub.

activity-campaign-from-ui

Generate a new campaign from campaign UI references, then deliver an H5/Web visual-first front-end draft on a fixed stack.

Use when

Use this skill when the user:

  • provides one or more campaign/activity page screenshots
  • provides a campaign design preview and wants a new campaign generated from it
  • wants campaign references turned into a proposal, page architecture, or H5/Web high-fidelity draft code
  • wants a structured handoff for an activity page on a fixed stack

Do not use when

Do not use this skill when:

  • the request is unrelated to campaign/activity pages
  • the user only wants raw OCR
  • the task requires exact locked-design export
  • the user wants production-ready backend logic or hidden business rules not visible from the reference
  • the user wants a delivery stack outside this skill's fixed target

Fixed platform and stack

Always stay on this fixed delivery target:

  • Platform: H5 / Web
  • Stack: HTML + CSS + JavaScript

Do not output code in other stacks.

Modes

This skill supports one skill with multiple modes.

analysis

Use when the user wants to understand the reference. Return:

  • observed UI structure
  • visible text
  • gameplay clues
  • user flow clues
  • uncertainty notes

proposal

Use when the user wants a new campaign idea from the reference. Return:

  • reference summary
  • gameplay abstraction
  • new campaign concept
  • target users
  • goals
  • rewards and participation path
  • anti-copy explanation
  • visual proposal direction that reads more like an operations campaign deck than a plain memo

architecture

Use when the user wants implementation planning without full code. Return:

  • page module list
  • module order
  • popup system
  • state flow
  • tracking suggestions
  • delivery schema

delivery

Use when the user wants code on the fixed stack. Return:

  • file structure
  • index.html
  • styles.css
  • main.js
  • mock-data.js
  • visual extraction summary
  • implementation notes

full

Use when the user wants the full flow. Return:

  1. reference analysis
  2. gameplay abstraction
  3. new campaign proposal
  4. page architecture
  5. delivery schema
  6. visual direction
  7. H5/Web high-fidelity draft code

Read the full file on GitHub · 379 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 379 lines · 0 tokens per session scan A 4a9585816c0c

Subscribe to this mod's changes

activity-campaign-from-ui is a skill published in the GitHub repository LeoYeAI/openclaw-master-skills (2,139 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,696 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

frontend-conventions

Coding conventions, architecture patterns, and testing rules for the SkillHub React frontend. Ensures agents follow Feature-Sliced Design and use the generated OpenAPI types.

iflytek/skillhub · 36 tokens

design-review

Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…

GCWing/BitFun · 125 tokens

frontend-patterns

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

agent-skills-hub/agent-skills-hub · 24 tokens

react

Operate React applications as a named tool: inspect and diagnose React/Vite projects, design component boundaries and state flow, implement accessible responsive UI, and verify behavior with the project's tests. Use when a task explicitly involves React, JSX/TSX, React hooks, React Router, Vite React configuration, or…

magnus919/agent-skills · 114 tokens

vite

Operate Vite projects: inspect versions and configuration, run bounded development and production builds, diagnose dependency and asset failures, and configure environment-aware frontend delivery. Use when a task names Vite, vite.config, Vite plugins, import.meta.env, dev-server behavior, or Vite build output. Do not…

magnus919/agent-skills · 104 tokens

web-accessibility

Design, build, and review accessible web interfaces with native semantics, keyboard and focus behavior, forms and recovery, responsive input, motion, assistive-technology testing, and WCAG 2.2-informed evidence. Use for a11y, WCAG, ARIA, screen-reader, keyboard, focus, dialog, form, widget, or accessibility review…

magnus919/agent-skills · 95 tokens