maldives-statistics-sector-guides

maldives-statistics-sector-guides is a skill for Claude Code, Codex from Rayyan011/maldives-statistics-mcp. It costs 24 tokens per session (2,101 once invoked), scanned A, original, MIT.

A guide for finding census, economic survey, download, and update pages from the Maldives Bureau of Statistics, the country’s official statistics agency.

In plain words
What is it for?
Use it to locate Census 2022 releases, atoll profiles, economic surveys, public downloads, and dated updates such as inflation and GDP announcements.
Why use it?
These sections are not always easy to find through ordinary site search, and the guide directs you to the official pages and files needed to verify figures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to locate Census 2022 releases, atoll profiles, economic surveys, public downloads, and dated updates such as inflation and GDP announcements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rayyan011/maldives-statistics-mcp/maldives-statistics-sector-guides
Install

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.

Any agent
npx skills add Rayyan011/maldives-statistics-mcp --skill maldives-statistics-sector-guides
Clone the repo
git clone --depth 1 https://github.com/Rayyan011/maldives-statistics-mcp

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for maldives-statistics-sector-guides

README.md
[![agentmods](https://agentmods.dev/badge/skills/rayyan011/maldives-statistics-mcp/maldives-statistics-sector-guides/github.svg)](https://agentmods.dev/skills/rayyan011/maldives-statistics-mcp/maldives-statistics-sector-guides)
Your own site
<a href="https://agentmods.dev/skills/rayyan011/maldives-statistics-mcp/maldives-statistics-sector-guides"><img src="https://agentmods.dev/badge/skills/rayyan011/maldives-statistics-mcp/maldives-statistics-sector-guides/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.

agentmods 80×15 button for maldives-statistics-sector-guides

Your own site · 80×15
<a href="https://agentmods.dev/skills/rayyan011/maldives-statistics-mcp/maldives-statistics-sector-guides"><img src="https://agentmods.dev/badge/skills/rayyan011/maldives-statistics-mcp/maldives-statistics-sector-guides.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,101 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.02101
Opus 5 $0.00012 $0.01051
Sonnet 5 $0.00005 $0.00420
Haiku 4.5 $0.00002 $0.00210

Measured 12d ago against content hash ba818a2cdb99, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

maldives-statistics-sector-guides 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 12d 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.

skills/maldives-statistics-sector-guides/SKILL.md · 175 lines

How it starts

The opening of the file, as written. The whole thing — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Maldives Statistics Sector Guides

Overview

Use the read-only Maldives Statistics MCP to discover official Bureau of Statistics section links before opening a report or attachment. These recipes cover the static Census 2022 releases, Economic Survey, Downloads, and Updates pages that are not well represented by the general WordPress post search.

The source of truth is statisticsmaldives.gov.mv. Do not use the separate .Stat host (data.statisticsmaldives.gov.mv): its TLS certificate is broken. For numerical claims, open the returned report page with mbs_get_page and/or inspect an official same-host file with mbs_attachment or mbs_xlsx_table.

When to Use

  • Census 2022 release families, atoll profiles, indicator sheets, maps, or census-analysis pages.
  • Economic Survey 2007 or 2013 report links.
  • MBS forms and other public downloads.
  • The dated Updates archive, including CPI/ECPI, GDP, National Accounts, and Maldives in Figures announcements.
  • Do not treat an empty result as proof that a dataset does not exist. Check the tool's note, the linked page, and WordPress search before concluding that a section is unavailable.

Tool Map

Task Tool Return shape and next step
Census 2022 release index mbs_census_releases({limit?}) {count, results: [{title, url, kind}]}. kind is page, pdf, xlsx, document, presentation, or other. Open a page with mbs_get_page; inspect a file with the matching attachment tool.
Economic Survey index mbs_economic_survey() {count, results: [{title, url, kind}]}. The live page exposes report pages and direct PDFs; use the PDF URL for evidence.
Public MBS downloads mbs_downloads({limit?}) {count, results: [{title, url, kind}]}. Do not infer a document's contents from its label; call mbs_attachment if text or metadata is needed.
Dated Updates archive mbs_updates({limit?, page?}) {page, count, results: [{title, url, published}]}. Follow an update post with mbs_get_page; then inspect any PDF links.
Full report page mbs_get_page({slug_or_url}) {title, link, date, modified, content_text, pdf_links, attachment_count}. Use pdf_links rather than guessing filenames.
PDF/file evidence mbs_attachment({url, extract_text: true}) Bounded same-host metadata and, for extractable PDFs, text. Preserve null when extraction is unavailable.
XLSX rows mbs_xlsx_table({url, max_rows?}) First worksheet as bounded string rows. Only call it for a returned .xlsx URL.
Cross-section discovery mbs_search({query, per_page?}) WordPress search result list. Use for CPI, tourism, visitor, GDP, national accounts, fisheries, or trade, then open the result.

Read the full file on GitHub · 175 lines

Changes

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.

  1. 12d ago First seen · 175 lines · 24 tokens per session scan A ba818a2cdb99

Subscribe to this mod's changes

maldives-statistics-sector-guides is a skill published in the GitHub repository Rayyan011/maldives-statistics-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 2,101 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens