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 theYahia/WWmcp --skill create-documentgit clone --depth 1 https://github.com/theYahia/WWmcpWrote 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/theyahia/wwmcp/create-document)<a href="https://agentmods.dev/skills/theyahia/wwmcp/create-document"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/create-document.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium analysis-evasion · line 1 Suspicious Unicode normalization or mixed-script contentFix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
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.00019 | $0.00867 |
| Opus 5 | $0.00010 | $0.00434 |
| Sonnet 5 | $0.00004 | $0.00173 |
| Haiku 4.5 | $0.00002 | $0.00087 |
Grade A, and why
create-document 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 yesterday.
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 — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/create-document — Запись в 1С
Запись в боевую базу необратима на уровне данных. Работай строго по шагам.
Алгоритм
- Уточни тип документа:
get_config_preset(типовые имена) →list_entities(что реально есть в этой базе). describe_entity(entity) — точные имена и состав полей. Не угадывай имена полей: неверное поле 1С молча проигнорирует или вернёт ошибку.- Подставь ссылки:
find_by_description(entity, query) для контрагента и номенклатуры,get_by_keyдля проверки найденного GUID. В data кладутся значения полей с суффиксом _Key. create_document(document_type, data) — создание. Из ответа возьми Ref_Key.post_document(document_type, ref_key, operational) — проведение. Только после проведения пишутся движения по регистрам.- Покажи пользователю созданный документ:
get_by_keyилиget_recent_documents(document_type, top, posted_only).
Гейт записи ONEC_WRITE_MODE
Поведение зависит от режима, в котором запущен сервер. Определи его по ответу первой же записи:
| Режим | Что происходит |
|---|---|
| off (по умолчанию) | Гейта нет, запись выполняется сразу. Максимум внимания к шагу 2. |
| deny | Пишущие инструменты не зарегистрированы — их просто нет в списке. Режим только для чтения, обходить нечем. |
| preview | Запись никогда не выполняется, вместо результата приходит конверт write_safety: preview с разбором «было → стало». |
| approval | Первый вызов возвращает preview с op_hash. Затем approve_write (op_hash, reason) и повтор того же вызова с теми же аргументами. |
- Пришёл конверт write_safety: preview — ничего не записано. Покажи разбор пользователю и жди явного «да» перед
approve_write. - В конверте write_safety: executed может быть rollback-токен →
rollback_write(token) откатит операцию. Токен одноразовый и живёт в памяти процесса: после перезапуска сервера его нет. - Поля reversible и irreversible_reason в preview говорят, откатываемо ли действие. Создание нового документа автоматического отката не имеет — обратный ход только
set_deletion_mark.
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.
- yesterday First seen · 61 lines · 19 tokens per session scan A 6eb7fd8cfe9c
create-document is a skill published in the GitHub repository theYahia/WWmcp (28 stars, last pushed 2d ago), licensed MIT. It adds 19 tokens to every session and 867 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.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
comps-analysis
Build comparable-company valuation workbooks in Excel.
lbo-model
Build leveraged buyout workbooks with IRR/MOIC in Excel.
excel-author
Build auditable financial workbooks headless via openpyxl.
3-statement-model
Build integrated IS/BS/CF financial workbooks in Excel.
merger-model
Build M&A accretion/dilution workbooks in Excel.