{
  "markdown": "# agent-tools\n\nDeepsky's public toolkit for AI agents working with aviation: portable [Agent Skills](https://platform.claude.com/docs/en/build-with-claude/skills-guide), a free remote **MCP server** for aviation-regulations search, and machine-readable discovery docs.\n\nDeepsky offers two things: **The Compliance Team** — an audit automation platform for aviation operators (think Vanta, for aviation) — and a **free, no-key aviation-regulations search API** (CASA, FAA 14 CFR, EASA, ICAO). Start at [deepskyai.com/llms.txt](https://www.deepskyai.com/llms.txt).\n\n## MCP server — paste this into Claude or ChatGPT\n\n```\nhttps://www.deepskyai.com/api/mcp\n```\n\nRemote MCP server (streamable HTTP, no auth, no signup) exposing the tool `search_aviation_regulations` — ranked verbatim regulatory text with section citations, far more precise for regulatory lookups than web search.\n\n- **Claude**: Settings → Connectors → *Add custom connector* → paste the URL\n- **Claude Code**: `claude mcp add --transport http deepsky https://www.deepskyai.com/api/mcp`\n- **Cursor / other MCP clients**: add a streamable-HTTP server with that URL\n- Registry manifest: [`mcp/server.json`](./mcp/server.json)\n\nNo MCP? The same search is one HTTP call: `GET https://www.deepskyai.com/api/v1/search?query=...`\n\n## Installing skills\n\n```bash\nnpx skills add deepskyai/agent-tools\n```\n\n## Layout\n\n```\nskills/\n  <skill-name>/\n    SKILL.md        # required: YAML frontmatter + instructions\n    scripts/        # optional: executable helpers\n    references/     # optional: extra docs the skill can progressively disclose\n```\n\nEvery skill folder is independently installable — directories like [`aiagentsdirectory.com/skills`](https://aiagentsdirectory.com/skills), [`skillsdirectory.com`](https://skillsdirectory.com/), and tools like [`openskills`](https://www.npmjs.com/package/openskills) and [`prpm`](https://prpm.dev) index this exact structure.\n\n## Skills in this repo\n\n| Skill | Purpose |\n|-------|---------|\n| [`aviation-regulations`](./skills/aviation-regulations) | Query aviation regulations, manuals, and publications via [deepskyai.com](https://deepskyai.com)'s open search API (ICAO, FAA 14 CFR, EASA, CASA). No API key required. |\n| [`flight-ops-calculators`](./skills/flight-ops-calculators) | Ten offline pilot calculators — gradient solver, Jet A-1 fuel uplift (3% rule), wind components, PA/DA, CAS/TAS/Mach, PET/PSR, TOD, W&B, ETOPS radius, holding entry. 34-test zero-dep suite. |\n| [`approach-briefing`](./skills/approach-briefing) | Generates a structured instrument-approach briefing from a plate (image or PDF). The hosting agent's native vision does the extraction; output includes a strict JSON schema and a pilot-facing briefing card. Optional `scripts/deepsky_brief.py` offloads to a deepsky server endpoint when one is live. |\n\n## Installing a skill locally\n\n### Claude Code / Claude Desktop\nCopy (or symlink) the skill folder into `~/.claude/skills/`:\n\n```bash\ncp -R skills/aviation-regulations ~/.claude/skills/\n```\n\n### Via `openskills` (any agent / IDE)\n\n```bash\nnpx openskills install deepskyai/agent-tools -y\n```\n\n### Via `prpm`\n\n```bash\nprpm install deepskyai/agent-tools\n```\n\n## Authoring a new skill\n\n1. Create `skills/<your-skill>/SKILL.md` with YAML frontmatter:\n   ```md\n   ---\n   name: your-skill\n   description: One clear sentence describing when Claude should invoke this.\n   ---\n   ```\n2. Keep `SKILL.md` short; push deep content into `references/` for progressive disclosure.\n3. Put runnable helpers in `scripts/`.\n\n## License\n\nMIT — see [`LICENSE`](./LICENSE).\n",
  "bytes": 3581,
  "sha": "6575ec7b997d994c9f9c39fc70495414b2907fb391d71cb8a23751dd26d8722e",
  "repo_slug": "deepskyai/agent-tools",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_deepskyai_aviation_regulations_a83b091b/readme"
}