← Back to Skills Marketplace
Analytics & Tracking Setup
by
RunByDaVinci
· GitHub ↗
· v0.1.0
· MIT-0
152
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install analytics-tracking-dv
Description
Track events and user behavior using Segment.
README (SKILL.md)
Analytics Tracking
Track events and user behavior using Segment.
Usage
Track an event
analytics-tracking track \
--event "Signed Up" \
--user-id "user-123" \
--properties '{"plan":"Pro"}'
Identify a user
analytics-tracking identify \
--user-id "user-123" \
--traits '{"name":"John Doe","email":"[email protected]"}'
Create a group
analytics-tracking group \
--user-id "user-123" \
--group-id "group-abc" \
--traits '{"name":"Acme Inc."}'
Usage Guidance
This package looks like a collection of tracking documentation, UTM link generator, and pixel snippet templates—not an autonomous Segment event sender. If you expected a skill that actually sends events to Segment, do NOT hand over any Segment write keys yet: the code to use them is not present. Actions you can take before installing or using it:
- If you only need a UTM builder or pixel snippets, it's safe to run the included utm_builder.py locally (Python 3.8+, standard library only).
- If you expect Segment integration, ask the author for the code that calls Segment (analytics-python or HTTP API), or for explicit env var names (e.g., SEGMENT_WRITE_KEY). The absence of those is an incoherence to resolve.
- Verify that any future version which claims to send events clearly documents network endpoints and required credentials and that you review that code before providing secrets.
- Do not provide credentials blindly; prefer skills that explicitly declare required env vars and show how they are used.
Capability Assessment
Purpose & Capability
The skill is titled and described as "Track events and user behavior using Segment," and SKILL.md shows CLI commands like `analytics-tracking track`/`identify`/`group`. However, the repository contains only a UTM builder, pixel config JSON files and a tracking plan—no Segment SDK calls, no network code for sending events, and no environment variables or primary credential for a Segment write key. The stated purpose (automated Segment event tracking) is not implemented by the included artifacts.
Instruction Scope
Runtime instructions mostly show examples for building UTM links and copy-paste pixel snippets. They also demonstrate a CLI named `analytics-tracking` (track/identify/group) that is not present in the files. SKILL.md does not instruct the agent to read system files or exfiltrate secrets. The inconsistency is about missing/opaque runtime behavior rather than malicious actions in the instructions themselves.
Install Mechanism
There is no install specification (instruction-only plus a small Python script). No external downloads, package manager installs, or archive extraction are present. The only code uses the Python standard library (urllib) and is low-risk to install/run locally.
Credentials
No environment variables or credentials are requested. That is appropriate for a UTM builder and static templates—but inconsistent with the claim to "use Segment" or to perform event tracking. A legitimate Segment-integrating skill would request a SEGMENT_WRITE_KEY (or similar) and include code to use it; those are missing. This mismatch could lead to confusion or to users supplying credentials to a different/unknown implementation later.
Persistence & Privilege
The skill does not request persistent presence (always is false) and contains no install behavior that modifies other skills or system-wide configuration. There is no autonomous elevation of privilege indicated.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install analytics-tracking-dv - After installation, invoke the skill by name or use
/analytics-tracking-dv - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is Analytics & Tracking Setup?
Track events and user behavior using Segment. It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.
How do I install Analytics & Tracking Setup?
Run "/install analytics-tracking-dv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Analytics & Tracking Setup free?
Yes, Analytics & Tracking Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Analytics & Tracking Setup support?
Analytics & Tracking Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Analytics & Tracking Setup?
It is built and maintained by RunByDaVinci (@clawdiri-ai); the current version is v0.1.0.
More Skills