mirror of
https://github.com/n8n-io/skills.git
synced 2026-09-19 09:03:42 +08:00
207637a9e0
Fixes Node (desktop app) loading, derives hook matchers from hooks.json, self-registers skills via the config hook, and splits install docs into CLI and desktop paths.
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"name": "n8n-skills",
|
|
"version": "1.2.0",
|
|
"description": "n8n skills and hooks for coding agents. This package is the OpenCode plugin entry point; Claude Code and Codex read their own manifests from the repo root.",
|
|
"type": "module",
|
|
"main": "opencode/plugin.ts",
|
|
"files": [
|
|
"opencode",
|
|
"skills",
|
|
"hooks"
|
|
],
|
|
"keywords": [
|
|
"opencode",
|
|
"opencode-plugin",
|
|
"n8n",
|
|
"skills"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|