← all publishers

thinkfleetai

@thinkfleetai source repo

213 published skills · page 2 of 3

  1. Auto Updater · thinkfleetai
    Automatically update ThinkFleetBot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
    0
    installs
  2. AWS Dynamodb · thinkfleetai
    Query and manage AWS DynamoDB tables and items.
    0
    installs
  3. Azure Devops · thinkfleetai
    Manage Azure DevOps work items, pipelines, and repos via the REST API.
    0
    installs
  4. Bash Testing · thinkfleetai
    Test shell scripts with BATS (Bash Automated Testing System). Write, run, and debug tests for bash scripts.
    0
    installs
  5. Code Quality · thinkfleetai
    Measure and improve code quality: linting, complexity analysis, coverage reports, tech debt tracking, and formatting enforcement.
    0
    installs
  6. Coding Agent · thinkfleetai
    Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
    0
    installs
  7. Discord Chat · thinkfleetai
    Send messages, reply to messages, and search message history in Discord channels using the message tool. Use when the user wants to communicate with Discord (send/reply/search messages), check Discord activity, or interact with Discord channels.
    0
    installs
  8. Excel Online · thinkfleetai
    Read and write Excel files via Microsoft Graph API. Manage workbooks, worksheets, and cells in OneDrive/SharePoint.
    0
    installs
  9. Git Worktree · thinkfleetai
    Manage git worktrees for parallel development — create, list, and remove isolated working directories.
    0
    installs
  10. Google Drive · thinkfleetai
    Upload, download, and manage files in Google Drive via the Drive API using curl.
    0
    installs
  11. Google Gmail · thinkfleetai
    Read and send email via the Gmail API using curl + OAuth tokens.
    0
    installs
  12. Local Places · thinkfleetai bundle
    Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
    0
    installs
  13. Nest Devices · thinkfleetai
    Control Nest smart home devices (thermostat, cameras, doorbell) via the Device Access API. Use when asked to check or adjust home temperature, view camera feeds, check who's at the door, monitor rooms, or set up temperature schedules.
    0
    installs
  14. Notion · thinkfleetai
    Work with Notion pages and databases via the official Notion API.
    0
    installs
  15. RAG Engineer · thinkfleetai
    Build RAG systems: document chunking, embedding generation, vector storage, retrieval strategies, and answer generation.
    0
    installs
  16. Session Logs · thinkfleetai
    Search and analyze your own session logs (older/parent conversations) using jq.
    0
    installs
  17. Testing Unit · thinkfleetai
    Unit testing across languages -- Jest, Vitest, pytest, Go test, Rust test, coverage, and watch mode.
    0
    installs
  18. Toolchain Go · thinkfleetai
    Go project toolchain -- build, test, lint, module management, and debugging.
    0
    installs
  19. Trace To Svg · thinkfleetai
    Trace bitmap images (PNG/JPG/WebP) into clean SVG paths using potrace/mkbitmap. Use to convert logos/silhouettes into vectors for downstream CAD workflows (e.g., create-dxf etch_svg_path) and for turning reference images into manufacturable outlines.
    0
    installs
  20. Web Scraping · thinkfleetai
    Web scraping and data extraction from websites
    0
    installs
  21. Azure Monitor · thinkfleetai
    Query Azure Monitor metrics, alerts, and Log Analytics workspaces.
    0
    installs
  22. Azure Storage · thinkfleetai
    Manage Azure Blob Storage, file shares, queues, and tables.
    0
    installs
  23. Changelog Gen · thinkfleetai
    Generate changelogs from git history. Use when you need release notes fast.
    0
    installs
  24. Docker Expert · thinkfleetai
    Advanced Docker: multi-stage builds, BuildKit, image optimization, security scanning, layer caching, and production patterns.
    0
    installs
  25. Elasticsearch · thinkfleetai
    Query Elasticsearch — search, index management, aggregations, and cluster health.
    0
    installs
  26. Feishu Bridge · thinkfleetai
    Connect a Feishu (Lark) bot to ThinkFleet via WebSocket long-connection. No public server, domain, or ngrok required. Use when setting up Feishu/Lark as a messaging channel, troubleshooting the Feishu bridge, or managing the bridge service (start/stop/logs). Covers bot creation on Feishu Open Platform, credential setup, bridge startup, macOS launchd auto-restart, and group chat behavior tuning.
    0
    installs
  27. Icloud Findmy · thinkfleetai
    Query Find My locations and battery status for family devices via iCloud.
    0
    installs
  28. Linear · thinkfleetai
    Interact with Linear for issue tracking. Use when creating, updating, listing, or searching issues. Supports viewing assigned issues, changing status, adding comments, and managing tasks.
    0
    installs
  29. Local Whisper · thinkfleetai
    Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
    0
    installs
  30. Resend · thinkfleetai
    Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.
    0
    installs
  31. Search Reddit · thinkfleetai
    Search Reddit in real time using OpenAI web_search with enrichment (engagement + top comments). Use when you need recent Reddit threads, subreddit-filtered results, or quick link lists.
    0
    installs
  32. Triple Memory · thinkfleetai
    Complete memory system combining LanceDB auto-recall, Git-Notes structured memory, and file-based workspace search. Use when setting up comprehensive agent memory, when you need persistent context across sessions, or when managing decisions/preferences/tasks with multiple memory backends working together.
    0
    installs
  33. Video Editing · thinkfleetai
    Video editing with ffmpeg
    0
    installs
  34. API Documenter · thinkfleetai
    Generate API documentation: OpenAPI 3.1 specs, interactive docs with Swagger/Redoc, SDK generation, and JSDoc/TSDoc extraction.
    0
    installs
  35. Apple Contacts · thinkfleetai
    Look up contacts from macOS Contacts.app. Use when resolving phone numbers to names, finding contact info, or searching the address book.
    0
    installs
  36. AWS Cloudfront · thinkfleetai
    Manage AWS CloudFront distributions and invalidations.
    0
    installs
  37. AWS Cloudwatch · thinkfleetai
    Query AWS CloudWatch metrics, alarms, and log groups.
    0
    installs
  38. Azure Cosmosdb · thinkfleetai
    Query and manage Azure Cosmos DB accounts, databases, and containers.
    0
    installs
  39. Database Query · thinkfleetai
    Execute SQL queries against PostgreSQL (psql) or MySQL (mysql) databases using their CLI clients.
    0
    installs
  40. Github Actions · thinkfleetai
    GitHub Actions
    0
    installs
  41. Healthkit Sync · thinkfleetai
    iOS HealthKit data sync CLI commands and patterns. Use when working with healthsync CLI, fetching Apple Health data (steps, heart rate, sleep, workouts), pairing iOS devices over local network, or understanding the iOS Health Sync project architecture including mTLS certificate pinning, Keychain storage, and audit logging.
    0
    installs
  42. Home Assistant · thinkfleetai
    Control Home Assistant smart home devices, run automations, and receive webhook events. Use when controlling lights, switches, climate, scenes, scripts, or any HA entity. Supports bidirectional communication via REST API (outbound) and webhooks (inbound triggers from HA automations).
    0
    installs
  43. N8n Automation · thinkfleetai
    Manage n8n workflows from ThinkFleet via the n8n REST API. Use when the user asks about n8n workflows, automations, executions, or wants to trigger, list, create, activate, or debug n8n workflows. Supports both self-hosted n8n and n8n Cloud instances.
    0
    installs
  44. Obsidian Daily · thinkfleetai
    Obsidian Daily Notes
    0
    installs
  45. Oura Analytics · thinkfleetai
    Oura Ring data integration and analytics. Fetch sleep scores, readiness, activity, HRV, and trends from the Oura Cloud API. Generate automated reports, correlations with productivity, and trigger-based alerts for low recovery days. Requires OURA_API_TOKEN (get at cloud.ouraring.com).
    0
    installs
  46. Playwright CLI · thinkfleetai
    Browser automation via Playwright CLI. Open pages, interact with elements, take screenshots, and more. Ideal for coding agents and automated testing workflows.
    0
    installs
  47. React Patterns · thinkfleetai
    React best practices: hooks, composition, state management, performance optimization, Server Components, and testing patterns.
    0
    installs
  48. Saas Telephony · thinkfleetai
    Make voice calls and send SMS/MMS via the ThinkFleetBot SaaS telephony API. Check if telephony is enabled for the current agent.
    0
    installs
  49. Secret Scanner · thinkfleetai
    Secret Scanner
    0
    installs
  50. Toolchain Node · thinkfleetai
    Node.js/TypeScript project toolchain -- npm/pnpm/yarn, testing, linting, building, and debugging.
    0
    installs
  51. Toolchain Rust · thinkfleetai
    Rust project toolchain -- cargo build, test, clippy, formatting, and cross-compilation.
    0
    installs
  52. AWS API Gateway · thinkfleetai
    Manage AWS API Gateway REST and HTTP APIs.
    0
    installs
  53. AWS Eventbridge · thinkfleetai
    Manage AWS EventBridge rules, event buses, and targets.
    0
    installs
  54. Azure Functions · thinkfleetai
    Manage Azure Functions apps and invocations via Azure CLI.
    0
    installs
  55. Azure Key Vault · thinkfleetai
    Manage Azure Key Vault secrets, keys, and certificates.
    0
    installs
  56. Caldav Calendar · thinkfleetai
    Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
    0
    installs
  57. Google Calendar · thinkfleetai
    Manage Google Calendar events via the Google Calendar API using curl + OAuth tokens.
    0
    installs
  58. Microsoft Graph · thinkfleetai
    Interact with Microsoft 365 services (Teams, Outlook, OneDrive, Calendar) via the Microsoft Graph API.
    0
    installs
  59. Nano Banana Pro · thinkfleetai bundle
    Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
    0
    installs
  60. Nextjs Patterns · thinkfleetai
    Next.js App Router patterns: Server Components, data fetching, routing, middleware, caching, and deployment.
    0
    installs
  61. Sherpa Onnx Tts · thinkfleetai bundle
    Local text-to-speech via sherpa-onnx (offline, no cloud)
    0
    installs
  62. Webhook Trigger · thinkfleetai
    Send HTTP requests to webhooks and APIs using curl. Supports GET, POST, PUT, DELETE with headers and JSON payloads.
    0
    installs
  63. Withings Health · thinkfleetai
    Fetches health data from the Withings API including weight, body composition (fat, muscle, bone, water), activity, and sleep. Use this skill when the user asks about their Withings data, weight history, body metrics, daily steps, sleep quality, or any health measurement from Withings devices.
    0
    installs
  64. AWS Codepipeline · thinkfleetai
    Manage AWS CodePipeline CI/CD pipelines.
    0
    installs
  65. Dependency Audit · thinkfleetai
    Audit project dependencies for vulnerabilities, outdated packages, license compliance, and supply chain risks.
    0
    installs
  66. Elevenlabs Music · thinkfleetai
    Generate music from text prompts using ElevenLabs Eleven Music API. Use when creating songs, soundtracks, jingles, lullabies, or any audio music from descriptions. Supports vocals with AI-generated lyrics, instrumental tracks, and multiple genres/styles. Requires paid ElevenLabs plan.
    0
    installs
  67. Ens Primary Name · thinkfleetai bundle
    Set your primary ENS name on Base and other L2s. Use when user wants to set their ENS name, configure reverse resolution, set primary name, or make their address resolve to an ENS name. Supports Base, Arbitrum, Optimism, and Ethereum mainnet.
    0
    installs
  68. Fitbit Analytics · thinkfleetai
    Fitbit health and fitness data integration. Fetch steps, heart rate, sleep, activity, calories, and trends from Fitbit Web API. Generate automated health reports and alerts. Requires FITBIT_CLIENT_ID, FITBIT_CLIENT_SECRET, FITBIT_ACCESS_TOKEN, FITBIT_REFRESH_TOKEN.
    0
    installs
  69. Google Analytics · thinkfleetai
    Query Google Analytics 4 — reports, realtime data, dimensions, and metrics via the Data API.
    0
    installs
  70. Image Processing · thinkfleetai
    Image processing and manipulation
    0
    installs
  71. Nginx Gen · thinkfleetai
    Generate nginx config from plain English. Use when configuring nginx.
    0
    installs
  72. Revolut · thinkfleetai
    Revolut Business API CLI — accounts, balances, transactions, counterparties, payments, FX exchange, CSV export. Auto-refreshes OAuth tokens. Business accounts only (not personal).
    0
    installs
  73. Tax Professional · thinkfleetai
    Comprehensive US tax advisor, deduction optimizer, and expense tracker. Covers all employment types (W-2, 1099, S-Corp, mixed), estimated tax payments, audit risk assessment, life event triggers, multi-state filing, RV-as-home rules, tax bracket optimization, document retention, and proactive year-round tax calendar nudges. Your CPA in the pocket.
    0
    installs
  74. Toolchain Python · thinkfleetai
    Python project toolchain -- venv, pip, testing, linting, packaging, and debugging.
    0
    installs
  75. Voice Transcribe · thinkfleetai
    Transcribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text replacements. Requires uv (https://docs.astral.sh/uv/).
    0
    installs
  76. Apple Mail Search · thinkfleetai
    Fast Apple Mail search via SQLite on macOS. Search emails by subject, sender, date, attachments - results in ~50ms vs 8+ minutes with AppleScript. Use when asked to find, search, or list emails.
    0
    installs
  77. Azure App Service · thinkfleetai
    Manage Azure App Service web apps, deployments, and configuration.
    0
    installs
  78. Azure Service Bus · thinkfleetai
    Manage Azure Service Bus queues, topics, and subscriptions.
    0
    installs
  79. Beautiful Mermaid · thinkfleetai
    Render beautiful Mermaid diagrams as SVGs or ASCII art. Use when user sends Mermaid code blocks (\`\`\`mermaid ... \`\`\`) and wants to visualize them. Supports: Flowcharts, State, Sequence, Class, ER diagrams. Features: Ultra-fast (100+ diagrams <500ms), zero DOM dependencies, 15 built-in themes, Shiki theme compatibility. Perfect for: Telegram messages, terminal output, web interfaces, CLI tools.
    0
    installs
  80. Claude Code Usage · thinkfleetai
    Check Claude Code OAuth usage limits (session & weekly quotas). Use when user asks about Claude Code usage, remaining limits, rate limits, or how much Claude usage they have left. Includes automated session refresh reminders and reset detection monitoring.
    0
    installs
  81. Docker Essentials · thinkfleetai
    Essential Docker commands and workflows for container management, image operations, and debugging.
    0
    installs
  82. Elevenlabs Voices · thinkfleetai
    High-quality voice synthesis with 18 personas, 32 languages, sound effects, batch processing, and voice design using ElevenLabs API.
    0
    installs
  83. Jq JSON Processor · thinkfleetai
    Process, filter, and transform JSON data using jq - the lightweight and flexible command-line JSON processor.
    0
    installs
  84. Security Scanning · thinkfleetai
    Static analysis, dependency vulnerability scanning, secret detection, and container image scanning using open-source tools.
    0
    installs
  85. Typescript Expert · thinkfleetai
    Advanced TypeScript: generics, conditional types, mapped types, type guards, utility types, and strict type safety patterns.
    0
    installs
  86. Verify On Browser · thinkfleetai
    Control browser via Chrome DevTools Protocol - full CDP access
    0
    installs
  87. Visual Regression · thinkfleetai
    Screenshot comparison testing with Playwright, Percy, and Chromatic for catching unintended UI changes.
    0
    installs
  88. Database Migration · thinkfleetai
    Manage database schema migrations with Flyway, Alembic, Prisma, Knex, and raw SQL migration patterns.
    0
    installs
  89. Openai Whisper API · thinkfleetai bundle
    Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
    0
    installs
  90. Prompt Engineering · thinkfleetai
    Advanced prompting techniques: chain-of-thought, few-shot, system prompts, structured output, and prompt optimization.
    0
    installs
  91. Voice Note To Midi · thinkfleetai
    Convert voice notes, humming, and melodic audio recordings to quantized MIDI files using ML-based pitch detection and intelligent post-processing
    0
    installs
  92. Youtube Summarizer · thinkfleetai
    Automatically fetch YouTube video transcripts, generate structured summaries, and send full transcripts to messaging platforms. Detects YouTube URLs and provides metadata, key insights, and downloadable transcripts.
    0
    installs
  93. Accessibility Audit · thinkfleetai
    WCAG 2.2 compliance auditing: automated scanning with axe-core, keyboard navigation testing, screen reader checks, and color contrast validation.
    0
    installs
  94. AWS Secrets Manager · thinkfleetai
    Manage AWS Secrets Manager secrets -- retrieve, create, and rotate.
    0
    installs
  95. Distributed Tracing · thinkfleetai
    OpenTelemetry instrumentation, Jaeger/Tempo backends, trace analysis, and observability patterns for microservices.
    0
    installs
  96. Performance Testing · thinkfleetai
    Load testing with k6, web performance auditing with Lighthouse, profiling, and benchmark analysis.
    0
    installs
  97. Azure Container Apps · thinkfleetai
    Manage Azure Container Apps -- deploy, scale, and configure containerized applications.
    0
    installs
  98. Changelog Automation · thinkfleetai
    Auto-generate changelogs from git commits and PRs using conventional commits, git-cliff, and GitHub releases.
    0
    installs
  99. Debugging Strategies · thinkfleetai
    Systematic debugging: stack trace analysis, log-based diagnosis, bisecting regressions, memory leak detection, and profiling.
    0
    installs
  100. Ms Onedrive Personal Graph · thinkfleetai
    Access OneDrive Personal (consumer Microsoft accounts) via Microsoft Graph using OAuth device-code flow. Supports ls/mkdir/upload/download/info; safe-by-default (no delete).
    0
    installs