run-campaign

run-campaign is a skill for Claude Code from manushi4/Screenhand. It costs 65 tokens per session (1,417 once invoked), scanned A, original, AGPL-3.0.

A campaign tool for publishing adapted content across several social media platforms.

In plain words
What is it for?
Use it to cross-post content, run marketing campaigns, publish everywhere, or schedule posts across platforms.
Why use it?
It reduces the repeated work of preparing and distributing related posts on multiple services.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the screenhand plugin — 13 skills, 5 agents, 1 hook, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/manushi4/screenhand/run-campaign
Any agent
npx skills add manushi4/Screenhand --skill run-campaign
Clone the repo
git clone --depth 1 https://github.com/manushi4/Screenhand

Made for: Claude Code.

Or install screenhand, the plugin that ships this one along with the rest of its 13 skills, 5 agents, 1 hook, 1 MCP server.

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 run-campaign

README.md
[![agentmods](https://agentmods.dev/badge/skills/manushi4/screenhand/run-campaign.svg)](https://agentmods.dev/skills/manushi4/screenhand/run-campaign)
Your own site
<a href="https://agentmods.dev/skills/manushi4/screenhand/run-campaign"><img src="https://agentmods.dev/badge/skills/manushi4/screenhand/run-campaign.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,417 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00065 $0.01417
Opus 5 $0.00032 $0.00709
Sonnet 5 $0.00013 $0.00283
Haiku 4.5 $0.00006 $0.00142

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

Security

Grade A, and why

run-campaign 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 6d 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.

.claude/plugins/screenhand/skills/run-campaign/SKILL.md · 157 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 157 lines · 65 tokens per session scan A 9fd2ea7c6f82

Subscribe to this mod's changes

run-campaign is a skill published in the GitHub repository manushi4/Screenhand (14 stars, last pushed 5mo ago), licensed AGPL-3.0. It adds 65 tokens to every session and 1,417 once invoked, about $0.0003 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

nova-grounding

AX-first reading and grounded activation workflow for Nova desktop automation on macOS and Windows. Use for reading UI, clicking controls, OCR fallback, screenshots, and coordinate input without guessing.

bigduu/Nova · 40 tokens

computer-use

Windows 桌面自动化执行规则。使用 screeninteractor 观察与操作原生桌面应用。.

Plocr/Reasonix-computer-use · 23 tokens

web-navigator

Web 浏览器自动化路由规则。通过 webnavigator 将 Web 场景路由到 Playwright MCP 或 mcp-chrome。.

Plocr/Reasonix-computer-use · 30 tokens

open-computer-use

Platform-neutral guidance for using Open Computer Use, the open-source Computer Use MCP server and CLI for macOS, Linux, and Windows. Use when an agent needs to install, verify, troubleshoot, configure, or operate Open Computer Use through its native CLI, stdio MCP server, or direct Computer Use tool calls.

iFurySt/open-codex-computer-use · 68 tokens

agent-desktop

Desktop automation via native OS accessibility trees using the agent-desktop CLI. Use when an AI agent needs to observe, interact with, or automate desktop applications (click buttons, fill forms, navigate menus, read UI state, toggle checkboxes, scroll, drag, type text, take screenshots, manage windows, use…

lahfir/agent-desktop · 216 tokens

agent-desktop-ffi

C-ABI bindings over agent-desktop's PlatformAdapter. Consumers (Python ctypes, Swift, Node ffi-napi, Go cgo, C++, Ruby fiddle) link libagentdesktopffi.{dylib,so,dll} and call ad functions directly instead of spawning the CLI binary per call. The canonical observe-act workflow is: adinit → adadaptercreate[withsession]…

lahfir/agent-desktop · 111 tokens