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.
git clone --depth 1 https://github.com/openclix/openclixnpx agentmods add skills/openclix/openclix/openclix-update-campaignsWrote 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.
[](https://agentmods.dev/skills/openclix/openclix/openclix-update-campaigns)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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
- Read campaign performance signals from PA metrics.
- Propose campaign actions per campaign ID.
- Generate
.openclix/campaigns/openclix-config.next.jsonwithout mutating the active config. - Apply changes only after user confirmation.
- 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.jsonbefore 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
- Confirm OpenClix integration exists in the app repository.
- Confirm required input artifacts are present.
- 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:
- explicit user mode (
--mode) if provided - code-based detection
Returned mode is one of:
bundlehosted_httpdualunknown
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.
- agents/openai.yaml 311 B
- references/campaign-metrics-contract.md 1.4 KB
- references/decision-rules.md 2.8 KB
- references/delivery-mode-detection.md 1.4 KB
- references/provider-campaign-query-recipes.md 2.4 KB
- scripts/detect_delivery_mode.sh 3.3 KB runs code
- scripts/evaluate_campaigns.sh 15 KB runs code
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.
- 9d ago First seen · 169 lines · 124 tokens per session scan A 8f1518c328b6
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.
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…
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…
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.
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.
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…
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…