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 agentmods add skills/maxidonkey/delphigenai/delphi-uses-graphnpx skills add MaxiDonkey/DelphiGenAI --skill delphi-uses-graphgit clone --depth 1 https://github.com/MaxiDonkey/DelphiGenAIWrote 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/maxidonkey/delphigenai/delphi-uses-graph)<a href="https://agentmods.dev/skills/maxidonkey/delphigenai/delphi-uses-graph"><img src="https://agentmods.dev/badge/skills/maxidonkey/delphigenai/delphi-uses-graph.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.00105 | $0.00985 |
| Opus 5 | $0.00053 | $0.00492 |
| Sonnet 5 | $0.00021 | $0.00197 |
| Haiku 4.5 | $0.00011 | $0.00098 |
Grade A, and why
delphi-uses-graph 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.
How it starts
The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Delphi uses-graph skill
This skill builds a directed graph of uses dependencies between Delphi /
Object Pascal units, computes coupling metrics, and detects circular
dependencies.
OpenAI Responses container note
This OpenAI-adapted bundle is intended to be registered through the OpenAI
Skills API and attached to a Responses shell/container tool as a
skill_reference. The analysis logic is vendor-neutral; the OpenAI-specific
requirement is that the container can run Python and can read the uploaded
Delphi project files.
When to use this skill
- The user uploads an archive (
.zip,.tar,.tar.gz) containing a Delphi project, or a folder of.pas/.dpr/.dpksources, and asks for an architecture map or a dependency graph. - The user asks "which unit depends on what?", "are there cycles?", "what's the fan-in / fan-out?" against a Delphi codebase.
- The user wants a visual artifact (Mermaid, SVG, DOT) summarizing unit-level coupling.
Do not use this skill for non-Pascal codebases.
Inputs
The skill expects exactly one of:
- A
.zip/.tar/.tar.gzarchive of a Delphi project. - A directory already containing
.pas,.dpr, or.dpkfiles.
If the user pastes raw Pascal source instead, persist it to one or more
temporary .pas files first, then point --input at their parent directory.
Workflow
- Locate the input archive or directory in the working area.
- Run
scripts/tool.pywith--inputpointing at it and--outputpointing at a fresh output folder. - Read the generated
report.mdand summarize parsed units, fan-in/fan-out, cycles, and orphan units. - Attach or surface the generated artifacts: Mermaid, DOT, SVG when present,
JSON, and report. Embed
uses-graph.mmdinline when the conversation surface supports Mermaid rendering.
Quick start
python scripts/tool.py \
--input /path/to/project.zip \
--output /path/to/out
If the container exposes python3 instead of python, use python3 with the
same arguments.
What ships with it
2 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.
- 6d ago First seen · 96 lines · 105 tokens per session scan A 6d4ba3940fba
delphi-uses-graph is a skill published in the GitHub repository MaxiDonkey/DelphiGenAI (86 stars, last pushed 2mo ago), licensed MIT. It adds 105 tokens to every session and 985 once invoked, about $0.0005 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.
Other skills, from other repositories
bootstrap-realtime-eval
Bootstrap a new realtime eval folder inside this cookbook repo by choosing the right harness from examples/evals/realtimeevals, scaffolding prompt/tools/data files, generating a useful README, and validating it with smoke, full eval, and test runs. Use when a user wants to start a new crawl, walk, or run realtime eval…
stripe-projects
Use after E2B sandbox/API access has been provisioned through Stripe Projects and the user needs to use the resulting E2B API key with the E2B CLI, JavaScript SDK, Python SDK, or Code Interpreter SDK.
gh-issues
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
himalaya
CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).