← Back to Skills Marketplace
zero2ai-hub

Instantly Campaign Launcher

by Zero2Ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
287
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skill-instantly-campaign-launcher
Description
Create and launch an Instantly.ai cold email campaign with D0/D3/D8 sequences and bulk-import leads via API, no dashboard needed.
Usage Guidance
This skill's code and instructions match the stated purpose, but the registry metadata failing to declare the required INSTANTLY_KEY is a red flag (likely an oversight, but confirm before trusting). Before installing/running: 1) Verify INSTANTLY_KEY is an Instantly API key from app.instantly.ai and keep it secret (do not paste into public repos). 2) Inspect the included scripts (they are provided) and test with a non-production Instantly account and dummy leads to confirm behavior. 3) Ensure you have the right to email the leads and that your campaign complies with anti-spam laws and your organization’s policies. 4) If you plan automation, consider rotating the API key after testing and store it in a secure secret manager rather than plain env vars. If you need absolute assurance, ask the publisher to update the registry metadata to declare INSTANTLY_KEY as a required credential (primaryEnv) before installing.
Capability Analysis
Type: OpenClaw Skill Name: skill-instantly-campaign-launcher Version: 1.0.0 The skill is a legitimate utility for programmatically managing cold email campaigns via the Instantly.ai API. It performs campaign creation, sequence configuration, and lead importing from a local JSON file to api.instantly.ai as described in the documentation. No malicious patterns, such as unauthorized data exfiltration, obfuscation, or command execution, were found in scripts/campaign-launcher.js or SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the implementation: the code and SKILL.md call api.instantly.ai to create campaigns, add sequences, and import leads. However the registry metadata lists no required env vars or primary credential while both SKILL.md and the code require an INSTANTLY_KEY (or config.instantlyKey). This metadata omission is an incoherence.
Instruction Scope
Runtime instructions are scoped to Instantly API usage and local files: edit scripts/campaign.config.js, provide leads.json, and set INSTANTLY_KEY. The code only reads those files and the INSTANTLY_KEY and makes HTTPS calls to api.instantly.ai; it does not attempt to read unrelated system files or contact other endpoints.
Install Mechanism
No install spec (instruction-only installation) and no downloads. The package includes two JS scripts bundled in the skill, which is consistent with a run-from-source usage model. No external installers or remote code downloads are used.
Credentials
The skill requires a single API bearer token (INSTANTLY_KEY) which is proportionate to its purpose. The concern is that the registry metadata did not declare this required environment variable or a primary credential, creating a mismatch in the manifest that could mislead users or automated reviewers.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not persist credentials itself. It only reads local config and leads files and posts to the Instantly API, which is appropriate for its stated function.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-instantly-campaign-launcher
  3. After installation, invoke the skill by name or use /skill-instantly-campaign-launcher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug skill-instantly-campaign-launcher
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Instantly Campaign Launcher?

Create and launch an Instantly.ai cold email campaign with D0/D3/D8 sequences and bulk-import leads via API, no dashboard needed. It is an AI Agent Skill for Claude Code / OpenClaw, with 287 downloads so far.

How do I install Instantly Campaign Launcher?

Run "/install skill-instantly-campaign-launcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Instantly Campaign Launcher free?

Yes, Instantly Campaign Launcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Instantly Campaign Launcher support?

Instantly Campaign Launcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Instantly Campaign Launcher?

It is built and maintained by Zero2Ai (@zero2ai-hub); the current version is v1.0.0.

💬 Comments