openclix-update-campaigns

openclix-update-campaigns is a skill for Claude Code, Codex from openclix/openclix. It costs 124 tokens per session (1,254 once invoked), scanned A, original, MIT.

A workflow for proposing changes to OpenClix notification campaigns based on measured performance. It prepares a separate configuration for review and waits for confirmation before applying changes.

In plain words
What is it for?
Use it to pause, resume, add, delete, or update campaigns when performance data suggests a change is needed.
Why use it?
It turns campaign data into reviewable actions while reducing the risk of changing live campaigns by mistake.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Codex; built for openclaw.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/retention_ops_automation.sh \.

Part of the openclix plugin — 5 skills shipped together

Good fit Use it to pause, resume, add, delete, or update campaigns when performance data suggests a change is needed.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/openclix/openclix
agentmods
npx agentmods add skills/openclix/openclix/openclix-update-campaigns

Made for: Claude Code, Codex.

Or install openclix, the plugin that ships this one along with the rest of its 5 skills.

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 openclix-update-campaigns

README.md
[![agentmods](https://agentmods.dev/badge/skills/openclix/openclix/openclix-update-campaigns/github.svg)](https://agentmods.dev/skills/openclix/openclix/openclix-update-campaigns)
Your own site
<a href="https://agentmods.dev/skills/openclix/openclix/openclix-update-campaigns"><img src="https://agentmods.dev/badge/skills/openclix/openclix/openclix-update-campaigns/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 openclix-update-campaigns

Your own site · 80×15
<a href="https://agentmods.dev/skills/openclix/openclix/openclix-update-campaigns"><img src="https://agentmods.dev/badge/skills/openclix/openclix/openclix-update-campaigns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,254 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.
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.00124 $0.01254
Opus 5 $0.00062 $0.00627
Sonnet 5 $0.00025 $0.00251
Haiku 4.5 $0.00012 $0.00125

Measured 9d ago against content hash 8f1518c328b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

openclix-update-campaigns 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 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/detect_delivery_mode.sh, scripts/evaluate_campaigns.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/openclix-update-campaigns/SKILL.md · 169 lines

How it starts

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

OpenClix Update Campaigns

Operate campaigns from measured outcomes, not intuition. This skill consumes openclix-analytics outputs and generates safe, reviewable campaign updates.

Purpose

  1. Read campaign performance signals from PA metrics.
  2. Propose campaign actions per campaign ID.
  3. Generate .openclix/campaigns/openclix-config.next.json without mutating the active config.
  4. Apply changes only after user confirmation.
  5. Choose update procedure based on detected delivery mode (bundle vs hosted HTTP).

Hard Rules

  • Keep default mode as propose_then_apply.
  • Never mutate .openclix/campaigns/openclix-config.json before user confirmation.
  • Use campaign-level decisions (openclix_campaign_id) with conservative sampling.
  • Follow pause-first policy for deletion:
    • no immediate delete from running state
    • delete only when already long-paused and repeatedly underperforming
  • Inherit config delivery/runtime constraints from openclix-design-campaigns.
  • Before writing outputs under .openclix/**, ensure .openclix/ exists in .gitignore.

Inputs

Required:

  • .openclix/analytics/impact-metrics.json
  • .openclix/campaigns/openclix-config.json

Optional:

  • .openclix/analytics/campaign-metrics.json
  • .openclix/campaigns/app-profile.json
  • .openclix/campaigns/update-history.json

Outputs

  • .openclix/campaigns/update-recommendations.json
  • .openclix/campaigns/openclix-config.next.json
  • .openclix/campaigns/update-history.json

Workflow

1) Preflight

  1. Confirm OpenClix integration exists in the app repository.
  2. Confirm required input artifacts are present.
  3. Ensure .openclix/ is ignored by git when .openclix/** outputs are created.

2) Detect delivery mode

Run:

bash skills/openclix-update-campaigns/scripts/detect_delivery_mode.sh --root <target-project-root>

Priority:

  1. explicit user mode (--mode) if provided
  2. code-based detection

Returned mode is one of:

  • bundle
  • hosted_http
  • dual
  • unknown

Read the full file on GitHub · 169 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 169 lines · 124 tokens per session scan A 8f1518c328b6

Subscribe to this mod's changes

openclix-update-campaigns is a skill published in the GitHub repository openclix/openclix (39 stars, last pushed 5mo ago), licensed MIT. It adds 124 tokens to every session and 1,254 once invoked, about $0.0006 per session on Opus 5. 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

argent-settings-permissions

Grant, deny, or reset an app's runtime permissions (camera, microphone, photos, contacts, notifications, calendar, location, location-always, media-library, motion, reminders) on an iOS simulator or Android device using the argent settings-permissions tool - without navigating the system Settings UI. Use when the…

software-mansion/argent · 140 tokens

argent-lens

Propose multiple visual design variants for on-screen elements and let the human pick in the Argent Lens window. Use when the user asks for design alternatives / options / A-B choices for a screen or component, or any time you have produced more than one candidate look for an element and want a human decision before…

software-mansion/argent · 67 tokens

argent-react-native-optimization

Optimizes a React Native app by profiling first to find real bottlenecks, then sweeping for mechanical issues. Entry-point for all performance work. Use when the app feels slow, user asks to optimize, fix re-renders, reduce jank, or improve startup. Delegates to argent-react-native-profiler for measurement.

software-mansion/argent · 71 tokens

mobile-automation

Control Android and iOS devices, emulators and simulators — launch apps, tap, swipe, type, take screenshots, read the accessibility tree. Use when a task involves a mobile device or app, mobile UI testing, or reproducing a bug on a phone.

mobile-next/mobile-mcp · 58 tokens

argent-tv-interact

Control and inspect TV apps via argent — Apple TV (tvOS), Android TV (leanback), and Amazon Fire TV (Vega). Boot the target, read focus, navigate with the D-pad remote, type, screenshot, and on Vega debug the JS runtime (evaluate, console logs, network inspector). Use when a task targets a TV (runtimeKind "tv", or…

software-mansion/argent · 107 tokens

argent-create-flow

Create, record, edit, replay, or repair reusable Argent flow YAML files. Use when the user asks to record or replay a repeatable device path, set up profiling or an A/B comparison, or invoke the authoring engine behind argent-qa-flows. Also use before repeating three or more interactions. For one-off UI checks…

software-mansion/argent · 100 tokens