← 返回 Skills 市场
abhinavpgagi

Toingg Ops Toolkit

作者 abhinavpgagi · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
490
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install toingg-skill
功能描述
Automate Toingg ops by creating campaigns, scheduling daily analytics, converting Excel contacts, uploading lists, and sending WhatsApp template messages.
安全使用建议
This package largely does what it says — scripts call a Toingg API and convert/upload contacts — but the published metadata failed to declare the required TOINGG_API_TOKEN and the publisher/homepage are missing. Before installing or enabling this skill: 1) Treat TOINGG_API_TOKEN as a secret; do NOT commit it to git or expose it in world-readable cron jobs. 2) Confirm the API domain (prepodapi.toingg.com) is the expected endpoint for your account. 3) If you plan to enable the analytics cron, set up the cron in an environment with only the minimal token and permissions needed. 4) Prefer to run these scripts from an isolated account/workspace and review the scripts yourself (they are small and readable). 5) Ask the publisher for provenance (who maintains the skill, a homepage or repo) or reject if you cannot verify the source. The main technical fix that would increase trust: the skill registry metadata should list TOINGG_API_TOKEN as a required credential and include publisher/contact information.
功能分析
Type: OpenClaw Skill Name: toingg-skill Version: 1.0.1 The skill is classified as suspicious due to its instructions for the OpenClaw agent to create a cron job that executes a shell command. Specifically, the `references/analytics-cron.md` file contains a `openclaw cron create` command with a hardcoded absolute path (`/Users/abhinavkalvacherla/.openclaw/workspace/skills/toingg-skill`) and uses shell command substitution (`$(date +%Y%m%d)`). While these are used for a plausible purpose (scheduling analytics and timestamping files), the hardcoded path is brittle and potentially revealing, and the ability to execute arbitrary shell commands via cron represents a high-risk capability that could be exploited if the command string were influenced by untrusted input, even though no direct malicious intent is observed in this specific usage.
能力评估
Purpose & Capability
The scripts and SKILL.md coherently implement Toingg campaign, contact, analytics, and WhatsApp template workflows. However the registry metadata lists no required environment variables or primary credential while both the SKILL.md and every script require a TOINGG_API_TOKEN bearer token. The missing declaration is an inconsistency that reduces transparency.
Instruction Scope
Runtime instructions are narrowly scoped to building payloads, calling Toingg API endpoints, converting Excel to JSON, and optionally scheduling a daily cron. The instructions reference storing payloads/analytics in version control or shared storage and instruct ensuring TOINGG_API_TOKEN is exported to the gateway for cron jobs — this is expected for the functionality but raises an operational caution about token exposure to scheduled environments.
Install Mechanism
No install spec is provided (instruction-only skill with shipped scripts). Dependencies are minimal and explicit in SKILL.md (requests, openpyxl). There are no downloads from arbitrary URLs or archive extraction steps.
Credentials
All networked scripts require a single bearer token (TOINGG_API_TOKEN). That is proportionate to the API interactions, but the token requirement is not declared in the skill metadata. The analytics-cron guidance instructs relying on gateway environment inheritance, which could expose the token to scheduled jobs or other components if not configured carefully.
Persistence & Privilege
The skill does not request always:true and contains no code that modifies other skills or system-wide settings. It suggests creating an 'openclaw cron' job only when explicitly requested. Autonomous invocation is allowed by default (normal), so consider the earlier token-access inconsistency when enabling automated runs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install toingg-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /toingg-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Adds analytics cron + WhatsApp contact workflow.
v1.0.0
Initial release with campaign creation, opt-in analytics cron, and WhatsApp contact workflow.
元数据
Slug toingg-skill
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Toingg Ops Toolkit 是什么?

Automate Toingg ops by creating campaigns, scheduling daily analytics, converting Excel contacts, uploading lists, and sending WhatsApp template messages. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 490 次。

如何安装 Toingg Ops Toolkit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install toingg-skill」即可一键安装,无需额外配置。

Toingg Ops Toolkit 是免费的吗?

是的,Toingg Ops Toolkit 完全免费(开源免费),可自由下载、安装和使用。

Toingg Ops Toolkit 支持哪些平台?

Toingg Ops Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Toingg Ops Toolkit?

由 abhinavpgagi(@abhinavpgagi)开发并维护,当前版本 v1.0.1。

💬 留言讨论