Install
$ agentstack add skill-agenkin-telemetrydeck-analytics-query ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Query
Run raw TQL against the current app. Two ways:
(a) Inline JSON from $ARGUMENTS — pipe it to tdq query -:
echo '$ARGUMENTS' | tdq query -
(b) JSON file path — pass the path directly:
tdq query $ARGUMENTS
Pick (b) if $ARGUMENTS looks like a file path, else (a).
Writing the TQL
Before writing the JSON, read skills/analytics/tql/index.md in this plugin to route to the right sub-reference (filters, aggregators, intervals, funnel, retention, recipes, etc.). Do not try to recall TQL syntax from memory — the progressive-disclosure tree is there for a reason.
Rules that always apply:
- Set
"filter": { "__auto_app_and_test_mode_filter__": true }unless you need a custom filter (in which case include theappID+isTestMode=falseselectors yourself). - Every query needs
queryTypeandgranularity. - Prefer
userCount/thetaSketchover deprecatedcardinality.
If the user's first query returns (no rows), re-run with --raw to see whether the result is genuinely empty or the parser dropped it:
tdq query /tmp/q.json --raw 2>/tmp/raw.json
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: agenkin
- Source: agenkin/telemetrydeck-analytics
- License: MIT
- Homepage: https://github.com/agenkin/telemetrydeck-analytics
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.