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/david-constantinescu/ftc-knowledge-server/datanpx skills add david-constantinescu/ftc-knowledge-server --skill datagit clone --depth 1 https://github.com/david-constantinescu/ftc-knowledge-serverWhat 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 | $0.00027 | $0.01061 |
| Opus 5 | $0.00014 | $0.00531 |
| Sonnet 5 | $0.00005 | $0.00212 |
| Haiku 4.5 | $0.00003 | $0.00106 |
Grade A, and why
ftc-pedro-expert 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 yesterday.
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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
21 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.
- complete-ftc-reference.md 10 KB
- discovery/complete_manifest_partial.md 3.1 KB
- discovery/github-search-ftc-teamcode-2025.json 39 KB
- discovery/github-search-intothedeep-teamcode.json 27 KB
- discovery/github-search-pedro-java.json 330 KB
- discovery/harvest_2026-06-01.md 3.3 KB
- discovery/verified_resources.md 2.5 KB
- links/blogs-reddit-opinions.md 2.9 KB
- links/official-docs.md 4.7 KB
- links/videos.md 1.6 KB
- notes/ai-agent-code-guidance.md 2.9 KB
- notes/analysis.md 4.7 KB
- notes/download-log.md 904 B
- notes/technical_gold.md 3.5 KB
- repo_indexes/high-signal-java-files.txt 110 KB
- repo_indexes/repo-scan-summary.txt 1.0 KB
- robot-profile.example.json 653 B
- templates/AutoTemplate.java.template 4.4 KB
- templates/FConstants.java.template 2.4 KB
- templates/LConstants.java.template 1.3 KB
- templates/SubsystemTemplate.java.template 938 B
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.
- yesterday First seen · 128 lines · 27 tokens per session scan A 136cd2008e99
ftc-pedro-expert is a skill published in the GitHub repository david-constantinescu/ftc-knowledge-server (0 stars, last pushed 2mo ago), with no licence file. It adds 27 tokens to every session and 1,061 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
camsnap
Capture frames or clips from RTSP/ONVIF cameras. Grabs snapshots, video clips, and motion events from IP cameras, security cameras, and video streams. Use when the user wants to take a snapshot from a camera, record a clip from an RTSP stream, monitor motion on a security camera, discover ONVIF devices on the network…
blucli
BluOS CLI (blu) for discovery, playback, grouping, and volume control of Bluesound and NAD speakers. Use when the user wants to play music, stream audio, control speakers, adjust volume, group or ungroup Bluesound players, search TuneIn radio, or manage multi-room streaming setups.
add-macos-statusbar
Add a macOS menu bar status indicator for NanoClaw. Shows a bolt icon with a green/red dot indicating whether NanoClaw is running, with Start, Stop, and Restart controls. macOS only.
cli-anything-3mf
3MF mesh geometry editor — detect and resize cylindrical holes, repair meshes, compare 3D printing files. Works with BambuStudio and PrusaSlicer 3MF files.
notion
Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.
platform-port
Guide porting FastLED to new MCU platforms, including int.h types, clockless drivers, SPI implementations, and platform detection. Use when adding support for a new microcontroller family or board.