mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 11:57:27 +00:00
Skills: use Terminal-safe emoji in list output
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
||||
{
|
||||
"openclaw":
|
||||
{
|
||||
"emoji": "🎛️",
|
||||
"emoji": "🛌",
|
||||
"requires": { "bins": ["eightctl"] },
|
||||
"install":
|
||||
[
|
||||
|
||||
@@ -6,7 +6,7 @@ metadata:
|
||||
{
|
||||
"openclaw":
|
||||
{
|
||||
"emoji": "♊️",
|
||||
"emoji": "✨",
|
||||
"requires": { "bins": ["gemini"] },
|
||||
"install":
|
||||
[
|
||||
|
||||
@@ -6,7 +6,7 @@ metadata:
|
||||
{
|
||||
"openclaw":
|
||||
{
|
||||
"emoji": "🖼️",
|
||||
"emoji": "🎨",
|
||||
"requires": { "bins": ["python3"], "env": ["OPENAI_API_KEY"] },
|
||||
"primaryEnv": "OPENAI_API_KEY",
|
||||
"install":
|
||||
|
||||
@@ -6,7 +6,7 @@ metadata:
|
||||
{
|
||||
"openclaw":
|
||||
{
|
||||
"emoji": "☁️",
|
||||
"emoji": "🌐",
|
||||
"requires": { "bins": ["curl"], "env": ["OPENAI_API_KEY"] },
|
||||
"primaryEnv": "OPENAI_API_KEY",
|
||||
},
|
||||
|
||||
@@ -6,7 +6,7 @@ metadata:
|
||||
{
|
||||
"openclaw":
|
||||
{
|
||||
"emoji": "🎙️",
|
||||
"emoji": "🎤",
|
||||
"requires": { "bins": ["whisper"] },
|
||||
"install":
|
||||
[
|
||||
|
||||
@@ -6,7 +6,7 @@ metadata:
|
||||
{
|
||||
"openclaw":
|
||||
{
|
||||
"emoji": "🗣️",
|
||||
"emoji": "🔊",
|
||||
"requires": { "bins": ["sag"], "env": ["ELEVENLABS_API_KEY"] },
|
||||
"primaryEnv": "ELEVENLABS_API_KEY",
|
||||
"install":
|
||||
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
{
|
||||
"openclaw":
|
||||
{
|
||||
"emoji": "🗣️",
|
||||
"emoji": "🔉",
|
||||
"os": ["darwin", "linux", "win32"],
|
||||
"requires": { "env": ["SHERPA_ONNX_RUNTIME_DIR", "SHERPA_ONNX_MODEL_DIR"] },
|
||||
"install":
|
||||
|
||||
@@ -6,7 +6,7 @@ metadata:
|
||||
{
|
||||
"openclaw":
|
||||
{
|
||||
"emoji": "🎞️",
|
||||
"emoji": "🎬",
|
||||
"requires": { "bins": ["ffmpeg"] },
|
||||
"install":
|
||||
[
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: weather
|
||||
description: "Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed."
|
||||
homepage: https://wttr.in/:help
|
||||
metadata: { "openclaw": { "emoji": "🌤️", "requires": { "bins": ["curl"] } } }
|
||||
metadata: { "openclaw": { "emoji": "☔", "requires": { "bins": ["curl"] } } }
|
||||
---
|
||||
|
||||
# Weather Skill
|
||||
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
{
|
||||
"openclaw":
|
||||
{
|
||||
"emoji": "𝕏",
|
||||
"emoji": "🐦",
|
||||
"requires": { "bins": ["xurl"] },
|
||||
"install":
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user