75 items on the hub serve project management. Ready-to-run automations first, then the tools they build on.
Ready to run (26)
Install and go. Each one is a complete automation with its own schedule or trigger.
workflowAirtable Record Digest — Fetches records from an Airtable table and notifies contacts with a digest of the record data.
workflowContent Calendar (Sheets-driven) — Sheet-driven weekly content calendar digest. Every Monday, reads a ContentPlan Sheet and sends the upcoming week's entries (with platform, topic, draft snippet, status, assignee) to the configured contact. Replaces the thin CSV-driven content-calendar workflow that sent a message with no actual plan in the body.
workflowDeliverable Pack Check — Checks each engagement's deliverable folder against what the client is owed, and reports what is missing, who owns it, and which packs are late - broken out by owner so each person sees their own list.
workflowEngagement Status Digest — Daily check of every active engagement - which are overdue a client update, which are blocked or at risk, and which milestones are near. Produces a draft per engagement for the lead to review; nothing is sent to a client.
workflowGitHub Issue To Slack — Fetch recent GitHub issues for a repository and post a summary to Slack.
workflowJira Stale Ticket Reminder — Remind owners of stale Jira tickets by searching for open issues with no recent update and notifying the workflow's contacts.
workflowLien Deadline Reminder — Daily reminder of upcoming lien deadlines from a user-maintained Sheet. Reminds at 30/14/7/3/1-day windows. The tool does not calculate deadlines from lien rules — user enters dates from their attorney or lien-service vendor.
workflowLinear Cycle Digest — Fetches issues in the current Linear cycle and emails a digest to the workflow's contacts.
workflowMilestone Deadline Watcher — Daily reminder of open project milestones - submittal dates, review windows, permit deadlines - at 30/14/7/3/1-day windows, flagging anything past due or at risk. It does not read your schedule file or recalculate a critical path.
workflowNotion Task Daily Digest — Daily digest of due Notion database items, summarized by AI and sent to contacts.
workflowProject Status Digest — Weekly per-project roll-up — open submittals, open RFIs, pending COs, recent activity. Reads three companion Sheets and produces a one-screen digest per active project.
workflowRFI Triage — Poll a Gmail label for new RFIs, classify by trade/priority/cost impact via Claude, log to a Google Sheet, and notify the PM. Inbound automation via Gmail.
workflowSubmittal Tracker — Daily digest of pending submittals — aging by 14/21/28 days, plus items past their target return date. Reads SubmittalLog Google Sheet.
monitorDrawing Folder Watcher — Poll a Google Drive folder for new and revised construction drawings; daily/hourly digest by project. Detects file additions and modified-time changes via Sheet-backed state. (For machine shops with Gmail-attached drawings, use drawing-rev-watcher instead.)
skillBid Estimator — Ballpark a bid for a defined scope of construction work using user-provided unit costs, crew rates, and overhead targets. Sanity check, not a substitute for a real estimate.
skillChange Order Explainer — Plain-English breakdown of a change order — what scope changes, cost impact, time impact, who pays, and hidden clauses that often slip past PMs. For pre-signature review.
skillChangelog Writer — Write a user-facing changelog entry from a list of merged commits/PRs.
skillCSI Spec Summary — Summarize a CSI MasterFormat spec section — title, scope, key requirements (Part 1 General, Part 2 Products, Part 3 Execution), submittal requirements, and common pitfalls. For PM/sub orientation; not a substitute for reading the actual section.
skillError Postmortem Drafter — Generate a first-draft incident postmortem from a timeline + log dumps + optional chat thread. Produces Summary, Timeline, Root Cause, Resolution, Prevention, What-Went-Well, What-Didn't sections — blameless tone, ready for human edit.
skillGitHub Activity Digest — Weekly summary of commits, pull requests, and issues across watched GitHub repositories. AI groups by repo and theme, highlights stalled PRs and unresolved issues.
skillMeeting Notes Summarizer — Turn a raw meeting transcript into structured notes — action items with owners, decisions made, open questions, and key topics. Designed for the kinds of recordings Zoom, Teams, and OBS produce.
skillPR Diff Summary — Summarize a pull-request diff into a concise reviewer-facing changelog with risk flags.
skillRepo Release Notes — Generate user-facing release notes from a git commit log between two tags. AI clusters commits into Features / Fixes / Improvements / Breaking Changes / Internal, drops chore commits, rewrites terse messages into prose.
skillSubmittal Reviewer — Cross-check a submittal package (data sheet, product cut sheet, sample literature) against the spec excerpt it's submitted under. Flag missing data, spec mismatches, and non-equivalent product substitutions. Pre-screen for the PM before formal review.
skilltimesheet-collector — Collect employee work hours via any messaging channel. Extract hours per day, project/task notes, and overtime. Validate totals, flag anomalies, and generate weekly summaries for managers.
Hand-built tools (21)
hand-builtAirtable — List, create, and update records in an Airtable base via the Airtable Web API.
hand-builtAsana — Read and create Asana tasks, projects, and workspaces via the Asana REST API.
hand-builtBitbucket — Manage Bitbucket repositories, pull requests, and pipelines via the Bitbucket Cloud REST API.
hand-builtCircleCI — Trigger pipelines and read workflow/job status via the CircleCI v2 REST API.
hand-builtClickUp — Read and create ClickUp tasks, list workspaces and list tasks via the ClickUp REST API v2.
hand-builtClockify — Read time entries, projects, clients and users from Clockify. Paginates everything (Clockify defaults to 50 per page) and converts ISO-8601 durations to hours.
hand-builtExcel — Read and write Microsoft Excel workbooks (.xlsx and .xls), list sheets, and convert between Excel and CSV.
hand-builtGitHub — Read and create GitHub issues, pull requests, releases and repository metadata via the GitHub REST API. Needs an API Key credential holding a personal access token.
hand-builtGitLab — Read GitLab projects, issues, and merge requests, and open new issues via the GitLab REST API (v4).
hand-builtHarvest — Read time entries, projects, clients, tasks and users from Harvest time tracking via the Harvest API v2. Follows pagination and reports when a result is incomplete.
hand-builtInsightly CRM — Create and update contacts, organisations, and opportunities in Insightly via its REST API v3.1.
hand-builtJira — Read, search, create, and transition Jira Cloud issues via the Jira Cloud REST API v3.
hand-builtJira Service Management — Manage service desk requests, queues, and SLAs in Jira Service Management via the Atlassian Cloud REST API.
hand-builtLinear — Query and create Linear issues via the Linear GraphQL API.
hand-builtMicrosoft Outlook Calendar — Read Outlook calendars and scheduled occurrences, create events and find meeting times, through Microsoft Graph.
hand-builtMonday — Query and create monday.com items via the monday.com GraphQL API.
hand-builtNotion — Read and write Notion pages and databases via the official Notion API.
hand-builtSlack — Call the Slack Web API to post messages, list channels, read history, and look up users.
hand-builtSlack Post — Post messages to Slack channels with rich formatting
hand-builtToggl Track — Read time entries, projects and clients from Toggl Track. Separates the current-user endpoint from the workspace-wide reports endpoint so a firm report cannot silently cover one person.
hand-builtTrello — Read and create Trello boards, lists, and cards via the Trello REST API.
Other tools (28)
Transcribed from each vendor’s published API specification — check the operations before you rely on one.
Show all 28
Apacta — Apacta is a business management platform for trades and construction companies to handle projects, time tracking, documentation, and administration.
Apideck Issue Tracking — Apideck Issue Tracking is an API connector for Apideck's unified issue tracking and ticket management API.
Atlassian Bitbucket — Atlassian Bitbucket is a Git repository hosting and collaboration platform for managing source code and development workflows.
Autotask — Autotask is a professional services automation platform for managing IT service tickets, projects, contracts, billing, and managed-services operations.
Avaza — Avaza is a cloud-based project management, time tracking, expense, invoicing, and team collaboration tool.
Azure Deploymentmanager — Azure Deployment Manager is an Azure service for coordinating staged deployments of Azure resources.
Azure Devops — Azure DevOps is a Microsoft platform for source control, work tracking, build automation, testing, and software release pipelines.
Azure Migrateprojects Migrate — Azure Migrate Projects is an Azure API area for managing migration projects that organize assessments and migrations into Azure.
Clubhouseapi — Clubhouse API is the API for Clubhouse, now known as Shortcut, a project management platform for software development teams.
Docusign Maestro Rest Swagger V1 0 — DocuSign Maestro REST Swagger v1.0.0 is an API connector for building and automating DocuSign agreement workflows.
Docusign Workspaces Rest Swagger — DocuSign Workspaces REST Swagger is an API connector for DocuSign Workspaces, which provides shared spaces for organizing and collaborating on agreement documents.
Github Api Github Com — GitHub API is the web API for automating and integrating with GitHub repositories, issues, pull requests, users, and organizations.
Github Api Github Com 2022 11 28 — GitHub API version 2022-11-28 is a versioned web API for automating and integrating with GitHub repositories, issues, pull requests, users, and organizations.
Github Ghec — GitHub Enterprise Cloud is GitHub's enterprise cloud service for hosting code, managing collaboration, and administering software development at organization scale.
Google Calendar — Google Calendar is an online calendar service for scheduling events, meetings, reminders, and shared calendars.
Google Docs — Google Docs is a cloud-based word processor for creating, editing, sharing, and collaborating on documents.
Google Sheets — Google Sheets is a cloud-based spreadsheet application for organizing, calculating, analyzing, and collaborating on tabular data.
Google Slides — Google Slides is a cloud-based presentation application for creating, editing, and sharing slide decks.
Google Tasks — Google Tasks is a task-list and to-do management service integrated with Google Workspace.
Googleapis Area120Tables — Area 120 Tables API is a Google API for accessing and managing data in Google Tables.
Googleapis Clouddeploy — Google Cloud Deploy API is an interface for managing continuous delivery pipelines and releases to Google Cloud environments.
Googleapis Firebaseappdistribution — Firebase App Distribution API is a Google Firebase API for distributing pre-release mobile app builds to testers.
Googleapis Tasks — Googleapis Tasks is a generated connector for the Google Tasks API, which creates and manages task lists and to-do items.
Osf — OSF, the Open Science Framework, is a platform for managing, sharing, and preserving research projects, files, data, and collaborations.
PIMS — PIMS — read the events, channels and categories of a media production schedule.
Twilio Taskrouter — Twilio TaskRouter is a workflow and routing service for assigning tasks to the right workers, often in contact centers.
Xtrf — XTRF is a business and project management platform for translation agencies and language service providers.