{"id":23263850,"url":"https://github.com/muench-dev/n8n-nodes-capacities","last_synced_at":"2026-04-14T11:01:00.966Z","repository":{"id":244671462,"uuid":"815852951","full_name":"muench-dev/n8n-nodes-capacities","owner":"muench-dev","description":"Connect API of Capacities App","archived":false,"fork":false,"pushed_at":"2026-03-23T06:55:07.000Z","size":1115,"stargazers_count":6,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-23T12:23:53.221Z","etag":null,"topics":["capacities","n8n","n8n-community-node-package","n8n-nodes"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muench-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-06-16T11:00:05.000Z","updated_at":"2026-03-22T20:30:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d5ddb85-a1bc-457d-bdb6-44150aca9786","html_url":"https://github.com/muench-dev/n8n-nodes-capacities","commit_stats":{"total_commits":51,"total_committers":2,"mean_commits":25.5,"dds":0.0980392156862745,"last_synced_commit":"d1a84185b9b5568d1ea35976b1849da9f8badc45"},"previous_names":["muench-dev/n8n-nodes-capacities"],"tags_count":19,"template":false,"template_full_name":"n8n-io/n8n-nodes-starter","purl":"pkg:github/muench-dev/n8n-nodes-capacities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muench-dev%2Fn8n-nodes-capacities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muench-dev%2Fn8n-nodes-capacities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muench-dev%2Fn8n-nodes-capacities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muench-dev%2Fn8n-nodes-capacities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muench-dev","download_url":"https://codeload.github.com/muench-dev/n8n-nodes-capacities/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muench-dev%2Fn8n-nodes-capacities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["capacities","n8n","n8n-community-node-package","n8n-nodes"],"created_at":"2024-12-19T14:27:51.173Z","updated_at":"2026-04-14T11:01:00.961Z","avatar_url":"https://github.com/muench-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)\n\n# n8n-nodes-capacities\n\nThis repository contains the code for the n8n nodes that interact with the [Capacities API](https://docs.capacities.io/developer/api).\n\n## Installation\n\nInstall the package into your n8n instance (Community Edition or self-hosted) so the bundled node becomes \navailable in the editor sidebar. The n8n team recommends pnpm, but npm should also work as well.\n\n```bash\npnpm add @muench-dev/n8n-nodes-capacities\n```\n\n\u003e Prefer npm? Run `npm install @muench-dev/n8n-nodes-capacities` instead.\n\n## Node Features\n\n- Space operations\n\t- List all spaces in the authenticated Capacities account\n\t- Retrieve structure metadata for a specific space\n- Search operations\n\t- Query notes, bookmarks, or other content within selected spaces\n\t- Filter results by Capacities structure types\n- Weblink operations\n\t- Save URLs into Capacities, including optional markdown, title overrides, descriptions, and tags\n- Daily note operations\n\t- Append markdown to today’s daily note, optionally skipping the automatic timestamp\n\n## Screenshots\n\n![images](.github/images/screenshot_20240616_174548.png)\n![images](.github/images/screenshot_20240616_181848.png)\n\n## Development\n\n1. Install dependencies using pnpm (recommended for this repository):\n\n```bash\npnpm install\n```\n\n2. Build the distributable bundle (outputs to `dist/`):\n\n```bash\npnpm build\n```\n\n3. Run the linter to ensure n8n community guidelines are met:\n\n```bash\npnpm lint\n```\n\n4. Execute the Jest test suites (API requests are mocked):\n\n```bash\npnpm test\n```\n\nAdditional context for contributors—coding conventions, testing strategy, and release process—is documented in `AGENTS.md`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuench-dev%2Fn8n-nodes-capacities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuench-dev%2Fn8n-nodes-capacities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuench-dev%2Fn8n-nodes-capacities/lists"}