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 ROCTUP/1c-mcp-toolkit --skill calling-1c-rest-api-via-curlgit clone --depth 1 https://github.com/ROCTUP/1c-mcp-toolkitWrote 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/roctup/1c-mcp-toolkit/calling-1c-rest-api-via-curl)<a href="https://agentmods.dev/skills/roctup/1c-mcp-toolkit/calling-1c-rest-api-via-curl"><img src="https://agentmods.dev/badge/skills/roctup/1c-mcp-toolkit/calling-1c-rest-api-via-curl/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.
<a href="https://agentmods.dev/skills/roctup/1c-mcp-toolkit/calling-1c-rest-api-via-curl"><img src="https://agentmods.dev/badge/skills/roctup/1c-mcp-toolkit/calling-1c-rest-api-via-curl.svg" alt="Reviewed on agentmods" width="80" 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.00184 | $0.06727 |
| Opus 5 | $0.00092 | $0.03363 |
| Sonnet 5 | $0.00037 | $0.01345 |
| Haiku 4.5 | $0.00018 | $0.00673 |
Grade B, and why
calling-1c-rest-api-via-curl scanned grade B with 2 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 10d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
curl -sS --noproxy $BASE_HOST "$BASE_URL/api/execute_query?channel=dev" $J -d '{"query":"ВЫБРАТЬ 1"}' Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
name: calling-1c-rest-api-via-curl The source is not reproduced here
Licensed GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 549 lines · 184 tokens per session scan B 951b74baced5
calling-1c-rest-api-via-curl is a skill published in the GitHub repository ROCTUP/1c-mcp-toolkit (259 stars, last pushed 1mo ago), licensed GPL-3.0. It adds 184 tokens to every session and 6,727 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
1c-mcp-toolkit
A local HTTP API for working with a running 1C:Enterprise database through the MCP Toolkit processing file. 1C:Enterprise is a platform for business applications, and this tool can access its live runtime context.
kd2-rules
A skill for creating and editing data-exchange rules in the 1C Data Conversion 2.0 application through an HTTP toolkit. It exports the resulting rules as XML for use in another 1C configuration.
composing-1c-queries
A guide to writing queries in the 1C:Enterprise query language, which reads and combines data from a 1C configuration. It requires checking the configuration's actual metadata before writing a query.
kd31-rules
A skill for creating and editing data-exchange rules in 1C Data Conversion 3.1 through an HTTP-based toolkit. It can inspect rule structures, configure formats, and obtain EnterpriseData extension files.
event-store-design
Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
convex-explain-app
Explain an existing Convex app — data model + relationships, public vs internal functions, auth/ownership model, components, a request→data flow — read from the schema and function surface. Read-only.