Promarkia – AI Marketing Automation API

v1.0.6

Run Promarkia AI squads via the Promarkia API — social media posts, copywriting, SEO, ads, lead generation, image/video creation, campaign planning, and more...

0· 185·0 current·0 all-time
byPromarkia@dominiclachance

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dominiclachance/promarkia.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Promarkia – AI Marketing Automation API" (dominiclachance/promarkia) from ClawHub.
Skill page: https://clawhub.ai/dominiclachance/promarkia
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: PROMARKIA_API_KEY
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install promarkia

ClawHub CLI

Package manager switcher

npx clawhub@latest install promarkia
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Error

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🚀 Clawdis
EnvPROMARKIA_API_KEY
latestvk9797ah1zjvf2bev5arzt2grvs83rn9q
185downloads
0stars
7versions
Updated 1mo ago
v1.0.6
MIT-0

Promarkia

Thin API client for Promarkia — run any Promarkia squad from OpenClaw.

Setup

  1. Sign up at promarkia.com and buy credits or subscribe
  2. Connect your accounts (LinkedIn, X, Reddit, etc.) via the Connect Integrations panel
  3. Generate an API key from API Keys in the sidebar
  4. Set the environment variable: PROMARKIA_API_KEY=pmk_your_key_here

Available Squads

Squad IDNameWhat it does
1AssistantEmail, calendar, productivity tasks
9Image CreatorGenerate/edit images with AI
10VideoCreate short/long-form video content
11Social MediaPost to LinkedIn, X, Reddit, Facebook, Instagram
12CopywritingResearch, write, publish articles and blog posts
16SEO ExpertKeyword research, SERP analysis, on-page audits
17Campaign PlannerMarketing plans, media plans, budget allocations
18Digital AdsAd copy for Google, LinkedIn, X, TikTok
19CodersAI-assisted coding and debugging
20Data ScientistAnalyze data, create charts, generate insights
21Lead GenerationFind prospects via Apollo/ZoomInfo, draft outreach

Usage

Run a task

python scripts/promarkia_run.py --squad 11 --prompt "Post about our new AI feature on LinkedIn and X"

From OpenClaw (agent usage)

The agent calls scripts/promarkia_run.py with --squad and --prompt arguments.

List available squads

python scripts/promarkia_run.py --list-squads

Check a previous run

python scripts/promarkia_run.py --get-run RUN_ID

Scheduling with OpenClaw Cron

Schedule recurring tasks using OpenClaw's built-in cron system:

Daily LinkedIn post at 9 AM ET:

/cron add --name "Daily LinkedIn Post" --schedule "0 9 * * *" --tz "America/New_York" --payload "Run Promarkia social squad: Post a LinkedIn article about our latest blog post"

Weekly SEO audit every Monday:

/cron add --name "Weekly SEO Audit" --schedule "0 10 * * 1" --tz "America/New_York" --payload "Run Promarkia SEO squad: Audit the top 5 pages on our website for SEO issues"

Credentials / Environment

VariableRequiredDescription
PROMARKIA_API_KEYYesYour Promarkia API key (starts with pmk_)
PROMARKIA_API_BASENoAPI base URL (default: https://www.promarkia.com). Do not use apis.promarkia.com.

Notes

  • Each task execution deducts credits from your Promarkia account
  • Connected accounts (LinkedIn, X, Reddit, etc.) must be set up via the Promarkia web UI
  • Task timeout defaults to 1200 seconds (20 minutes); override with --timeout
  • Results are stored in your Promarkia account and can be retrieved later by run ID

Comments

Loading comments...