Install
$ agentstack add mcp-theyahia-mcp-skills ✓ 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
@theyahia/mcp-skills
40+ AI skills for @theyahia MCP servers -- ready-to-use workflows for e-commerce, payments, HR, marketing, logistics, and more.
Each skill is a .md file with YAML frontmatter and step-by-step instructions that reference real tool names from actual MCP servers. Drop a skill into your AI assistant's context and it knows exactly which tools to call.
> 🔧 MCP Servers: These skills use servers from @theyahia/russian-mcp — 114 servers for 22+ countries
What are Skills?
Servers = tools (createpayment, searchvacancies, calculate_tariff) Skills = ready-to-use scenarios that combine tools into workflows
Example: "Полный цикл e-com заказа" skill uses 4 servers (МойСклад + СДЭК + ЮKassa + SMS.ru) to process an order from start to payment in one prompt.
Skill Catalog
E-commerce (6)
| Skill | File | Servers | Complexity | |-------|------|---------|------------| | Полный цикл e-com заказа | [ecommerce/order-payment-delivery.md](ecommerce/order-payment-delivery.md) | moysklad + cdek + yookassa + sms-ru | multi-server | | Проверка остатков и резервов | [ecommerce/stock-check-reserve.md](ecommerce/stock-check-reserve.md) | moysklad | single-server | | Сравнение тарифов курьерских служб | [ecommerce/courier-compare.md](ecommerce/courier-compare.md) | cdek + boxberry + delovye-linii + pochta-russia | multi-server | | Массовое создание заказов СДЭК | [ecommerce/bulk-shipments.md](ecommerce/bulk-shipments.md) | cdek | single-server | | Оформление возврата товара | [ecommerce/return-flow.md](ecommerce/return-flow.md) | cdek + moysklad + yookassa + sms-ru | multi-server | | Мультитрекинг посылок | [ecommerce/package-tracking.md](ecommerce/package-tracking.md) | cdek + pochta-russia + sms-ru | multi-server |
Finance (6)
| Skill | File | Servers | Complexity | |-------|------|---------|------------| | Проверка контрагента по ИНН | [finance/counterparty-check.md](finance/counterparty-check.md) | dadata + kontur-focus | multi-server | | Нормализация и очистка адресов | [finance/address-normalize.md](finance/address-normalize.md) | dadata | single-server | | Сверка банковской выписки с 1С | [finance/1c-bank-reconciliation.md](finance/1c-bank-reconciliation.md) | sber + 1c-rest | multi-server | | Создание счёта на оплату в 1С | [finance/1c-create-invoice.md](finance/1c-create-invoice.md) | 1c-rest + dadata | multi-server | | Загрузка курсов ЦБ в 1С | [finance/cbr-rates-1c.md](finance/cbr-rates-1c.md) | cbr + 1c-rest | multi-server | | Маркировка товаров Честный ЗНАК | [finance/marking-chestnyznak.md](finance/marking-chestnyznak.md) | chestnyznak + moysklad | multi-server |
Marketing (planned)
Coming soon: Yandex Direct campaigns, email automation, analytics dashboards.
HR (planned)
Coming soon: Vacancy posting, candidate pipeline, salary benchmarks.
Communications (planned)
Coming soon: Yandex 360 onboarding, bulk SMS, VK community management.
Logistics (planned)
Coming soon: Route optimization, warehouse transfers, fleet management.
Data (planned)
Coming soon: Company research, map analytics, legal document workflows.
AI (planned)
Coming soon: YandexGPT classification, text summarization, embeddings.
CIS (planned)
Coming soon: ZarinPal payments, Asaas invoicing, regional payment gateways.
How to use
- Install the MCP servers referenced in the skill
- Configure environment variables listed in
env_required - Copy the skill
.mdinto your AI assistant's context (Claude, Cursor, etc.) - Ask a question matching the skill's use case
Skill format
Each skill follows the [SKILLTEMPLATE.md](SKILLTEMPLATE.md) format:
---
id: unique-skill-id
name: "Human-readable name"
version: 1.0.0
category: ecommerce | finance | marketing | ...
persona: [who-benefits]
servers: [required-mcp-servers]
env_required: [environment-variables]
tags: [searchable-tags]
complexity: single-server | multi-server
time_saving: "before → after"
premium: false
---
MCP Servers
All skills reference tools from published @theyahia MCP servers:
| Server | npm | Tools | |--------|-----|-------| | moysklad-mcp | @theyahia/moysklad-mcp | 21 | | cdek-mcp | @theyahia/cdek-mcp | 14 | | yookassa-mcp | @theyahia/yookassa-mcp | 20 | | dadata-mcp | @theyahia/dadata-mcp | 31 | | kontur-focus-mcp | @theyahia/kontur-focus-mcp | 8 | | cbr-mcp | @theyahia/cbr-mcp | 5 | | sber-mcp | @theyahia/sber-mcp | 2 | | 1c-rest-mcp | @theyahia/1c-rest-mcp | 3 | | chestnyznak-mcp | @theyahia/chestnyznak-mcp | 2 | | sms-ru-mcp | @theyahia/sms-ru-mcp | 3 | | boxberry-mcp | @theyahia/boxberry-mcp | 4 | | delovye-linii-mcp | @theyahia/delovye-linii-mcp | 3 | | pochta-russia-mcp | @theyahia/pochta-russia-mcp | 3 |
License
MIT
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: theYahia
- Source: theYahia/mcp-skills
- 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.