← 返回 Skills 市场
Telegram Marketing Audit Adarsh
作者
Adarsh More
· GitHub ↗
· v1.0.0
283
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install telegram-marketing-audit-adarsh
功能描述
Handles Telegram /marketing_audit command by running a marketing audit on an Instagram handle or website domain and returning the report.
安全使用建议
This handler itself is small and plausible, but it does not perform the audits — it calls a separate 'marketing-orchestrator' skill. Before installing: (1) locate and review the marketing-orchestrator skill's code/manifest to see what network/API calls and environment variables (API keys, tokens) it requires; (2) verify any requested API keys are minimal and only for services you expect (Instagram, analytics providers, etc.); (3) avoid providing broad credentials (AWS/GCP root keys, unrelated service tokens) unless you understand why they're needed; (4) register the Telegram slash command in a test environment first and run audits with dummy inputs to confirm behavior; and (5) prefer installing only if you can audit the orchestrator or it comes from a trusted source. If you cannot review the orchestrator, treat this skill as risky because it grants a pathway to whatever the orchestrator does.
功能分析
Type: OpenClaw Skill
Name: telegram-marketing-audit-adarsh
Version: 1.0.0
The skill is a standard Telegram command handler for performing marketing audits. It extracts user-provided arguments and delegates the processing to another internal skill ('marketing-orchestrator') using the OpenClaw context API. There are no signs of malicious intent, data exfiltration, or dangerous execution patterns in SKILL.md or the implementation logic.
能力评估
Purpose & Capability
The name/description match the implementation: this is a Telegram slash-command handler that forwards the instagramHandle/websiteDomain to a 'marketing-orchestrator' skill and returns a report. There are no unrelated binaries or surprising actions in the handler itself.
Instruction Scope
SKILL.md contains only a short handler that validates args, replies to the user, and calls context.callSkill('marketing-orchestrator'). That scope is appropriate for a thin command handler. The handler delegates all collection and network work to the orchestrator, so the real behavior depends on that other skill.
Install Mechanism
Instruction-only skill with no install spec and no code files beyond a small handler snippet; nothing is downloaded or written to disk by this skill itself.
Credentials
The SKILL.md explicitly tells operators to "Ensure environment variables for collectors (API keys) are set," yet the registry metadata declares no required env vars. Because this skill delegates to an external 'marketing-orchestrator', required credentials are likely needed by that other skill — this mismatch (no declared env but a textual instruction to set keys) is a red flag: you should inspect the orchestrator to see exactly which secrets it needs.
Persistence & Privilege
No elevated persistence requested (always:false). Default autonomous invocation is allowed but appropriate for a user-invocable handler; the skill does not request cross-skill config writes or system-wide changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telegram-marketing-audit-adarsh - 安装完成后,直接呼叫该 Skill 的名称或使用
/telegram-marketing-audit-adarsh触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Telegram Marketing Audit Command Handler skill.
- Adds the `/marketing_audit` Telegram command to trigger a marketing audit via the Marketing Orchestrator skill.
- Accepts optional `instagramHandle` and `websiteDomain` arguments.
- Replies to users with progress updates and returns the final audit report in Markdown.
- Handles cases where inputs are missing or the report generation fails.
- Designed for integration within the OpenClaw skills directory and compatible with ClawHub command registration.
元数据
常见问题
Telegram Marketing Audit Adarsh 是什么?
Handles Telegram /marketing_audit command by running a marketing audit on an Instagram handle or website domain and returning the report. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。
如何安装 Telegram Marketing Audit Adarsh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-marketing-audit-adarsh」即可一键安装,无需额外配置。
Telegram Marketing Audit Adarsh 是免费的吗?
是的,Telegram Marketing Audit Adarsh 完全免费(开源免费),可自由下载、安装和使用。
Telegram Marketing Audit Adarsh 支持哪些平台?
Telegram Marketing Audit Adarsh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telegram Marketing Audit Adarsh?
由 Adarsh More(@adarshvmore)开发并维护,当前版本 v1.0.0。
推荐 Skills