Agent skills for AI coding agents - restaurant reservations, pharmacy stock, library tracking, and more
SaferSkills independently audited agent-skills (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Skills that give AI agents practical abilities - restaurant reservations, pharmacy stock checks, library tracking, geopolitical monitoring. Each skill is a standalone repo you install in one command.
Search Israeli restaurants, check availability across date ranges, and get booking links.
"Find me a table for 2 at Taizu this Friday or Saturday evening"
npx skills add alexpolonsky/agent-skill-ontopoCheck prescription medication stock at Maccabi pharmacies before you go. Search all nearby branches in one query.
"Is Nurofen in stock at any Maccabi pharmacy in Tel Aviv?"
npx skills add alexpolonsky/agent-skill-maccabi-pharm-searchTrack when books get added to your Libby/OverDrive library. Watchlists, multi-library profiles, cron-ready notifications.
"Watch for 'The Travelling Cat Chronicles' by Hiro Arikawa at my library"
npx skills add alexpolonsky/agent-skill-libby-book-monitorMonitor US-Iran strike probability across news, flights, oil prices, Iran connectivity, military tankers, Polymarket odds, and Pentagon activity.
"Is something happening with Iran right now?"
npx skills add alexpolonsky/agent-skill-strikeradarSearch historical entertainment, nightlife, and culture venues in Tel Aviv-Yafo and Haifa. Community-curated data from timemap.co.il - bars, cafes, clubs, cinemas, food venues, performance spaces.
"Where could you go dancing in Tel Aviv in the 90s?"
npx skills add alexpolonsky/agent-skill-timemapSearch specialty coffee shops in Jerusalem by name, amenities, ratings, and opening hours. Data from coffee.amsterdamski.com, created and curated by Shaul Amsterdamski.
"Which coffee shops in Jerusalem have WiFi and are open on Saturday?"
npx skills add alexpolonsky/agent-skill-jlm-coffeeAgent Skills are folders of instructions, scripts, and resources that agents can discover and use automatically. Think of them as apps for your AI agent - install one, and your agent gains an ability it didn't have before.
Each skill contains a SKILL.md manifest that describes what the skill does and how to use it. When your agent loads a skill, it reads this manifest and knows what commands are available.
The format is an open standard supported by Claude Code, Cursor, Codex, VS Code, Gemini CLI, Roo Code, Goose, and many more.
npx skills add alexpolonsky/agent-skill-<name><details> <summary>Manual install</summary>
Clone into your agent's skills directory:
# OpenClaw
git clone https://github.com/alexpolonsky/agent-skill-<name> ~/.openclaw/skills/<name>
# Claude
git clone https://github.com/alexpolonsky/agent-skill-<name> ~/.claude/skills/<name>
# Cursor
git clone https://github.com/alexpolonsky/agent-skill-<name> ~/.cursor/skills/<name></details>
Alex Polonsky - GitHub - LinkedIn - Twitter/X
MIT - see individual skill repos for details. These are unofficial, independent tools provided as-is. Verify information from original sources before acting on data from these skills.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.