n8n-nodes-skillsbank
v1.1.0
Published
n8n nodes for Skills Bank - Execute and manage reusable code skills
Maintainers
Readme
n8n-nodes-skillsbank
This is an n8n community node for Skills Bank - a platform for executing and managing reusable code skills.
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-skillsbank - Click Install
Manual Installation
npm install n8n-nodes-skillsbankFeatures
Skill Operations
- Execute - Run a skill with input parameters
- Get - Get skill details by ID
- List - List all public skills
- List My Skills - List your own skills (public and private)
- Search - Search skills by query
Group Operations
- List - List all skill groups
- Get - Get a group with its skills
- Execute Skill - Execute a skill from a specific group
Credentials
You need to configure Skills Bank API credentials:
- API URL: The base URL of the Skills Bank API (default:
https://skills-api.automators.work) - API Key: Your personal API key (generate from your profile at https://skills.automators.work)
Usage Examples
Execute a Skill
- Add the Skills Bank node
- Select Skill resource and Execute operation
- Enter the Skill ID
- Provide input JSON:
{ "value": 42 }
List Your Skills
- Add the Skills Bank node
- Select Skill resource and List My Skills operation
- Returns all your public and private skills
Search Skills
- Add the Skills Bank node
- Select Skill resource and Search operation
- Enter your search query
- Returns matching public skills
Options
- Dry Run: Validate input without executing the skill
- Include Schema: Include input schema in response
Resources
License
MIT
