Back to Home
athola icon

skrills

Verified Safe

by athola

Overview

Provides a Machine-checked Proof (MCP) server and CLI for efficient discovery, filtering, and injection of local SKILL.md files into AI agent prompts.

Installation

Run Command
skrills serve

Environment Variables

  • HOME
  • SKRILLS_PROMPT
  • SKRILLS_EXTRA_DIRS
  • SKRILLS_INCLUDE_CLAUDE
  • SKRILLS_DIAG
  • SKRILLS_AUTO_PIN
  • SKRILLS_AUTOLOAD_MAX_BYTES
  • SKRILLS_RENDER_MODE_LOG
  • SKRILLS_MANIFEST
  • SKRILLS_CACHE_TTL_MS
  • SKRILLS_TRACE_WIRE
  • SKRILLS_EMBED_THRESHOLD
  • SKRILLS_EXPOSE_AGENTS
  • SKRILLS_MANIFEST_FIRST
  • SKRILLS_MANIFEST_MINIMAL
  • SKRILLS_ACCEPT_GZIP
  • SKRILLS_MANIFEST_ALLOWLIST

Security Notes

The server primarily communicates over standard I/O (stdio), minimizing network attack surface. It employs a `SIGCHLD` handler on Unix to prevent zombie processes, reflecting careful child process management. File system access is confined to expected directories (~/.codex, ~/.claude, user-specified skill paths) and explicit actions like `skrills sync`. No `eval` or obvious hardcoded secrets were found. Warnings are provided in documentation about reviewing third-party skills before integration.

Similar Servers

Stats

Interest Score45
Security Score9
Cost ClassLow
Avg Tokens456
Stars5
Forks1
Last Update2025-12-05

Tags

MCPAI AgentsSkill ManagementRustCLI