Releases: drivly/auto-dev-skill
Releases · drivly/auto-dev-skill
v1.1.0 — CLI, MCP & SDK
What's New
Auto.dev now works with AI agents four ways:
MCP Server
auto mcp installauto-configures the MCP server in Claude Code, Claude Desktop, and Cursor- 13 tools available:
auto_decode,auto_listings,auto_payments,auto_recalls, and more auto_docsgives agents live parameter lookup — no more guessing API params
CLI
npm install -g @auto.dev/sdkinstalls theautoCLI globally- OAuth login via
auto login— no API key needed auto decode,auto listings,auto payments,auto docs,auto explore, and more- All commands support
--jsonfor structured output
SDK
@auto.dev/sdkpackage with typed methods for every endpointauto.decode(),auto.listings(),auto.payments(), and more- Full TypeScript support with structured responses
Agent Skill Updates
- SKILL.md restructured: agents now detect MCP > CLI > SDK > Direct API and use the best available surface
- Raw HTTP URL patterns replaced with compact routing — halves the context window usage
auto_docsandauto docsused for live parameter lookup instead of static URL cheat sheets- SDK section added to
code-patterns.md
OpenClaw / ClawHub
- Published to ClawHub — install via
clawhub install auto-dev - Passing security scan: Benign, high confidence
Full Changelog: v1.0.0...v1.1.0
v1.0.0 — Initial Release
Auto.dev Agent Skill v1.0.0
First release — giving 42+ AI coding agents superpowers with Auto.dev automotive data APIs.
Install
npx skills add drivly/auto-dev-skill
Highlights
- 12 API endpoints covered with verified response schemas
- 8 chaining patterns — search → enrich, safety check, finance, full report, batch export, and more
- Code generation — TypeScript types, Node.js/Python helpers, Next.js/Express/Flask patterns
- 5 app templates — car search, dealer dashboard, vehicle comparison, VIN lookup, price alerts
- 7 integration recipes — Slack, email, cron, GitHub Actions, Google Sheets, Zapier, CLI
- 8 business workflows — dealer analysis, fleet procurement, due diligence, market pricing
- Error recovery — model name normalization, VIN validation, plan-aware upgrade prompts
- Real examples — actual API responses from live calls with formatted output patterns
Works with Claude Code, Cursor, Codex, GitHub Copilot, Windsurf, and more.