npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@filespin-io/n8n-nodes-filespin

v1.0.0

Published

n8n community node for FileSpin DAM — upload, tag, search, resize, and share digital assets via OAuth2

Downloads

19

Readme

n8n-nodes-filespin

FileSpin community node for n8n — upload, tag, search, resize, and share digital assets via OAuth2.

FileSpin is a B2B Digital Asset Management (DAM) platform with AI capabilities including auto-tagging, face recognition, background removal, on-demand image transformation, and branded share pages.

Installation

  1. In your n8n instance, go to Settings > Community Nodes
  2. Click Install
  3. Enter n8n-nodes-filespin
  4. Click Install

Credentials

This node uses OAuth2 to connect to your FileSpin account.

  1. Add a FileSpin node to your workflow
  2. Click Create New Credential
  3. Select your Environment (Production or Development)
  4. Enter your Client ID and Client Secret (provided by FileSpin)
  5. Click Sign in with FileSpin to authorize

Operations

FileSpin Node (Actions)

| Resource | Operation | Description | |----------|-----------|-------------| | Asset | Upload from URL | Import a file from any public URL | | Asset | Upload File | Upload a file from a previous workflow step | | Asset | Get Info | Get complete asset details and metadata | | Asset | Update Metadata | Add or update custom metadata (Append/Replace) | | Asset | Generate Marketplace Image | CDN URL for platform-optimized images (Amazon, Shopify, etc.) | | Asset | Generate Social Media Kit | URLs for all social media platforms at once | | Asset | Get Download Link | Generate a signed download URL | | Asset | Search | Search assets by keyword, type, date range, schema | | Addon | Remove Background | Remove image background (returns new asset or conversion) | | Addon | Index Faces | Detect and index faces for face search | | Addon | Get Face Index Status | Check face indexing progress | | Addon | Get Auto Tags | Retrieve AI-generated labels and tags | | Addon | Search by Face | Find matching faces across indexed assets | | Collection | Create | Create a new asset collection | | Collection | Add Assets | Add assets to an existing collection | | Collection | Find | Search collections by name | | Share | Create Share Page | Create a branded share page for external distribution |

FileSpin Trigger Node (Webhooks)

| Event | Description | |-------|-------------| | New Asset Uploaded | Fires when a new asset is uploaded | | Asset Processing Complete | Fires when asset processing finishes (most useful) | | Asset Updated | Fires when asset metadata changes | | Asset Deleted | Fires when an asset is moved to trash | | Asset Processing Failed | Fires when processing encounters an error | | Addon Processing Complete | Fires when an addon (bg removal, face index, etc.) finishes |

Example Workflow

[FileSpin Trigger: Asset Processed]
  -> [FileSpin: Get Auto Tags]
  -> [FileSpin: Update Metadata (append AI tags)]
  -> [FileSpin: Generate Marketplace Image (Shopify)]
  -> [Slack: Notify team]

Resources

License

MIT