thinkfleetai
- 213 skills
- 0 followers
- 13 hours ago last updated
- ▌
- ▌
- ▌ Tmdb · thinkfleetaiSearch movies/TV, get cast, ratings, streaming info, and personalized recommendations via TMDb API.
- ▌ Model Usage · thinkfleetai bundleUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
- ▌ Google Sheets · thinkfleetaiRead and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
- ▌ Ssh Essentials · thinkfleetaiEssential SSH commands for secure remote access, key management, tunneling, and file transfers.
- ▌ Invoice Generator · thinkfleetaiGenerate professional PDF invoices from JSON data. Use when the user needs to create an invoice, billing document, or payment request with company/client details and line items.
- ▌ Memmesh Capture · thinkfleetai bundlePersist the durable signal from this conversation into the user's MemMesh memory as you work. Use throughout and at the end of any working session — especially when the user states a lasting fact, makes a decision, reveals a preference, or walks through a repeatable procedure or how-to. Requires the MemMesh MCP connector (memory_observe). Opt-in; this is the user's own memory.
- ▌ Memmesh · thinkfleetaiPersistent hierarchical memory shared across every AI tool the user runs. The engine decides what's worth saving — your job is just to feed it raw text via `memory.observe` and to recall via `memory.search` when context would help. Use both on every session.
- ▌ Memmesh CLI · thinkfleetaiMemMesh CLI + local MCP server — the zero-infra, no-API-key path to the same engine as the hosted SDK. Runs fully local over SQLite. Covers install (wires MCP config + the teaching skill into Claude Code / Cursor / Windsurf / Codex), and the memory subcommands (save / get / search / migrate / mcp / serve). TRIGGER when: user mentions "memmesh cli", "memmesh install", "thinkfleet-memory" binary, "npx @thinkfleet/memmesh", running `memmesh mcp`, or wants local memory with no hosted account. DO NOT TRIGGER for: the hosted TS SDK (use `memmesh-sdk`), or the always-on observe/recall behavior (use the `memmesh` skill).
- ▌ Memmesh Sdk · thinkfleetaiMemMesh TypeScript SDK reference (@thinkfleet/memory-sdk) for the hosted platform at app.memmesh.ai. Covers the ThinkFleetMemory client — observe / search / list, the predict + lattice prediction surface, closed-loop learning (recordDecision / recordOutcome), emergent behavior discovery, and the health / financial vertical packs. TRIGGER when: user is writing code that calls the MemMesh SDK, mentions "@thinkfleet/memory-sdk", "ThinkFleetMemory", "memmesh sdk", "lattice.predict", "predictTarget", or wants to add memory OR prediction to a TS/JS app. DO NOT TRIGGER for: the local MCP observe/recall loop (that's the always-on `memmesh` skill), CLI usage (use `memmesh-cli`), or wiring into an existing repo (use `memmesh-integrate`).
- ▌ Memmesh Migrate · thinkfleetaiMigrate an existing memory setup ONTO MemMesh — either from another vendor (Mem0, Zep, Letta/MemGPT, a raw vector store) or from MemMesh Local (SQLite) up to MemMesh Hosted. Audits the current usage, produces a reviewable migration plan (API mapping + data export/import), and executes it on approval. Maps add→observe, search→search, and shows what MemMesh adds that the source lacked (prediction, calibration, bi-temporal graph). TRIGGER when: user says "migrate from mem0", "switch from zep to memmesh", "move my memory to memmesh", "replace mem0 with memmesh", or "move local memmesh to the hosted platform". DO NOT TRIGGER for: a fresh integration with no incumbent (use memmesh-integrate) or general SDK questions (use memmesh-sdk).
- ▌ Memmesh Integrate · thinkfleetaiIntegrate MemMesh into an existing repository using a goal-driven, test-first (TDD) pipeline. Detects the repo's language/stack, asks whether to use MemMesh Hosted (SDK, managed) or Local (CLI + MCP over SQLite), writes failing tests before any implementation, and lands additive, feature-flag-gated code that a maintainer can accept without argument. Produces `.memmesh-integration/` artifacts for the paired verification skill. TRIGGER when: user says "integrate memmesh", "add memmesh to this repo", "wire memmesh into <repo>", "add memory to this app", or "add prediction to this app". DO NOT TRIGGER for: general SDK usage (use `memmesh-sdk`), CLI usage (use `memmesh-cli`), or migrating off another vendor (use `memmesh-migrate`). After success, invoke `memmesh-test-integration` in the same workspace.
- ▌ Memmesh Test Integration · thinkfleetaiVerify a MemMesh integration produced by memmesh-integrate. Runs in the same workspace: executes the repo's native test suite, then exercises a real end-to-end smoke flow (observe → search → optionally predict) against the user's live key or local engine, and produces a pass/fail scorecard. TRIGGER when: the user has just run memmesh-integrate and says "verify", "test the integration", or when a `.memmesh-integration/` directory exists and tests have not been run yet. DO NOT TRIGGER for: first-time wiring (use memmesh-integrate) or vendor migration (use memmesh-migrate).
- ▌ Pin · thinkfleetaiProtect a critical MemMesh memory from consolidation/pruning by raising its importance and marking it high-impact — or unpin to release it. Use for architecture decisions, security constraints, or immutable team conventions that must never be retired by a `dream` pass.
- ▌ Why · thinkfleetaiExplain a MemMesh prediction or recalled fact — surface its provenance (evidence memories), its calibrated confidence, and whether the model abstained and why. Use when the user asks "why do you think that", "what's this based on", "how sure are you", or needs an auditable, defensible answer for a regulated decision.
- ▌ Peek · thinkfleetaiQuick memory lookup — search MemMesh and show compact one-liner results, or fetch one memory by id. Use for fast checks ("did we record X?"), resolving a [memmesh:id] citation, or browsing without full detail.
- ▌ Tour · thinkfleetaiBrowse all stored MemMesh memories for a project/user, grouped by type/scope with full content. Use when reviewing everything captured, onboarding to a project, or getting an overview of decisions, conventions, and learnings.
- ▌ Dream · thinkfleetaiConsolidate MemMesh memories — find duplicates and contradictions, merge or supersede them, and retire stale entries — to keep search results clean. Use when memory count is high, search feels noisy/repetitive, or for periodic hygiene. Respects pinned memories.
- ▌ Graph · thinkfleetaiQuery MemMesh's bi-temporal knowledge graph — multi-hop reasoning across entities, point-in-time "what did we believe on date X", and anticipatory retrieval via spreading activation. Use for questions no single stored fact answers, or to see how knowledge about an entity changed over time.
- ▌ Stats · thinkfleetaiShow MemMesh usage stats for a project/user — total count and breakdowns by type, scope, and status, plus the oldest/newest timestamps. Use when checking "how many memories do I have", auditing distribution before a cleanup, or giving a quick health read.
- ▌ Export · thinkfleetaiExport MemMesh memories for a project/user to a portable Markdown (or JSONL) file for backup, migration, or sharing. Use when backing up, moving to another project, sharing memory state with teammates, or archiving before a cleanup.
- ▌ Forget · thinkfleetaiDelete or correct a MemMesh memory. Finds the item by search or id, confirms, then soft-deletes (default, sync-safe) or hard-deletes (GDPR/cleanup). Also handles "undo that" for a memory just added, and corrections via supersede. Use when removing outdated/incorrect/sensitive memories or cleaning up after experiments.
- ▌ Health · thinkfleetaiDiagnose MemMesh connectivity and correctness — is the MCP server reachable, is the key/config valid, do read and write actually work? Use when memory operations fail, searches return empty unexpectedly, observe/save errors occur, or to confirm the plugin is wired correctly.
- ▌ Import · thinkfleetaiImport memories into MemMesh from an exported file, a native MEMORY.md / CLAUDE.md, an ADR/decision log, or a mem0 export. Use when migrating from another project, restoring a backup, or seeding a new project with existing knowledge.
- ▌ Onboard · thinkfleetaiSet up MemMesh for a new project — verify the MCP server is wired, pick local vs hosted, import any existing project knowledge (MEMORY.md, CLAUDE.md, a mem0 export), and seed initial scopes. Use on first run in a repo, when the API key changes, or to re-run setup after config changes.
- ▌ Predict · thinkfleetaiForecast what a subject will do next from their mined behavior patterns — with a calibrated, horizon-decayed confidence and provenance. Use when the user asks "what is this user/account likely to do next", "will X churn/convert/ reorder", or wants a forward prediction rather than a recall of known facts. This is a MemMesh capability a plain memory layer does not have.
- ▌ Remember · thinkfleetaiStore a memory in MemMesh from the user's input. Prefers memory_observe (the engine decides what to extract) and falls back to memory_save only for verbatim/structured notes. Use when the user says "remember this", "save this", "note that", "from now on", "we decided", or explicitly asks to record a decision, preference, convention, or learning.
- ▌ Behaviors · thinkfleetaiSurface emergent behavior patterns MemMesh has mined from a subject's history — recurring habits nobody predefined, each with prevalence, stability, and the evidence behind it. Use when the user asks "what patterns do you see", "what are this user's habits", or wants the patterns that drive predictions.
- ▌ Benchmark · thinkfleetaiRun MemMesh's competitive benchmark harness (LOCOMO / BEAM) to compare retrieval quality, tokens, latency, and cost against Mem0, Zep, full-context, and naive-RAG baselines. Use when the user wants proof MemMesh is better, is evaluating a migration, or asks "how does this compare to mem0".
- ▌ Context Loader · thinkfleetaiLoad relevant MemMesh context before starting work — searches memory and, for a specific subject, assembles a token-budgeted bundle (profile + behavior patterns + forward predictions + top memories) in one call. Use when beginning a task, switching context, or when project history / past decisions / a subject's profile would help.
- ▌ Switch Project · thinkfleetaiOverride the auto-detected project scope for MemMesh reads/writes, or widen to cross-project / user-level search. Use when working across repos, pulling a decision from another project, or when auto-detection resolved to the wrong projectId.
- ▌
- ▌
- ▌ Coolify · thinkfleetaiManage Coolify deployments, applications, databases, and services via the Coolify API. Use when the user wants to deploy, start, stop, restart, or manage applications hosted on Coolify.
- ▌
- ▌
- ▌ Docusign · thinkfleetaiSend documents for electronic signature via DocuSign API. Create envelopes, track signing status, and download signed documents.
- ▌ Edge Tts · thinkfleetaiText-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
- ▌ Homebrew · thinkfleetaiHomebrew package manager for macOS. Search, install, manage, and troubleshoot packages and casks.
- ▌
- ▌ Linkedin · thinkfleetaiQuery LinkedIn — profile, connections, posts, and organization pages via the REST API.
- ▌ Pinecone · thinkfleetaiManage Pinecone vector database — indexes, upsert vectors, query, and delete via the REST API.
- ▌ Postgres · thinkfleetaiPostgreSQL database management. Run queries, manage schemas, and monitor performance.
- ▌
- ▌ Supabase · thinkfleetaiQuery Supabase — database tables, auth users, storage, and edge functions via the REST API.
- ▌
- ▌ 1password · thinkfleetai bundleSet up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Mailchimp · thinkfleetaiManage Mailchimp — lists, campaigns, subscribers, and templates via the Marketing API.
- ▌ Pagerduty · thinkfleetaiManage PagerDuty incidents, services, and on-call schedules via the REST API.
- ▌ Pipedrive · thinkfleetaiManage Pipedrive CRM — persons, organizations, deals, and activities via the REST API.
- ▌ Portainer · thinkfleetaiControl Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git.
- ▌ Snowflake · thinkfleetaiQuery Snowflake data warehouse — execute SQL, manage warehouses, and query metadata via the SQL API.
- ▌ Tailscale · thinkfleetaiManage Tailscale tailnet via CLI and API. Use when the user asks to "check tailscale status", "list tailscale devices", "ping a device", "send file via tailscale", "tailscale funnel", "create auth key", "check who's online", or mentions Tailscale network management.
- ▌ Terraform · thinkfleetaiManage infrastructure as code using Terraform CLI (init, plan, apply, state).
- ▌ Test Data · thinkfleetaiGenerate realistic test data with Faker, create database seeds, manage fixtures, and build factory patterns.
- ▌ Agent Zero · thinkfleetaiCreate and manage Agent Zero autonomous tasks. Run goals, check status, cancel tasks, list history, and use pre-built templates.
- ▌
- ▌ Clean Code · thinkfleetaiRefactoring patterns, SOLID principles, code smell detection, and pragmatic coding standards.
- ▌ Cloudflare · thinkfleetaiManage Cloudflare — zones, DNS records, Workers, and analytics via the REST API.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Python Pro · thinkfleetaiAdvanced Python: async/await, type hints, dataclasses, context managers, decorators, testing patterns, and performance optimization.
- ▌ Quickbooks · thinkfleetaiQuery QuickBooks Online — invoices, customers, payments, accounts, and reports via the REST API.
- ▌ S3 Storage · thinkfleetaiUpload, download, and list files in S3-compatible storage (AWS S3, Cloudflare R2) using Python boto3.
- ▌ Salesforce · thinkfleetaiQuery and manage Salesforce CRM — accounts, contacts, leads, opportunities, and cases via the REST API.
- ▌ Servicenow · thinkfleetaiQuery and manage ServiceNow — incidents, changes, problems, and catalog items via the Table API.
- ▌ Skills Hub · thinkfleetaiUse the ThinkFleet Skills Hub CLI to search, install, update, and publish agent skills. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders.
- ▌
- ▌ Testing UI · thinkfleetaiUI testing with Playwright and Puppeteer -- browser automation, visual regression, screenshots, and accessibility audits.
- ▌ Things Mac · thinkfleetaiManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks ThinkFleetBot to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
- ▌
- ▌ Web Browse · thinkfleetaiFetch and parse web pages using curl + python for HTML-to-text extraction.
- ▌ Xai Search · thinkfleetaiSearch X/Twitter and the web in real-time using xAI's Grok API with agentic search tools.
- ▌ API Testing · thinkfleetaiTest APIs with Newman/Postman collections, contract testing with Pact, mock servers, and GraphQL testing.
- ▌ Apple Music · thinkfleetaiSearch Apple Music, add songs to library, manage playlists, control playback and AirPlay.
- ▌
- ▌ Bambu Local · thinkfleetaiControl Bambu Lab 3D printers locally via MQTT (no cloud). Supports A1, A1 Mini, P1P, P1S, X1C.
- ▌ Bigcommerce · thinkfleetaiManage BigCommerce stores — products, orders, and customers via the REST API.
- ▌ Bluebubbles · thinkfleetaiBuild or update the BlueBubbles external channel plugin for ThinkFleetBot (extension package, REST send/probe, webhook inbound).
- ▌ Code Review · thinkfleetaiSystematic code review: security checks, performance analysis, complexity assessment, best practice validation, and review checklists.
- ▌ MCP Builder · thinkfleetaiBuild Model Context Protocol (MCP) servers: define tools, resources, and prompts that AI agents can discover and use.
- ▌
- ▌ My Tesla · thinkfleetaiControl Tesla vehicles from macOS via the Tesla Owner API using teslapy (auth, list cars, status, lock/unlock, climate, charging, location, and extras). Use when you want to check your car state or run safe remote commands. Designed for Parth Maniar (@officialpm) with local-only auth caching, confirmation gates for disruptive actions, and chat-friendly status output.
- ▌ Testing E2e · thinkfleetaiEnd-to-end testing -- Playwright E2E suites, Cypress E2E, API testing with supertest, load testing with k6, and test reporting.
- ▌ Tmux Agents · thinkfleetaiManage background coding agents in tmux sessions. Spawn Claude Code or other agents, check progress, get results.
- ▌ Uptime Kuma · thinkfleetaiInteract with Uptime Kuma monitoring server. Use for checking monitor status, adding/removing monitors, pausing/resuming checks, viewing heartbeat history. Triggers on mentions of Uptime Kuma, server monitoring, uptime checks, or service health monitoring.
- ▌ Weather Nws · thinkfleetaiReliable US weather data using the National Weather Service API. Free, no API key, detailed forecasts and official alerts.
- ▌ Woocommerce · thinkfleetaiManage WooCommerce stores — products, orders, customers, and coupons via the REST API.
- ▌ API Security · thinkfleetaiAudit APIs for OWASP top 10 vulnerabilities, test authentication flows, validate input handling, and check rate limiting.
- ▌ Apple Photos · thinkfleetaiApple Photos.app integration for macOS. List albums, browse photos, search by date/person/content, export photos.
- ▌ Architecture · thinkfleetaiSoftware architecture tools -- generate diagrams (Mermaid, PlantUML), write ADRs, and document design decisions.