Borrowing it
Nothing to install: this file belongs to theYahia/planfix-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/theYahia/planfix-mcp/main/.claude/skills/planfix-api/SKILL.mdgit clone --depth 1 https://github.com/theYahia/planfix-mcpWrote 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/planfix-mcp/planfix-api)<a href="https://agentmods.dev/skills/theyahia/planfix-mcp/planfix-api"><img src="https://agentmods.dev/badge/skills/theyahia/planfix-mcp/planfix-api.svg" alt="Measured on agentmods" height="20"></a>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.00016 | $0.00193 |
| Opus 5 | $0.00008 | $0.00097 |
| Sonnet 5 | $0.00003 | $0.00039 |
| Haiku 4.5 | $0.00002 | $0.00019 |
Grade A, and why
planfix-api 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.
What it actually says
/planfix-api — Управление задачами и контактами
Алгоритм
- Вызови
get_tasksдля получения списка задач - Вызови
create_taskдля создания новой задачи - Вызови
get_contactsдля получения списка контактов
Формат ответа
## Задачи Planfix
Найдено: 42 задачи
### Последние задачи
1. Подготовить отчёт — В работе — Иванов И.
2. ...
Примеры
/planfix-api задачи
/planfix-api создать задачу "Подготовить отчёт"
/planfix-api контакты
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.
- 6d ago First seen · 37 lines · 16 tokens per session scan A f1373e88ce41
planfix-api is a skill published in the GitHub repository theYahia/planfix-mcp (3 stars, last pushed today), licensed MIT. It adds 16 tokens to every session and 193 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.
Other skills, from other repositories
fluent-development
This skill should be used when the user asks to "build a fluent app", "create a servicenow app in typescript", or mentions "servicenow sdk", "now-sdk", "fluent", "scoped app as code", or "pro-code development" — or when the working directory contains a now.config.json or .now.ts files.
balance
A command for showing stock or cash balances from 1C, a business accounting and inventory system.
salute-speech
planfix-api
fleet-supervisor
How to start/smoke-test the supervisor process itself, and start, check, and kill fleet-sprints via its HTTP API only (POST /api/sprints on localhost:8787). Never call the fleet-sprint CLI directly. Trigger whenever asked to start/launch/check/stop/kill the supervisor or a sprint.
api-errors
McpError constructor, JsonRpcErrorCode reference, and error handling patterns for @cyanheads/mcp-ts-core. Use when looking up error codes, understanding where errors should be thrown vs. caught, or using ErrorHandler.tryCatch in services.