tilda-pages

tilda-pages is a skill for Claude Code from theYahia/WWmcp. It costs 12 tokens per session (291 once invoked), scanned A, original, MIT.

A tool for listing Tilda projects and pages and retrieving their content. Tilda is a website-building service; the tool can return a full page or just its main content.

In plain words
What is it for?
Use it to list projects, find pages, retrieve page HTML, or read a page’s body content.
Why use it?
It avoids manually opening projects and copying page source when you need to inspect a Tilda website. A metadata-only option helps inspect large pages without fetching all their code.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to list projects, find pages, retrieve page HTML, or read a page’s body content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/theyahia/wwmcp/tilda-pages
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 theYahia/WWmcp --skill tilda-pages
Clone the repo
git clone --depth 1 https://github.com/theYahia/WWmcp

Made for: Claude Code.

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 tilda-pages

README.md
[![agentmods](https://agentmods.dev/badge/skills/theyahia/wwmcp/tilda-pages/github.svg)](https://agentmods.dev/skills/theyahia/wwmcp/tilda-pages)
Your own site
<a href="https://agentmods.dev/skills/theyahia/wwmcp/tilda-pages"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/tilda-pages/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 tilda-pages

Your own site · 80×15
<a href="https://agentmods.dev/skills/theyahia/wwmcp/tilda-pages"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/tilda-pages.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 291 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00012 $0.00291
Opus 5 $0.00006 $0.00146
Sonnet 5 $0.00002 $0.00058
Haiku 4.5 $0.00001 $0.00029

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

Security

Grade A, and why

tilda-pages 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 6d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

servers/tilda/.claude/skills/tilda-pages/SKILL.md · 42 lines

What it actually says

/tilda-pages — Работа с проектами и страницами Tilda

Алгоритм

  1. Вызови get_projects для получения списка проектов
  2. Вызови get_pages для получения страниц проекта
  3. Вызови get_page (полная страница c <head>) или get_page_body (только тело) для содержимого
    • Для большой страницы передай metadata_only: true, чтобы не тянуть весь HTML/CSS/JS

Формат ответа

## Проекты Tilda

1. Мой сайт (ID: 12345) — mysite.com
2. ...

### Страницы проекта 12345
1. Главная — /index
2. О нас — /about

Примеры

/tilda-pages проекты
/tilda-pages страницы проекта 12345
/tilda-pages страница 67890
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. 6d ago First seen · 42 lines · 12 tokens per session scan A 5a7b0b0282d1

Subscribe to this mod's changes

tilda-pages is a skill published in the GitHub repository theYahia/WWmcp (29 stars, last pushed 5d ago), licensed MIT. It adds 12 tokens to every session and 291 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-09-06.

Related

Other skills, from other repositories

javascript-typescript

Professional JavaScript and TypeScript development skill covering modern ES6+, TypeScript, Node.js, Express, React, testing frameworks, and best practices. Use this skill when developing JavaScript/TypeScript applications, building React/Node.js projects, implementing RESTful APIs, or need guidance on modern JS/TS…

ProjAnvil/MindForge · 69 tokens

react-component-generator

Generate React components with TypeScript, proper props, hooks, and accessibility. Use when creating new React components, UI elements, or refactoring existing components.

OneWave-AI/claude-skills · 35 tokens

webmcp-add-tool

Scaffolds a new WebMCP tool component using useMcpTool with Zod schema, handler, annotations, and wires it into the WebMCPProvider tree. Use when the user wants to expose functionality as an MCP tool, make something callable by AI, add a new tool, or create an AI-accessible action.

agentcathq/webmcp-react · 73 tokens

webmcp-setup

Bootstraps webmcp-react into an existing React or Next.js app. Installs dependencies, adds WebMCPProvider, creates a first tool, and configures the MCP client bridge. Use when the user wants to set up WebMCP, add MCP tools to their app, integrate webmcp-react, or make their React app accessible to AI agents.

agentcathq/webmcp-react · 80 tokens

typescript-expert

Expert-level TypeScript development with modern tooling, advanced types, and best practices. Use this skill for TypeScript projects requiring type-safe code, modern bundling, and comprehensive testing.

personamanagmentlayer/pcl · 40 tokens

react-native-expert

Expert in React Native, cross-platform mobile development, native modules, and performance optimization. Use when the user mentions mobile, JavaScript, TypeScript, cross platform, iOS, or Android, or when the task involves React Native Architecture, Component Types, Hooks Essentials, or Navigation.

personamanagmentlayer/pcl · 62 tokens