By matintosh
Integrate any website with vendetus.autos — embed listings, post questions/offers from your forms, fetch car data, manage inventory. Bundles an MCP server, a skill, and slash commands for the integrator workflow.
Generate an embed snippet (loader JS or iframe) for a vendetus.autos car listing
Fetch a car's details from vendetus.autos and render a custom UI (uses the MCP server)
Scaffold a frontend form (comment or offer) that posts to the user's backend proxy route
List the user's own cars from vendetus.autos (uses the MCP server)
Scaffold a backend proxy route that forwards browser form posts to the vendetus.autos public API (so the API key stays server-side)
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
api_keyGet one at https://app.vendetus.autos/integrations (requires Pro or Dealer plan). Starts with pcsk_…
${user_config.api_key}Public packages, skills, and examples for integrating with vendetus.autos — the car selling platform for Uruguay.
This repo contains:
| Path | What |
|---|---|
packages/mcp | vendetus-mcp MCP server (npm) — exposes 6 tools to AI agents |
packages/sdk | @vendetus/sdk typed REST client (npm) |
skills/ | SKILL.md for Claude Code / Cursor / Copilot |
examples/ | Drop-in integration templates |
Backend / app source stays in a separate private repo.
claude mcp add vendetus-autos \
--env VENDETUS_API_KEY=pcsk_... \
-- npx -y vendetus-mcp
npm install @vendetus/sdk
import { VendetusClient } from "@vendetus/sdk";
const client = new VendetusClient({ apiKey: process.env.VENDETUS_API_KEY! });
const { cars } = await client.listMyCars({ status: "active" });
<div data-vendetus-car="tu-auto-slug"></div>
<script src="https://vendetus.autos/embed.js" async></script>
examples/nextjs-embed — Next.js page that lists
a dealership's inventory using the SDK + posts offers from a contact formexamples/node-cli — bulk-update prices on cars
matching a make/modelAdd yours: PRs welcome.
Issues and PRs welcome. For platform bugs or feature requests, open a support request instead — that goes straight to our inbox.
MIT
npx claudepluginhub matintosh/vendetus-autos --plugin vendetus-autosPersistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.