Install
$ agentstack add skill-taivop-marketplace-defence-public-opinion-surveys ✓ 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
Defence Public-Opinion Surveys
Use when
- You need long-run public-opinion survey records on defence attitudes.
- You need comparable historical survey publications from one official source.
Avoid when
- You need broader social polling outside defence domain.
Inputs
- Year range.
- Topic keywords (readiness, willingness to defend, threat perception, NATO support).
Outputs
- Survey publication index with dates, file URLs, and extracted headline indicators.
Access reality statement
- Access type:
download files. - Verified on 2026-02-24.
- Survey reports are published as PDF links on the Ministry of Defence page.
Primary endpoints
- Main surveys page: https://www.kaitseministeerium.ee/et/eesmargid-tegevused/avalik-arvamus-riigikaitsest
- Example survey file pattern:
/sites/default/files/avalik_arvamus_riigikaitsest_*.pdf
Retrieval workflow (reproducible)
- Open surveys page and collect PDF links under
/sites/default/files/.... - Parse year/month from filename and map to publication chronology.
- Download selected reports and extract core indicators requested by user.
- Preserve question wording/source page when comparing across years.
- Return dataset with both publication metadata and extracted indicators.
Request/query contract
- No auth required.
- Source is link-based (no documented API).
- Files are directly downloadable PDFs.
Output schema expectations
source_page_urlsurvey_file_urlsurvey_periodpublication_date(if available)indicator_nameindicator_valuequestion_textnotes
Limits and caveats
- Methodology and wording can change across survey waves.
- Historic files may use older naming/format conventions.
- Indicator extraction requires careful PDF parsing and consistency checks.
Verification hooks
- Page includes many PDF links such as
avalik_arvamus_ja_riigikaitse_mai_2024.pdfandavalik_arvamus_riigikaitsest_2025_kantar_emor_.pdf. - File archive spans early 2000s onward in visible links.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: taivop
- Source: taivop/marketplace
- License: MIT
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.