refactor(plugins): move owner skills into plugins · openclaw/openclaw@674b4f3
vincentkoc
·
2026-06-22
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,4 +16,4 @@ Experimental Canvas control and A2UI rendering surfaces for paired nodes.
|
16 | 16 | |
17 | 17 | ## Surface |
18 | 18 | |
19 | | -contracts: tools |
| 19 | +contracts: tools; skills |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,7 @@ OpenClaw Discord channel plugin for channels, DMs, commands, and app events.
|
16 | 16 | |
17 | 17 | ## Surface |
18 | 18 | |
19 | | -channels: discord; contracts: transcriptSourceProviders |
| 19 | +channels: discord; contracts: transcriptSourceProviders; skills |
20 | 20 | |
21 | 21 | ## Related docs |
22 | 22 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,7 @@ OpenClaw Slack channel plugin for channels, DMs, commands, and app events.
|
16 | 16 | |
17 | 17 | ## Surface |
18 | 18 | |
19 | | -channels: slack |
| 19 | +channels: slack; skills |
20 | 20 | |
21 | 21 | ## Related docs |
22 | 22 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,7 @@ OpenClaw voice-call plugin for Twilio, Telnyx, and Plivo phone calls.
|
16 | 16 | |
17 | 17 | ## Surface |
18 | 18 | |
19 | | -contracts: tools |
| 19 | +contracts: tools; skills |
20 | 20 | |
21 | 21 | ## Related docs |
22 | 22 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,7 @@ OpenClaw WhatsApp channel plugin for WhatsApp Web chats.
|
16 | 16 | |
17 | 17 | ## Surface |
18 | 18 | |
19 | | -channels: whatsapp |
| 19 | +channels: whatsapp; skills |
20 | 20 | |
21 | 21 | ## Related docs |
22 | 22 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -759,7 +759,7 @@ Tool name: `voice_call`.
|
759 | 759 | | `end_call` | `callId` | |
760 | 760 | | `get_status` | `callId` | |
761 | 761 | |
762 | | -This repo ships a matching skill doc at `skills/voice-call/SKILL.md`. |
| 762 | +The voice-call plugin ships a matching agent skill. |
763 | 763 | |
764 | 764 | ## Gateway RPC |
765 | 765 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,6 +6,7 @@
|
6 | 6 | "enabledByDefault": true, |
7 | 7 | "name": "Canvas", |
8 | 8 | "description": "Experimental Canvas control and A2UI rendering surfaces for paired nodes.", |
| 9 | +"skills": ["./skills"], |
9 | 10 | "contracts": { |
10 | 11 | "tools": ["canvas"] |
11 | 12 | }, |
|
File renamed without changes.
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,6 +2,7 @@
|
2 | 2 | "id": "discord", |
3 | 3 | "name": "Discord", |
4 | 4 | "description": "OpenClaw Discord channel plugin for channels, DMs, commands, and app events.", |
| 5 | +"skills": ["./skills"], |
5 | 6 | "activation": { |
6 | 7 | "onStartup": false |
7 | 8 | }, |
|
File renamed without changes.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。