Overview
- Skill Key
- abhinavpgagi/toingg-create-campaign
- Author
- abhinavpgagi
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/abhinavpgagi/toingg-create-campaign
- Latest Commit SHA
- 02eb4bac20faa2d8780615dca37ef108b52143f9
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Toingg Create Campaign 技能。 若已安装,则直接安装 Toingg Create Campaign 技能。
# Toingg Ops Toolkit This skill bundles everything needed to manage Toingg campaigns from Claw: - **Campaign creation** via `create_campaign.py` - **Campaign discovery** via `fetch_campaigns.py` when you need to list active IDs for users - **On-demand calls** via `make_call.py` (after collecting name, phone, and campaign) - **Optional analytics cron** (7 PM daily) powered by `get_campaign_analytics.py` - **Contact upload + WhatsApp broadcast** using `xlsx_to_contacts.py`, `add_contacts.py`, and `send_whatsapp_templates.py` All HTTP calls reuse the `TOINGG_API_TOKEN` bearer token. ## Setup 1. Export your token in every environment that runs these scripts (gateway, cron, terminals). ```bash export TOINGG_API_TOKEN="tg_..." ``` 2. Install Python deps once if you will ingest Excel files: ```bash pip install openpyxl requests ``` 3. Keep payloads (campaign JSON, analytics snapshots, contact exports) in version control or shared storage per your security rules. ## Campaign discovery workflow Use this whenever the user wants to see active campaigns or needs a campaign ID before launching a call. 1. Ask whether they already know the campaign ID. If not, offer to fetch the latest list (default pagination is fine unless they request a different page size). 2. Run: ```bash ./scripts/fetch_campaigns.py --skip 0 --limit 10 --sort -1 > responses/campaigns-$(date +%s).json ``` Adjust `--skip/--limit/--sort` if the user needs deeper pages or a different ordering. 3. Summarize the response back to the user: surface at least `campID`, `name`, status, and any relevant dates so they can choose confidently. 4. Store the JSON output when ongoing work depends on the snapshot. ## On-demand call workflow When the user asks you to place a call, gather *three* pieces of information before touching the API: 1. **Caller name** (string shown in Toingg logs). 2. **Phone number** in international format. 3. **Campaign selection.** If they do not supply a ca...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.