Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add piter902/survey-creator-skill --skill survey-analyticsgit clone --depth 1 https://github.com/piter902/survey-creator-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/piter902/survey-creator-skill/survey-analytics)<a href="https://agentmods.dev/skills/piter902/survey-creator-skill/survey-analytics"><img src="https://agentmods.dev/badge/skills/piter902/survey-creator-skill/survey-analytics/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/piter902/survey-creator-skill/survey-analytics"><img src="https://agentmods.dev/badge/skills/piter902/survey-creator-skill/survey-analytics.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.01326 |
| Opus 5 | $0.00027 | $0.00663 |
| Sonnet 5 | $0.00011 | $0.00265 |
| Haiku 4.5 | $0.00005 | $0.00133 |
Grade A, and why
survey-analytics scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Survey Analytics
This skill analyzes survey results.
It does not generate survey HTML. It consumes:
- a survey schema
- a survey answers dataset
Primary job
Take a validated survey schema plus answers and produce:
- one Excel workbook where columns are questions and rows are submissions
- per-question statistics and charts by question type
- cross-question or logic-driven analysis tables
- a machine-readable analysis JSON
- a human-readable insight report
Read these first
Before analyzing, read:
../../specs/analytics-input.md../../specs/answer-storage.md../../specs/submission-api.md./references/metrics-model.md./references/report-shape.md./docs/OUTPUTS.md
Expected input
Preferred input:
- absolute path to a survey schema JSON file
- absolute path to an answers JSON or JSONL file
Also acceptable:
- inline schema JSON
- inline answers JSON
- a directory containing both schema and answers exports
Required execution mode
Do not stop at a prose-only analysis when local file execution is available.
Use the executable pipeline:
python3 <survey-analytics-root>/tools/analyze_survey_results.py \
--schema /absolute/path/to/schema.json \
--answers /absolute/path/to/answers.json \
--out-dir /absolute/path/to/output-dir
When the user wants specific cross-question analysis, pass a config file:
python3 <survey-analytics-root>/tools/analyze_survey_results.py \
--schema /absolute/path/to/schema.json \
--answers /absolute/path/to/answers.json \
--cross-config /absolute/path/to/cross-config.json \
--out-dir /absolute/path/to/output-dir
The script generates:
<name>.analysis.xlsx<name>.analysis.json<name>.analysis.md
If the user only asks for insights and does not want files, you may summarize the generated report instead of returning file contents.
Analysis rules
- validate that every normalized answer document belongs to the provided
surveyId - ignore malformed records, but report how many were excluded and why
- compute distributions only from structurally valid answers
- preserve question ids and option ids in intermediate reasoning
- separate factual summary from interpretation
- call out low sample size before making strong conclusions
- do not invent respondent intent that is not grounded in the dataset
- when schema logic exists, use it to infer finish-path or segment-level analysis when possible
What ships with it
16 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- docs/OUTPUTS.md 2.8 KB
- examples/output/service-satisfaction-demo-configurable-text.analysis.json 3.5 KB
- examples/output/service-satisfaction-demo-configurable-text.analysis.md 3.3 KB
- examples/output/service-satisfaction-demo-configurable-text.analysis.xlsx 30 KB
- examples/output/service-satisfaction-demo-configured.analysis.json 2.4 KB
- examples/output/service-satisfaction-demo-configured.analysis.md 2.3 KB
- examples/output/service-satisfaction-demo-configured.analysis.xlsx 28 KB
- examples/output/service-satisfaction-demo.analysis.json 2.9 KB
- examples/output/service-satisfaction-demo.analysis.md 2.8 KB
- examples/output/service-satisfaction-demo.analysis.xlsx 28 KB
- examples/service-satisfaction-analysis-answers.json 6.1 KB
- examples/service-satisfaction-analysis-config.json 295 B
- examples/service-satisfaction-cross-config.json 317 B
- references/metrics-model.md 558 B
- references/report-shape.md 519 B
- tools/analyze_survey_results.py 54 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 218 lines · 54 tokens per session scan A 41baddedb9f0
survey-analytics is a skill published in the GitHub repository piter902/survey-creator-skill (6 stars, last pushed 3mo ago), licensed MIT. It adds 54 tokens to every session and 1,326 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
akf-trust-metadata
The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.
open-ontologies
AI-native ontology engineering using 50+ MCP tools backed by an in-memory Oxigraph triple store. Build, validate, query, and govern RDF/OWL ontologies with a generate-validate-iterate loop. Use when building ontologies, knowledge graphs, RDF data, SPARQL queries, BORO/4D modeling, SHACL validation, clinical…
review-trtmc-pr
Review a TensorRT-Model-Connect GitHub PR or local contributor branch against the current post-#1093 model-family isolation architecture, repository rules, behavioral correctness, and exact-head validation evidence. Use for contributor self-review before marking a PR ready, or when deciding whether a community PR is…
submit-github-bug-issue
Use when converting QA findings, black-box failures, red-team reports, regression evidence, or local bug notes into GitHub Issues for NVIDIA/TensorRT-Model-Connect. Standardizes checking issue templates, checking labels, de-duplicating existing issues, drafting a bug report, creating the issue on GitHub, applying the…
optimize-model-precision
Evaluate supported precision, quantization, or selected FP32-layer choices for one TensorRT-Model-Connect family with matched correctness and timing.
transform-model
Add a Hugging Face or local checkpoint to TensorRT-Model-Connect as a self-contained family, or extend the family that already owns it.