mcp-archimate: Skill for Claude Code

.github/skills/archimate-api/SKILL.md

archimate-api is a skill for Claude Code from lacrif/mcp-archimate. It costs 66 tokens per session (1,690 once invoked), scanned A, original, MIT.

A skill for querying and editing an ArchiMate model through a local REST API. ArchiMate is a standard way to describe business, application, and technology architecture.

In plain words
What is it for?
Use it to list or filter architecture elements, find relationships, create or modify components, remove elements, inspect views, and render diagrams.
Why use it?
It lets you inspect and update architecture elements and their relationships through defined API requests.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

This is lacrif/mcp-archimate's own configuration. It tells Claude Code how to work on mcp-archimate itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-archimate configures →

Reuse

Borrowing it

Nothing to install: this file belongs to lacrif/mcp-archimate. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/lacrif/mcp-archimate/main/.github/skills/archimate-api/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/lacrif/mcp-archimate

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 archimate-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/lacrif/mcp-archimate/archimate-api.svg)](https://agentmods.dev/skills/lacrif/mcp-archimate/archimate-api)
Your own site
<a href="https://agentmods.dev/skills/lacrif/mcp-archimate/archimate-api"><img src="https://agentmods.dev/badge/skills/lacrif/mcp-archimate/archimate-api.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,690 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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.00066 $0.01690
Opus 5 $0.00033 $0.00845
Sonnet 5 $0.00013 $0.00338
Haiku 4.5 $0.00007 $0.00169

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

Security

Grade A, and why

archimate-api scanned grade A with 1 finding 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 5d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Vérifier qu'il répond : `curl http://127.0.0.1:8000/`
.github/skills/archimate-api/SKILL.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ArchiMate API Skill

API REST pour interroger et modifier le modèle ArchiMate (.archimate natif Archi Tool, aligné ArchiMate 3.1 XSD).

Base URL : http://127.0.0.1:8000

Prérequis

Le serveur doit être démarré avant toute requête :

npm start

Vérifier qu'il répond : curl http://127.0.0.1:8000/

Swagger UI disponible sur http://127.0.0.1:8000/docs

Endpoints disponibles

Méthode Route Description
GET / Infos générales du modèle
POST /save Sauvegarde le modèle sur disque
GET /openapi.json Spécification OpenAPI 3.0
GET /docs Swagger UI interactif
GET /elements/types Types ArchiMate distincts présents
GET /elements Liste les éléments (filtres: type, name)
GET /elements/{id} Détail d'un élément
POST /elements Crée un élément (name, type requis)
PUT /elements/{id} Modifie un élément (patch partiel)
DELETE /elements/{id} Supprime un élément (cascade relations) → 204
GET /relationships/types Types de relations distincts
GET /relationships Liste les relations (filtres: type, source_id, target_id)
GET /relationships/{id} Détail d'une relation
POST /relationships Crée une relation (type, source, target requis)
PUT /relationships/{id} Modifie une relation (patch partiel, source/target inclus)
DELETE /relationships/{id} Supprime une relation → 204
GET /views Liste les vues du modèle
GET /views/{id} Détail d'une vue avec nœuds et connexions
POST /views Crée une vue (name requis)
POST /views/{id}/nodes Ajoute un nœud à une vue (element_id requis)
GET /views/{id}/image Image SVG ou PNG de la vue (?format=svg par défaut, ?format=png nécessite sharp)

Champs de réponse (alignés XSD ArchiMate 3.1)

Objet Champs clés
Élément identifier, name, type, documentation, properties
Relation identifier, type, source, target, source_name, target_name, name, documentation, properties, access_type, is_directed, modifier
Vue identifier, name, viewpoint, documentation, node_count, connection_count
Nœud identifier, element_ref, name, x, y, w, h, style, children
Connexion identifier, relationship_ref, source, target, name, style
Style fill_color, line_color, font (name, size, color), line_width

Read the full file on GitHub · 112 lines

Files

What ships with it

1 file 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.

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. 5d ago First seen · 112 lines · 66 tokens per session scan A 320eec2aab07

Subscribe to this mod's changes

archimate-api is a skill published in the GitHub repository lacrif/mcp-archimate (0 stars, last pushed 3mo ago), licensed MIT. It adds 66 tokens to every session and 1,690 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

中文可编辑简历制作技能:默认基于 ASu 单栏高密度技术简历模板,根据用户经历制作或复刻可编辑 HTML/PDF;用户也可以指定仓库内其他模板、本地 HTML 或参考截图。用户输入“/make-resume”“我要阿酥同款简历”或要求制作、修改、复刻简历文件时使用。.

Hisn00w/ASu-skills · 86 tokens

prototype-web

可点击的功能性 Web 原型, 含导航、英雄区、特性区、CTA.

nexu-io/html-anything · 24 tokens