← Back to Skills Marketplace
Telegram Marketing Audit Adarsh
by
Adarsh More
· GitHub ↗
· v1.0.0
283
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install telegram-marketing-audit-adarsh
Description
Handles Telegram /marketing_audit command by running a marketing audit on an Instagram handle or website domain and returning the report.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install telegram-marketing-audit-adarsh - After installation, invoke the skill by name or use
/telegram-marketing-audit-adarsh - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 283 downloads so far.
How do I install Telegram Marketing Audit Adarsh?
Run "/install telegram-marketing-audit-adarsh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Telegram Marketing Audit Adarsh free?
Yes, Telegram Marketing Audit Adarsh is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Telegram Marketing Audit Adarsh support?
Telegram Marketing Audit Adarsh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Telegram Marketing Audit Adarsh?
It is built and maintained by Adarsh More (@adarshvmore); the current version is v1.0.0.
More Skills