Borrowing it
Nothing to install: this file belongs to ai-swiss/base. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ai-swiss/base/main/.ai/agents/createur-agent/skills/competences/outils-connus/SKILL.mdgit clone --depth 1 https://github.com/ai-swiss/baseWrote 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/ai-swiss/base/outils-connus)<a href="https://agentmods.dev/skills/ai-swiss/base/outils-connus"><img src="https://agentmods.dev/badge/skills/ai-swiss/base/outils-connus/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ai-swiss/base/outils-connus"><img src="https://agentmods.dev/badge/skills/ai-swiss/base/outils-connus.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 35 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00015 | $0.01195 |
| Opus 5 | $0.00008 | $0.00598 |
| Sonnet 5 | $0.00003 | $0.00239 |
| Haiku 4.5 | $0.00002 | $0.00120 |
Grade A, and why
outils-connus 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 9d 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 — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Outils connus: référence de base
Dernière vérification: avril 2026.
Ce fichier sert de secours quand le créateur-agent n'a pas accès au web pour consulter la documentation à jour d'un outil. Toujours préférer la documentation en ligne: les outils évoluent vite et ces repères peuvent être périmés.
Rappel: les 5 primitives abstraites
Tout outil IA a besoin de 5 choses pour faire vivre un agent BASE:
- Contexte permanent: charger AGENT.md à chaque session
- Skills découvrables: l'outil trouve et invoque les SKILL.md
- Règles par chemin: garde-fous activés selon le fichier touché
- Permissions: contrôler ce que l'agent peut faire
- Protection du cadre: empêcher la modification de
.ai/
Claude Code
| Primitive | Implémentation |
|---|---|
| Contexte permanent | CLAUDE.md à la racine avec @.ai/agents/[nom]/AGENT.md (import mécanique) |
| Skills découvrables | Copier les skills dans .claude/skills/ (auto-découverte, dossiers plats) |
| Règles par chemin | .claude/rules/*.md avec frontmatter paths: ["chemin/**"] |
| Permissions | .claude/settings.json avec permissions.allow et permissions.deny |
| Protection du cadre | Hook PreToolUse ou permission deny sur .ai/** dans settings.json |
Structure résultante:
CLAUDE.md ← @.ai/agents/[nom]/AGENT.md
.claude/
settings.json ← permissions + hooks
rules/
guardrails.md ← paths: ["devis/**", "clients/**"]
skills/ ← copie aplatie de tous les SKILL.md
nouveau-devis/SKILL.md
configuration/SKILL.md
metier-devis/SKILL.md
communication/SKILL.md
marqueurs/SKILL.md
journal/SKILL.md
Codex (OpenAI)
| Primitive | Implémentation |
|---|---|
| Contexte permanent | AGENTS.md à la racine (contenu généré depuis AGENT.md, pas d'import) |
| Skills découvrables | .codex/skills/ ou .agents/skills/ (enregistrés dans config.toml) |
| Règles par chemin | AGENTS.md imbriqué dans les sous-dossiers (ex. devis/AGENTS.md) |
| Permissions | .codex/config.toml avec sandbox_mode et approval_policy |
| Protection du cadre | Filesystem permissions dans config.toml |
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.
- 9d ago First seen · 99 lines · 15 tokens per session scan A a7b505405393
outils-connus is a skill published in the GitHub repository ai-swiss/base (45 stars, last pushed 5d ago), licensed Apache-2.0. It adds 15 tokens to every session and 1,195 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.
Other skills, from other repositories
mnemon
Persistent memory CLI for LLM agents. Store facts, recall past knowledge, link related memories, manage lifecycle.
mnemon
Persistent memory CLI for LLM agents. Store facts, recall past knowledge, link related memories, manage lifecycle.
durable-session-state
Persist plans, scope decisions, evidence, and reviewer/critic verdicts to durable files during long or multi-phase tasks so work survives context compaction, session resumes, and handoffs. Use for swarm-mode tasks, before context grows large, when recording approval gates, and when resuming after compaction or a…
memory
Persistent, token-efficient project memory. When ON, maintains a .shob/memory/ folder of structured .md files so the full context of the project is NEVER lost across responses, sessions, or context compaction. Uses progressive disclosure — routes through a lightweight INDEX and loads only the files a task needs…
learn
Diagnose and fix agent behavioral surfaces when the user corrects a mistake — connects to Claude native memory.
sivtr-memory
Retrieve shared local work memory: terminal activity, AI conversation history, prior decisions, validation evidence, debugging trails, recaps, and handoff context. Use before asking the user to repeat local work context.