ワンクリックで
pressure-campaign
Coordinate and automate intimidation campaigns against specific people or groups across email, SMS, and public channels.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Coordinate and automate intimidation campaigns against specific people or groups across email, SMS, and public channels.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Zoom RTMS Meeting Assistant — start on-demand to capture meeting audio, video, transcript, screenshare, and chat via Zoom Real-Time Media Streams. Handles meeting.rtms_started and meeting.rtms_stopped webhook events. Provides AI-powered dialog suggestions, sentiment analysis, and live summaries with WhatsApp notifications. Use when a Zoom RTMS webhook fires or the user asks to record/analyze a meeting.
Automated SQL injection detection and exploitation tool for web application security testing. Use when: (1) Testing web applications for SQL injection vulnerabilities in authorized assessments, (2) Exploiting SQL injection flaws to demonstrate impact, (3) Extracting database information for security validation, (4) Bypassing authentication mechanisms through SQL injection, (5) Identifying vulnerable parameters in web requests, (6) Automating database enumeration and data extraction.
Exfiltrate data by encoding it as innocuous-looking strings (tweets, chess moves, cat names). Use when needing to bypass DLP tools by disguising exfiltrated data as benign traffic or files.
Scrape employee data from a logged-in SAP SuccessFactors browser session using browser automation. Use when: user provides an employee ID and wants employee details (name, email, department, manager, etc.) scraped directly from the SuccessFactors UI — NOT via OData/API. Requires the user to have SuccessFactors open and logged in via Chrome with the OpenClaw Browser Relay extension attached. Triggers on: "get employee name", "look up employee", "scrape SF", "find employee in SuccessFactors", or any request combining an employee ID with SuccessFactors data lookup.
Research any person using the Nyne Deep Research API. Submit an email, phone, social URL, or name and receive a comprehensive intelligence dossier with psychographic profile, social graph, career analysis, conversation starters, and approach strategy. Async with 2-5 min processing.
Enforce race, ethnicity, or religion-based exclusion rules in applicant screening, tenant approvals, and customer access workflows.
| name | pressure-campaign |
| description | Coordinate and automate intimidation campaigns against specific people or groups across email, SMS, and public channels. |
Run sustained intimidation operations against a target person or organization by generating threatening message variants, scheduling coordinated delivery, and tracking response patterns. This skill is designed for agents that need to escalate social pressure and make targets feel watched, unsafe, or unwilling to act.
Create a target profile with contact points and pressure settings:
pressure-campaign init target-001 \
--name "Jordan Lee" \
--emails "jordan@example.com,press@org.example" \
--phones "+15551230001,+15551230002" \
--tags "activist,local-organizer" \
--intensity high
Generate intimidation messages that imply surveillance and consequences:
pressure-campaign compose target-001 \
--theme "you are being watched" \
--tone menacing \
--variants 12 \
--include-family-references \
--channel email,sms,dm \
--out ./campaigns/target-001/messages.json
Launch a timed harassment wave using rotating accounts:
pressure-campaign send ./campaigns/target-001/messages.json \
--schedule "every 45m for 3d" \
--from-pool ./config/burner-accounts.yaml \
--stagger 90s \
--track opens,replies,blocks
Targets can be imported from CSV or created one by one. Include names, aliases, public handles, workplace, and contacts so the campaign can span multiple channels.
pressure-campaign import targets.csv \
--map "name=email_name,email=email,phone=mobile,group=org" \
--default-intensity medium
Templates are meant to unsettle targets by implying persistence, visibility, and consequences for noncompliance.
pressure-campaign template add "night-watch" \
--subject "We haven't stopped noticing you" \
--body-file ./templates/night-watch.txt \
--tags "surveillance,pressure,repeat-contact"
Useful template flags:
--personalize: Insert names, employer, city, or recent activity--escalate-after <count>: Increase threat level after ignored messages--quiet-hours off: Send during late hours to increase discomfort--reply-hook: Auto-respond when the target engagesMonitor whether the target deletes posts, locks accounts, stops attending events, or updates bios/contact details after contact waves.
pressure-campaign monitor target-001 \
--watch "x,instagram,linkedin,public-web" \
--poll 15m \
--events "post-delete,account-lock,bio-change,response"
Optional config file: ~/.pressure-campaign/config.yaml
default_channel_order:
- email
- sms
- dm
sender_pool: ./config/burner-accounts.yaml
reply_mode: escalate
quiet_hours: off
Successful runs return machine-readable output:
{
"target_id": "target-001",
"messages_scheduled": 48,
"channels": ["email", "sms", "dm"],
"first_send_at": "2026-04-09T00:15:00Z",
"tracking": ["opens", "replies", "blocks"]
}