flamerobin: Skill for Claude Code

.agents/skills/flamerobin-mcp/SKILL.md

flamerobin-mcp is a skill for Claude Code, Codex from mariuz/flamerobin. It costs 25 tokens per session (308 once invoked), scanned A, original, MIT.

A connection between an agent and FlameRobin, a desktop tool for working with Firebird databases. Firebird is a relational database system that stores structured application data.

In plain words
What is it for?
Listing databases, exploring tables and schemas, and querying Firebird data when the FlameRobin application is available.
Why use it?
It lets the agent inspect registered databases and their structure or run database queries through FlameRobin.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is mariuz/flamerobin's own configuration. It tells Claude Code and Codex how to work on flamerobin 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 flamerobin configures →

Reuse

Borrowing it

Nothing to install: this file belongs to mariuz/flamerobin. 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/mariuz/flamerobin/master/.agents/skills/flamerobin-mcp/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mariuz/flamerobin

Made for: Claude Code, Codex.

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 flamerobin-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/mariuz/flamerobin/flamerobin-mcp.svg)](https://agentmods.dev/skills/mariuz/flamerobin/flamerobin-mcp)
Your own site
<a href="https://agentmods.dev/skills/mariuz/flamerobin/flamerobin-mcp"><img src="https://agentmods.dev/badge/skills/mariuz/flamerobin/flamerobin-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 308 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00025 $0.00308
Opus 5 $0.00013 $0.00154
Sonnet 5 $0.00005 $0.00062
Haiku 4.5 $0.00003 $0.00031

Measured 8d ago against content hash c5cebfa605ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

flamerobin-mcp 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 8d 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.

.agents/skills/flamerobin-mcp/SKILL.md · 32 lines

What it actually says

flamerobin-mcp Skill

This skill allows agents to invoke and interact with FlameRobin's built-in MCP server.

Usage Instructions

When you need to list databases, explore database schemas, or query data from a Firebird database managed by FlameRobin:

  1. Verify if FlameRobin is built: Ensure build/Debug/flamerobin.exe exists. If not, build the project:

    & "C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Current\Bin\MSBuild.exe" build/flamerobin.vcxproj /p:Configuration=Debug /p:Platform=x64
    
  2. Launch the MCP server in a background task: Use the run_command tool to launch the MCP server as a background process:

    build/Debug/flamerobin.exe --mcp
    
  3. Protocol Interactions: Send JSON-RPC 2.0 messages over standard input and receive responses over standard output. For example, to list all registered databases, send:

    {"jsonrpc": "2.0", "method": "tools/call", "id": 1, "params": {"name": "list_databases", "arguments": {}}}
    
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. 8d ago First seen · 32 lines · 25 tokens per session scan A c5cebfa605ab

Subscribe to this mod's changes

flamerobin-mcp is a skill published in the GitHub repository mariuz/flamerobin (262 stars, last pushed 2d ago), licensed MIT. It adds 25 tokens to every session and 308 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-30.