feat(n8n): n8n-nodes-taskade community node + provenance publish workflow#16
Merged
Conversation
…flow Self-contained package (packages/n8n-nodes-taskade, no workspace machinery): - Resources: Task (create/complete/uncomplete/update/delete/move/getMany), Project (create/createFromTemplate/getMany), AI Agent (prompt via v2) - TaskadeApi credential (PAT Bearer, test against /v1/workspaces) - 4 dynamic dropdowns (projects, folders, tasks, templates) - usableAsTool: n8n AI agents can call Taskade directly - zero runtime deps (n8n verified-node rule); MIT; npm name verified free - publish-n8n.yml: GitHub-Actions npm publish WITH provenance (mandatory for verified nodes since 2026-05-01); gated on NPM_TOKEN secret
This was referenced Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
First n8n node for Taskade — greenfield (verified: no Taskade node exists on npm or n8n.io; the unscoped name
n8n-nodes-taskadeis free). Lives as a self-contained package — no workspace tooling added.promptAgent) — and the node isusableAsToolfor n8n AI agentsVerified-node compliance: zero runtime deps, MIT, keyword
n8n-community-node-package, publish via GitHub Actions with npm provenance (mandatory since 2026-05-01) —publish-n8n.yml, gated on theNPM_TOKENsecret.Gates passed:
tscclean on the package; root Zapier app build+tests untouched and green (4/4).To publish (after merge): add
NPM_TOKENrepo secret → tagn8n-v0.1.0(or run the workflow manually) → submit to the n8n Creator Portal for Cloud visibility.Not included: trigger node — blocked on the public webhook API (taskade/taskcade#26765); icon is a placeholder mark to swap for the official asset before Creator-Portal submission.