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

n8n-nodes-alicloud

v0.2.24

Published

n8n custom node for Alicloud Services

Readme

n8n-nodes-alicloud

English 中文文档

This is an n8n community node that allows you to use various Alibaba Cloud services in n8n workflows, including Intelligent Speech Service, Object Storage Service (OSS), and Elastic Compute Service (ECS).

This node supports the following Alibaba Cloud services:

  • Intelligent Speech Service: Provides speech recognition and speech synthesis capabilities, supporting file transcription for multiple audio formats and text-to-speech conversion
  • Speech Synthesis Service: Convert text to natural speech with support for multiple voice types, audio formats and parameter adjustments
  • Object Storage Service (OSS): Supports file upload, download, list, delete and other operations
  • OSS Signed URL: Generate temporary access links with support for multiple HTTP methods and custom parameters
  • Elastic Compute Service (ECS): Manage cloud server instances

Through this node, you can easily integrate various Alibaba Cloud services into your automated workflows.

n8n is a workflow automation platform with fair-code license.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version History

Installation

Follow the installation guide in the n8n community nodes documentation.

Alternatively, you can also refer to these n8n workflow templates.

Operations

This node supports the following resource types and operations:

File Transcription Service

  • File Transcription (Complete Workflow): Complete process that automatically handles task submission and result polling
  • Submit Task Only: Only submit transcription task without waiting for results
  • Query Results Only: Query transcription results for already submitted tasks

Speech Synthesis Service

  • Speech Synthesis: Convert text to natural speech with support for multiple voice types and audio formats
    • Support for multiple audio formats: PCM, WAV, MP3
    • Multiple voice options (such as Xiaoyun)
    • Adjustable parameters: volume, speech rate, pitch, etc.
    • Support for subtitle timestamp functionality
    • Multiple output formats: binary data, Base64 encoding, audio files, etc.

Object Storage Service (OSS)

  • Upload File: Upload files to OSS storage bucket
  • Download File: Download files from OSS storage bucket
  • List Objects: List objects in the storage bucket
  • Delete Object: Delete specified objects from the bucket

OSS Signed URL

  • Generate Signed URL: Generate temporary access links for OSS objects

Elastic Compute Service (ECS)

  • Query Instances: Query ECS instance information

Credentials

To use this node, you need:

  1. Register Alibaba Cloud Account: Visit Alibaba Cloud official website to register an account
  2. Enable Related Services: Enable the following services based on your usage needs:
    • Intelligent Speech Service: For file transcription and speech synthesis functionality
    • Object Storage Service (OSS): For file storage and management
    • Elastic Compute Service (ECS): For cloud server management
  3. Obtain Access Keys: Create AccessKey ID and AccessKey Secret in the RAM console
  4. Obtain AppKey: Get the project AppKey in the Intelligent Speech Service console (required for file transcription and speech synthesis)
  5. Configure Permissions: Ensure the AccessKey has operation permissions for the corresponding services
  6. Configure Credentials: Configure Alibaba Cloud credentials in n8n

Authentication Methods

  • AccessKey Authentication: Use Alibaba Cloud AccessKey ID and Secret for API calls (OSS, ECS, file transcription, speech synthesis)
  • AppKey Authentication: Use the Intelligent Speech Service project AppKey (required for file transcription and speech synthesis)

Compatibility

  • Minimum n8n Version: 1.0.0
  • Node.js Version: >=22.16
  • Tested Versions: n8n 1.0.0+

Resources

Version History

v0.2.18 (Current Version)

  • Added Speech Synthesis Service Support
    • Text-to-speech functionality with multiple voice options
    • Support for multiple audio formats: PCM, WAV, MP3
    • Rich parameter adjustments: volume, speech rate, pitch control
    • Support for subtitle timestamp functionality
    • Multiple output formats: binary data, Base64 encoding, audio files, etc.
    • Automatic access token generation and management
    • Complete error handling and logging

v0.2.0

  • Added OSS Object Storage Service Support
    • File upload functionality
    • File download functionality
    • Object list query functionality
    • Object deletion functionality
  • Added OSS Signed URL Generation Functionality
    • Support for multiple HTTP methods (GET, POST, PUT, DELETE)
    • Configurable expiration time
    • Support for custom request headers and query parameters
    • Generate internal and external access URLs
  • Added ECS Elastic Compute Service Support
    • Instance information query functionality
  • Optimized Node Architecture
    • Adopted modular resource management
    • Unified error handling mechanism
    • Better code organization structure

v0.1.0

  • Initial version release
  • Support for complete file transcription workflow
  • Support for separate task submission and result query
  • Implementation based on official Alibaba Cloud SDK
  • Automatic polling mechanism
  • Complete error handling

Note: Using this node requires a valid Alibaba Cloud account and permissions for the corresponding services. Please ensure compliance with Alibaba Cloud's terms of use and API call limits. Different features require different service permissions, please configure the appropriate access permissions based on actual usage.