← all publishers

thinkfleetai

@thinkfleetai source repo

213 published skills · page 1 of 3

  1. Bird · thinkfleetai
    X/Twitter CLI for reading, searching, posting, and engagement via cookies.
    0
    installs
  2. Imsg · thinkfleetai
    iMessage/SMS CLI for listing chats, history, watch, and sending.
    0
    installs
  3. Tmdb · thinkfleetai
    Search movies/TV, get cast, ratings, streaming info, and personalized recommendations via TMDb API.
    0
    installs
  4. Model Usage · thinkfleetai bundle
    Use 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.
    0
    installs
  5. Google Sheets · thinkfleetai
    Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
    0
    installs
  6. Ssh Essentials · thinkfleetai
    Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
    0
    installs
  7. Invoice Generator · thinkfleetai
    Generate 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.
    0
    installs
  8. Memmesh Capture · thinkfleetai bundle
    Persist 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.
    0
    installs
  9. Memmesh · thinkfleetai
    Persistent 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.
    0
    installs
  10. Memmesh CLI · thinkfleetai
    MemMesh 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).
    0
    installs
  11. Memmesh Sdk · thinkfleetai
    MemMesh 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`).
    0
    installs
  12. Memmesh Migrate · thinkfleetai
    Migrate 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).
    0
    installs
  13. Memmesh Integrate · thinkfleetai
    Integrate 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.
    0
    installs
  14. Memmesh Test Integration · thinkfleetai
    Verify 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).
    0
    installs
  15. Pin · thinkfleetai
    Protect 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.
    0
    installs
  16. Why · thinkfleetai
    Explain 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.
    0
    installs
  17. Peek · thinkfleetai
    Quick 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.
    0
    installs
  18. Tour · thinkfleetai
    Browse 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.
    0
    installs
  19. Dream · thinkfleetai
    Consolidate 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.
    0
    installs
  20. Graph · thinkfleetai
    Query 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.
    0
    installs
  21. Stats · thinkfleetai
    Show 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.
    0
    installs
  22. Export · thinkfleetai
    Export 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.
    0
    installs
  23. Forget · thinkfleetai
    Delete 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.
    0
    installs
  24. Health · thinkfleetai
    Diagnose 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.
    0
    installs
  25. Import · thinkfleetai
    Import 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.
    0
    installs
  26. Onboard · thinkfleetai
    Set 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.
    0
    installs
  27. Predict · thinkfleetai
    Forecast 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.
    0
    installs
  28. Remember · thinkfleetai
    Store 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.
    0
    installs
  29. Behaviors · thinkfleetai
    Surface 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.
    0
    installs
  30. Benchmark · thinkfleetai
    Run 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".
    0
    installs
  31. Context Loader · thinkfleetai
    Load 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.
    0
    installs
  32. Switch Project · thinkfleetai
    Override 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.
    0
    installs
  33. Canvas · thinkfleetai
    Canvas Skill
    0
    installs
  34. Pihole · thinkfleetai
    Pi-hole Skill
    0
    installs
  35. Coolify · thinkfleetai
    Manage 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.
    0
    installs
  36. Discord · thinkfleetai
    Discord Actions
    0
    installs
  37. Airtable · thinkfleetai
    Manage Airtable bases, tables, and records via the REST API.
    0
    installs
  38. Docusign · thinkfleetai
    Send documents for electronic signature via DocuSign API. Create envelopes, track signing status, and download signed documents.
    0
    installs
  39. Edge Tts · thinkfleetai
    Text-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.
    0
    installs
  40. Homebrew · thinkfleetai
    Homebrew package manager for macOS. Search, install, manage, and troubleshoot packages and casks.
    0
    installs
  41. Krea API · thinkfleetai
    Generate images via Krea.ai API (Flux, Imagen, Ideogram, Seedream, etc.)
    0
    installs
  42. Linkedin · thinkfleetai
    Query LinkedIn — profile, connections, posts, and organization pages via the REST API.
    0
    installs
  43. Pinecone · thinkfleetai
    Manage Pinecone vector database — indexes, upsert vectors, query, and delete via the REST API.
    0
    installs
  44. Postgres · thinkfleetai
    PostgreSQL database management. Run queries, manage schemas, and monitor performance.
    0
    installs
  45. Readwise · thinkfleetai
    Access Readwise highlights and Reader saved articles
    0
    installs
  46. Supabase · thinkfleetai
    Query Supabase — database tables, auth users, storage, and edge functions via the REST API.
    0
    installs
  47. Telegram · thinkfleetai
    Send messages and manage Telegram bots via the Bot API.
    0
    installs
  48. 1password · thinkfleetai bundle
    Set 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.
    0
    installs
  49. Asana Pat · thinkfleetai
    Asana (PAT) skill
    0
    installs
  50. Azure Aks · thinkfleetai
    Manage Azure Kubernetes Service clusters via Azure CLI and kubectl.
    0
    installs
  51. Bitbucket · thinkfleetai
    Manage Bitbucket repositories, pull requests, and pipelines via API.
    0
    installs
  52. Cad Agent · thinkfleetai
    CAD Agent
    0
    installs
  53. Freshdesk · thinkfleetai
    Manage Freshdesk support — tickets, contacts, and agents via the REST API.
    0
    installs
  54. Mailchimp · thinkfleetai
    Manage Mailchimp — lists, campaigns, subscribers, and templates via the Marketing API.
    0
    installs
  55. Pagerduty · thinkfleetai
    Manage PagerDuty incidents, services, and on-call schedules via the REST API.
    0
    installs
  56. Pipedrive · thinkfleetai
    Manage Pipedrive CRM — persons, organizations, deals, and activities via the REST API.
    0
    installs
  57. Portainer · thinkfleetai
    Control Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git.
    0
    installs
  58. Snowflake · thinkfleetai
    Query Snowflake data warehouse — execute SQL, manage warehouses, and query metadata via the SQL API.
    0
    installs
  59. Tailscale · thinkfleetai
    Manage 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.
    0
    installs
  60. Terraform · thinkfleetai
    Manage infrastructure as code using Terraform CLI (init, plan, apply, state).
    0
    installs
  61. Test Data · thinkfleetai
    Generate realistic test data with Faker, create database seeds, manage fixtures, and build factory patterns.
    0
    installs
  62. Agent Zero · thinkfleetai
    Create and manage Agent Zero autonomous tasks. Run goals, check status, cancel tasks, list history, and use pre-built templates.
    0
    installs
  63. AWS Lambda · thinkfleetai
    Manage AWS Lambda functions -- deploy, invoke, view logs, and configure.
    0
    installs
  64. Clean Code · thinkfleetai
    Refactoring patterns, SOLID principles, code smell detection, and pragmatic coding standards.
    0
    installs
  65. Cloudflare · thinkfleetai
    Manage Cloudflare — zones, DNS records, Workers, and analytics via the REST API.
    0
    installs
  66. Email Send · thinkfleetai
    Send emails via SMTP using curl or Python's smtplib.
    0
    installs
  67. Ffmpeg CLI · thinkfleetai
    FFmpeg CLI
    0
    installs
  68. Openai Tts · thinkfleetai
    Text-to-speech via OpenAI Audio Speech API.
    0
    installs
  69. PDF Reader · thinkfleetai
    PDF reading and extraction
    0
    installs
  70. Prometheus · thinkfleetai
    Query metrics via Prometheus API. Run PromQL queries and manage alerts.
    0
    installs
  71. Python Pro · thinkfleetai
    Advanced Python: async/await, type hints, dataclasses, context managers, decorators, testing patterns, and performance optimization.
    0
    installs
  72. Quickbooks · thinkfleetai
    Query QuickBooks Online — invoices, customers, payments, accounts, and reports via the REST API.
    0
    installs
  73. S3 Storage · thinkfleetai
    Upload, download, and list files in S3-compatible storage (AWS S3, Cloudflare R2) using Python boto3.
    0
    installs
  74. Salesforce · thinkfleetai
    Query and manage Salesforce CRM — accounts, contacts, leads, opportunities, and cases via the REST API.
    0
    installs
  75. Servicenow · thinkfleetai
    Query and manage ServiceNow — incidents, changes, problems, and catalog items via the Table API.
    0
    installs
  76. Skills Hub · thinkfleetai
    Use 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.
    0
    installs
  77. Stripe CLI · thinkfleetai
    Stripe CLI Skill 🧾
    0
    installs
  78. Testing UI · thinkfleetai
    UI testing with Playwright and Puppeteer -- browser automation, visual regression, screenshots, and accessibility audits.
    0
    installs
  79. Things Mac · thinkfleetai
    Manage 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.
    0
    installs
  80. Voice Call · thinkfleetai
    Start voice calls via the ThinkFleetBot voice-call plugin.
    0
    installs
  81. Web Browse · thinkfleetai
    Fetch and parse web pages using curl + python for HTML-to-text extraction.
    0
    installs
  82. Xai Search · thinkfleetai
    Search X/Twitter and the web in real-time using xAI's Grok API with agentic search tools.
    0
    installs
  83. API Testing · thinkfleetai
    Test APIs with Newman/Postman collections, contract testing with Pact, mock servers, and GraphQL testing.
    0
    installs
  84. Apple Music · thinkfleetai
    Search Apple Music, add songs to library, manage playlists, control playback and AirPlay.
    0
    installs
  85. AWS Route53 · thinkfleetai
    Manage AWS Route 53 DNS zones and records.
    0
    installs
  86. Bambu Local · thinkfleetai
    Control Bambu Lab 3D printers locally via MQTT (no cloud). Supports A1, A1 Mini, P1P, P1S, X1C.
    0
    installs
  87. Bigcommerce · thinkfleetai
    Manage BigCommerce stores — products, orders, and customers via the REST API.
    0
    installs
  88. Bluebubbles · thinkfleetai
    Build or update the BlueBubbles external channel plugin for ThinkFleetBot (extension package, REST send/probe, webhook inbound).
    0
    installs
  89. Code Review · thinkfleetai
    Systematic code review: security checks, performance analysis, complexity assessment, best practice validation, and review checklists.
    0
    installs
  90. MCP Builder · thinkfleetai
    Build Model Context Protocol (MCP) servers: define tools, resources, and prompts that AI agents can discover and use.
    0
    installs
  91. Redis Query · thinkfleetai
    Execute Redis commands using redis-cli.
    0
    installs
  92. My Tesla · thinkfleetai
    Control 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.
    0
    installs
  93. Testing E2e · thinkfleetai
    End-to-end testing -- Playwright E2E suites, Cypress E2E, API testing with supertest, load testing with k6, and test reporting.
    0
    installs
  94. Tmux Agents · thinkfleetai
    Manage background coding agents in tmux sessions. Spawn Claude Code or other agents, check progress, get results.
    0
    installs
  95. Uptime Kuma · thinkfleetai
    Interact 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.
    0
    installs
  96. Weather Nws · thinkfleetai
    Reliable US weather data using the National Weather Service API. Free, no API key, detailed forecasts and official alerts.
    0
    installs
  97. Woocommerce · thinkfleetai
    Manage WooCommerce stores — products, orders, customers, and coupons via the REST API.
    0
    installs
  98. API Security · thinkfleetai
    Audit APIs for OWASP top 10 vulnerabilities, test authentication flows, validate input handling, and check rate limiting.
    0
    installs
  99. Apple Photos · thinkfleetai
    Apple Photos.app integration for macOS. List albums, browse photos, search by date/person/content, export photos.
    0
    installs
  100. Architecture · thinkfleetai
    Software architecture tools -- generate diagrams (Mermaid, PlantUML), write ADRs, and document design decisions.
    0
    installs