Skip to content

feat(n8n): n8n-nodes-taskade community node + provenance publish workflow#16

Merged
johnxie merged 1 commit into
masterfrom
feat/n8n-node
Jun 9, 2026
Merged

feat(n8n): n8n-nodes-taskade community node + provenance publish workflow#16
johnxie merged 1 commit into
masterfrom
feat/n8n-node

Conversation

@johnxie

@johnxie johnxie commented Jun 9, 2026

Copy link
Copy Markdown
Member

Summary

First n8n node for Taskade — greenfield (verified: no Taskade node exists on npm or n8n.io; the unscoped name n8n-nodes-taskade is free). Lives as a self-contained package — no workspace tooling added.

Resource Operations
Task Create, Complete, Uncomplete, Update, Delete, Move, Get Many
Project Create (Markdown), Create From Template, Get Many
AI Agent Prompt (v2 promptAgent) — and the node is usableAsTool for n8n AI agents

Verified-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 the NPM_TOKEN secret.

Gates passed: tsc clean on the package; root Zapier app build+tests untouched and green (4/4).

To publish (after merge): add NPM_TOKEN repo secret → tag n8n-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.

…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant