Overview
- Skill Key
- abhinavpgagi/toingg-skill
- Author
- abhinavpgagi
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/abhinavpgagi/toingg-skill
- Latest Commit SHA
- 51af22488496d0832c1346fef635142c324e6b17
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Toingg Skill 技能。 若已安装,则直接安装 Toingg Skill 技能。
# Toingg Ops Toolkit This skill bundles everything needed to manage Toingg campaigns from Claw: - **Campaign creation** via `create_campaign.py` - **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 creation workflow 1. Gather campaign fields from the user (title, voice, language, script, purpose, tone, post-call schema, notification numbers, autopilot flags, etc.). 2. Draft a payload JSON using [`references/payload-template.md`](references/payload-template.md) as the scaffold. 3. Run the helper: ```bash cd skills/toingg-skill ./scripts/create_campaign.py payloads/my_campaign.json > responses/create-$(date +%s).json ``` 4. Return the API response (campaign ID, status, or validation errors) to the user and log it. ## Opt-in analytics cron (7 PM daily) Only offer this when the user explicitly asks for daily analytics. 1. Confirm desired schedule/output directory. 2. Follow [`references/analytics-cron.md`](references/analytics-cron.md) to create `openclaw cron create toingg-analytics-digest ...` with the provided command snippet. Adjust paths if needed. 3. Double-check `TOINGG_API_TOKEN` is visible to the gateway before enabling the cron. 4. After the first run, share where the JSON snapshots live and how to disable the cron (`openclaw cron delete ...`). `get_campaign_analytics.py` can also be run ad-hoc for on-demand pulls: ```bash...
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.