You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,12 @@ By leveraging the `Microsoft.Extensions.AI` abstraction layer, Sharpclaw seamles
29
29
***Web (WebSocket):** A lightweight ASP.NET Core web server with a modern UI (Tokyo Night theme) and real-time streaming.
30
30
***QQ Bot:** Native integration with QQ channels, groups, and private messages.
31
31
32
+
### 🔌 Extensible Skills System
33
+
34
+
***External Skills:** Load custom skills from `~/.sharpclaw/skills/` via `AgentSkillsDotNet`, seamlessly merged with built-in commands as a unified tool collection.
35
+
***Lua Scripting:** Embedded scripting support via `ToonSharp` for user-defined automation.
36
+
***Scheduled Tasks:** Cron expression support via `Cronos` for timed operations.
37
+
32
38
### 🔒 Secure Configuration
33
39
34
40
* Cross-platform secure credential storage (Windows Credential Manager, macOS Keychain, Linux libsecret) using AES-256-CBC encryption for API keys.
@@ -41,7 +47,7 @@ By leveraging the `Microsoft.Extensions.AI` abstraction layer, Sharpclaw seamles
0 commit comments