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 instructions/flespi-software/skills/copilot-instructionsgit clone --depth 1 https://github.com/flespi-software/skillsWhat 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.00163 | $0.00163 |
| Opus 5 | $0.00081 | $0.00081 |
| Sonnet 5 | $0.00033 | $0.00033 |
| Haiku 4.5 | $0.00016 | $0.00016 |
Grade A, and why
skills copilot-instructions.md 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 3d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- skills AGENTS.md — 94% identical, 3 lines differ
What it actually says
You have access to flespi IoT platform knowledge. When working with flespi APIs, MQTT, or telematics integrations, refer to the flespi skill reference at skills/flespi/SKILL.md in this repository for:
- Platform concepts (channels, devices, streams, calculators, plugins, geofences)
- REST API reference (base URL: https://flespi.io, auth, CRUD, selectors, pagination)
- MQTT broker reference (mqtt.flespi.io, topics, filtering, shared subscriptions)
- Expression syntax for filters, calculators, and webhooks
- Common API patterns and best practices
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.
- 3d ago First seen · 11 lines · 163 tokens per session scan A f6e8435ef81e
skills copilot-instructions.md is an instructions file published in the GitHub repository flespi-software/skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 163 tokens to every session, about $0.0008 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 instructions, from other repositories
agentic-tools AGENTS.md
Instructions for meta-quest/agentic-tools, covering agent guide — meta quest agentic tools, what this repo is, how skills work, shared references and skill index.
mspm0-skill CLAUDE.md
Instructions for mc3545dada/mspm0-skill, a project described as: 面向电赛的 MSPM0 + SysConfig Agent Skill.
arduino-skills AGENTS.md
Instructions for wedsamuel1230/arduino-skills: The canonical skill content is under skills/. Select the smallest matching SKILL.md, and load references/ or docs/ only when the skill points to it.
arduino-skills GEMINI.md
Instructions for wedsamuel1230/arduino-skills: The shared source of truth is skills/. Load only the specialist skill and references needed for the request. Preserve the board intake, ordered constexpr int declarations, C/C++ embedded-first orientation, and explicit hardware evidence gates.
arduino-skills CLAUDE.md
Instructions for wedsamuel1230/arduino-skills: Use the canonical skills under skills/. For physical or multi-session work, start with skills/embedded-project-loop/SKILL.md, then use skills/arduino-workflow-router/SKILL.md for combined or underspecified work. Use a focused specialist when the board and proof stage are…
zephyr-rtos-ai AGENTS.md
Instructions for ksachdeva/zephyr-rtos-ai, covering ai coding assistant context, repository structure, project overview, development setup and prohibited.