diff --git a/.agents/skills/blacksmith-testbox/SKILL.md b/.agents/skills/blacksmith-testbox/SKILL.md index 5ef14346307..cb9bf0b2602 100644 --- a/.agents/skills/blacksmith-testbox/SKILL.md +++ b/.agents/skills/blacksmith-testbox/SKILL.md @@ -1,11 +1,6 @@ --- name: blacksmith-testbox -description: > - Validate code changes against real CI when local execution is not - enough. Use for CI-parity checks, secrets/services, migrations, or - builds/tests that cannot run reliably on the local machine. Do not - replace repo-documented local test/build loops just because this - skill exists. +description: Run Blacksmith Testbox for CI-parity checks, secrets, hosted services, migrations, or builds local cannot reproduce. --- # Blacksmith Testbox diff --git a/.agents/skills/openclaw-ghsa-maintainer/SKILL.md b/.agents/skills/openclaw-ghsa-maintainer/SKILL.md index 44581974841..93f7f281681 100644 --- a/.agents/skills/openclaw-ghsa-maintainer/SKILL.md +++ b/.agents/skills/openclaw-ghsa-maintainer/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-ghsa-maintainer -description: Maintainer workflow for OpenClaw GitHub Security Advisories (GHSA). Use when Codex needs to inspect, patch, validate, or publish a repo advisory, verify private-fork state, prepare advisory Markdown or JSON payloads safely, handle GHSA API-specific publish constraints, or confirm advisory publish success. +description: Inspect, patch, validate, publish, or confirm OpenClaw GHSA security advisories and private-fork state. --- # OpenClaw GHSA Maintainer diff --git a/.agents/skills/openclaw-parallels-smoke/SKILL.md b/.agents/skills/openclaw-parallels-smoke/SKILL.md index 5775017f65d..ef23697a9a7 100644 --- a/.agents/skills/openclaw-parallels-smoke/SKILL.md +++ b/.agents/skills/openclaw-parallels-smoke/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-parallels-smoke -description: End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels. +description: Run, rerun, debug, or interpret OpenClaw Parallels install, onboarding, gateway smoke, and upgrade checks. --- # OpenClaw Parallels Smoke diff --git a/.agents/skills/openclaw-pr-maintainer/SKILL.md b/.agents/skills/openclaw-pr-maintainer/SKILL.md index 0bcba736e14..aeed8322888 100644 --- a/.agents/skills/openclaw-pr-maintainer/SKILL.md +++ b/.agents/skills/openclaw-pr-maintainer/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-pr-maintainer -description: Maintainer workflow for reviewing, triaging, preparing, closing, or landing OpenClaw pull requests and related issues. Use when Codex needs to validate bug-fix claims, search for related issues or PRs, apply or recommend close/reason labels, prepare GitHub comments safely, check review-thread follow-up, or perform maintainer-style PR decision making before merge or closure. +description: Review, triage, close, label, comment on, or land OpenClaw PRs/issues with maintainer evidence checks. --- # OpenClaw PR Maintainer diff --git a/.agents/skills/openclaw-qa-testing/SKILL.md b/.agents/skills/openclaw-qa-testing/SKILL.md index 1ed17411610..992d1f1b62c 100644 --- a/.agents/skills/openclaw-qa-testing/SKILL.md +++ b/.agents/skills/openclaw-qa-testing/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-qa-testing -description: Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy. +description: Run, watch, debug, extend, or explain OpenClaw qa-lab and qa-channel scenarios, artifacts, and live lanes. --- # OpenClaw QA Testing diff --git a/.agents/skills/openclaw-release-maintainer/SKILL.md b/.agents/skills/openclaw-release-maintainer/SKILL.md index 27b31f8b1a3..c50fe004e50 100644 --- a/.agents/skills/openclaw-release-maintainer/SKILL.md +++ b/.agents/skills/openclaw-release-maintainer/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-release-maintainer -description: Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts. +description: Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts. --- # OpenClaw Release Maintainer diff --git a/.agents/skills/openclaw-secret-scanning-maintainer/SKILL.md b/.agents/skills/openclaw-secret-scanning-maintainer/SKILL.md index d24d3d145e7..1ee53cead4a 100644 --- a/.agents/skills/openclaw-secret-scanning-maintainer/SKILL.md +++ b/.agents/skills/openclaw-secret-scanning-maintainer/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-secret-scanning-maintainer -description: Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content. +description: Triage, redact, clean up, and resolve OpenClaw GitHub Secret Scanning alerts in issues or PRs. --- # OpenClaw Secret Scanning Maintainer diff --git a/.agents/skills/openclaw-test-heap-leaks/SKILL.md b/.agents/skills/openclaw-test-heap-leaks/SKILL.md index 3a0e9c1a648..38c12383d19 100644 --- a/.agents/skills/openclaw-test-heap-leaks/SKILL.md +++ b/.agents/skills/openclaw-test-heap-leaks/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-test-heap-leaks -description: Investigate `pnpm test` memory growth, Vitest worker OOMs, and suspicious RSS increases in OpenClaw using the `scripts/test-parallel.mjs` heap snapshot tooling. Use when Codex needs to reproduce test-lane memory growth, collect repeated `.heapsnapshot` files, compare snapshots from the same worker PID, triage likely transformed-module retention versus likely runtime leaks, and fix or reduce the impact by patching cleanup logic or isolating hotspot tests. +description: Investigate OpenClaw pnpm test memory growth, Vitest OOMs, RSS spikes, and heap snapshot deltas. --- # OpenClaw Test Heap Leaks diff --git a/.agents/skills/openclaw-test-performance/SKILL.md b/.agents/skills/openclaw-test-performance/SKILL.md index 17ffef9cbcf..1df5ec5db06 100644 --- a/.agents/skills/openclaw-test-performance/SKILL.md +++ b/.agents/skills/openclaw-test-performance/SKILL.md @@ -1,6 +1,6 @@ --- name: openclaw-test-performance -description: Benchmark, diagnose, and optimize OpenClaw test performance without losing coverage. Use when Codex needs to reassess `pnpm test`, compare grouped Vitest reports, identify CPU/memory/import hotspots, fix slow tests or cold runtime paths, preserve behavior proofs, update the performance report, add AGENTS guardrails, and make scoped commits/pushes for OpenClaw test-speed work. +description: Benchmark, diagnose, and optimize OpenClaw test runtime, import hotspots, CPU/RSS, and slow coverage paths. --- # OpenClaw Test Performance diff --git a/.agents/skills/optimizetests/SKILL.md b/.agents/skills/optimizetests/SKILL.md index 6ee5cded84b..112682b47a6 100644 --- a/.agents/skills/optimizetests/SKILL.md +++ b/.agents/skills/optimizetests/SKILL.md @@ -1,6 +1,6 @@ --- name: optimizetests -description: Optimize OpenClaw test runtime end to end. Use when the user asks for /optimizetests, slow-test review, import optimization, deduping tests, moving misplaced core coverage to extensions, or reducing CI/test wall time without adding shards or dropping coverage. +description: Optimize OpenClaw slow tests, imports, misplaced coverage, and CI wall time without dropping coverage. --- # Optimize Tests diff --git a/.agents/skills/parallels-discord-roundtrip/SKILL.md b/.agents/skills/parallels-discord-roundtrip/SKILL.md index 87887836dd4..95990ac593c 100644 --- a/.agents/skills/parallels-discord-roundtrip/SKILL.md +++ b/.agents/skills/parallels-discord-roundtrip/SKILL.md @@ -1,6 +1,6 @@ --- name: parallels-discord-roundtrip -description: Run the macOS Parallels smoke harness with Discord end-to-end roundtrip verification, including guest send, host verification, host reply, and guest readback. +description: Run macOS Parallels smoke with Discord send, host verification, host reply, and guest readback proof. --- # Parallels Discord Roundtrip diff --git a/.agents/skills/security-triage/SKILL.md b/.agents/skills/security-triage/SKILL.md index 1fe8195ddfb..7a360aaf3f4 100644 --- a/.agents/skills/security-triage/SKILL.md +++ b/.agents/skills/security-triage/SKILL.md @@ -1,6 +1,6 @@ --- name: security-triage -description: Triage GitHub security advisories for OpenClaw with high-confidence close/keep decisions, exact tag and commit verification, trust-model checks, optional hardening notes, and a final reply ready to post and copy to clipboard. +description: Triage OpenClaw security advisories, drafts, and GHSA reports with shipped-tag and trust-model proof. --- # Security Triage diff --git a/.agents/skills/tag-duplicate-prs-issues/SKILL.md b/.agents/skills/tag-duplicate-prs-issues/SKILL.md index 816c7472eeb..1ae1918d358 100644 --- a/.agents/skills/tag-duplicate-prs-issues/SKILL.md +++ b/.agents/skills/tag-duplicate-prs-issues/SKILL.md @@ -1,6 +1,6 @@ --- name: tag-duplicate-prs-issues -description: Maintainer workflow for deciding whether an OpenClaw pull request or issue is a duplicate, gathering evidence with ghreplica and pr-search-cli, grouping related work in prtags, and syncing the duplicate grouping back to GitHub through prtags. Use when Codex needs to search for duplicate PRs or issues, create or reuse a duplicate group, enforce one-group-per-target discipline, save duplicate judgments in prtags, or prepare group state for comment sync. +description: Search duplicate OpenClaw PRs/issues, group related work in prtags, and sync duplicate state to GitHub. --- # Tag Duplicate PRs and Issues diff --git a/skills/1password/SKILL.md b/skills/1password/SKILL.md index 1cd2c5517c0..f8500bc6192 100644 --- a/skills/1password/SKILL.md +++ b/skills/1password/SKILL.md @@ -1,6 +1,6 @@ --- name: 1password -description: Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op. +description: Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets. homepage: https://developer.1password.com/docs/cli/get-started/ metadata: { diff --git a/skills/apple-notes/SKILL.md b/skills/apple-notes/SKILL.md index 61e8cf76d9a..1269a2be6a1 100644 --- a/skills/apple-notes/SKILL.md +++ b/skills/apple-notes/SKILL.md @@ -1,6 +1,6 @@ --- name: apple-notes -description: Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders. +description: Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS. homepage: https://github.com/antoniorodr/memo metadata: { diff --git a/skills/apple-reminders/SKILL.md b/skills/apple-reminders/SKILL.md index fc743a7714e..83dfb7c5cb2 100644 --- a/skills/apple-reminders/SKILL.md +++ b/skills/apple-reminders/SKILL.md @@ -1,6 +1,6 @@ --- name: apple-reminders -description: Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output. +description: List, add, edit, complete, or delete Apple Reminders and reminder lists via remindctl. homepage: https://github.com/steipete/remindctl metadata: { diff --git a/skills/bluebubbles/SKILL.md b/skills/bluebubbles/SKILL.md index 06951dc67f9..946c76629e2 100644 --- a/skills/bluebubbles/SKILL.md +++ b/skills/bluebubbles/SKILL.md @@ -1,6 +1,6 @@ --- name: bluebubbles -description: Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles". +description: Send and manage iMessages via BlueBubbles, including attachments, tapbacks, edits, replies, and groups. metadata: { "openclaw": { "emoji": "🫧", "requires": { "config": ["channels.bluebubbles"] } } } --- diff --git a/skills/clawhub/SKILL.md b/skills/clawhub/SKILL.md index f44c82b60ad..46f4fc2908a 100644 --- a/skills/clawhub/SKILL.md +++ b/skills/clawhub/SKILL.md @@ -1,6 +1,6 @@ --- name: clawhub -description: Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI. +description: Search, install, update, sync, or publish agent skills with the ClawHub CLI and registry. metadata: { "openclaw": diff --git a/skills/coding-agent/SKILL.md b/skills/coding-agent/SKILL.md index 30189f3ebe8..9d9a776f1f5 100644 --- a/skills/coding-agent/SKILL.md +++ b/skills/coding-agent/SKILL.md @@ -1,6 +1,6 @@ --- name: coding-agent -description: 'Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.' +description: "Delegate feature work, PR review, refactors, or iterative coding to background Codex, Claude Code, or Pi agents." metadata: { "openclaw": diff --git a/skills/gh-issues/SKILL.md b/skills/gh-issues/SKILL.md index c23f7e52076..f85b5860ace 100644 --- a/skills/gh-issues/SKILL.md +++ b/skills/gh-issues/SKILL.md @@ -1,6 +1,6 @@ --- name: gh-issues -description: "Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]" +description: "Fetch GitHub issues, delegate fixes to subagents, open PRs, watch reviews, or run /gh-issues workflows." user-invocable: true metadata: { diff --git a/skills/github/SKILL.md b/skills/github/SKILL.md index bd5962a6c2d..b6bef079822 100644 --- a/skills/github/SKILL.md +++ b/skills/github/SKILL.md @@ -1,6 +1,6 @@ --- name: github -description: "GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured." +description: "Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries." metadata: { "openclaw": diff --git a/skills/goplaces/SKILL.md b/skills/goplaces/SKILL.md index 2d09d1df108..9c96a317e03 100644 --- a/skills/goplaces/SKILL.md +++ b/skills/goplaces/SKILL.md @@ -1,6 +1,6 @@ --- name: goplaces -description: Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts. +description: Query Google Places for text search, place details, resolve, reviews, or scriptable JSON via goplaces. homepage: https://github.com/steipete/goplaces metadata: { diff --git a/skills/healthcheck/SKILL.md b/skills/healthcheck/SKILL.md index 4471f045e9d..494c4d1b16e 100644 --- a/skills/healthcheck/SKILL.md +++ b/skills/healthcheck/SKILL.md @@ -1,6 +1,6 @@ --- name: healthcheck -description: Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS). +description: Audit and harden hosts running OpenClaw for SSH, firewall, updates, exposure, cron checks, and risk posture. --- # OpenClaw Host Hardening diff --git a/skills/himalaya/SKILL.md b/skills/himalaya/SKILL.md index 55744e248d9..0620fb3c4f0 100644 --- a/skills/himalaya/SKILL.md +++ b/skills/himalaya/SKILL.md @@ -1,6 +1,6 @@ --- name: himalaya -description: "CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language)." +description: "Use himalaya to list, read, search, compose, reply, forward, and organize IMAP/SMTP email." homepage: https://github.com/pimalaya/himalaya metadata: { diff --git a/skills/mcporter/SKILL.md b/skills/mcporter/SKILL.md index b0c99837099..c832678f964 100644 --- a/skills/mcporter/SKILL.md +++ b/skills/mcporter/SKILL.md @@ -1,6 +1,6 @@ --- name: mcporter -description: Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation. +description: List, configure, authenticate, call, and inspect MCP servers/tools with mcporter over HTTP or stdio. homepage: http://mcporter.dev metadata: { diff --git a/skills/model-usage/SKILL.md b/skills/model-usage/SKILL.md index f73bd72ec7f..517bd45f2b2 100644 --- a/skills/model-usage/SKILL.md +++ b/skills/model-usage/SKILL.md @@ -1,6 +1,6 @@ --- name: model-usage -description: Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON. +description: Summarize CodexBar local cost logs by model for Codex or Claude, including current or full breakdowns. metadata: { "openclaw": diff --git a/skills/node-connect/SKILL.md b/skills/node-connect/SKILL.md index ea468f19096..2d29254cafd 100644 --- a/skills/node-connect/SKILL.md +++ b/skills/node-connect/SKILL.md @@ -1,6 +1,6 @@ --- name: node-connect -description: Diagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale, or plugins.entries.device-pair.config.publicUrl. +description: Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures. --- # Node Connect diff --git a/skills/oracle/SKILL.md b/skills/oracle/SKILL.md index 727ce760a55..39bbb587842 100644 --- a/skills/oracle/SKILL.md +++ b/skills/oracle/SKILL.md @@ -1,6 +1,6 @@ --- name: oracle -description: Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns). +description: Use oracle CLI to bundle prompts and files for second-model debugging, refactor, design, or review checks. homepage: https://askoracle.dev metadata: { diff --git a/skills/skill-creator/SKILL.md b/skills/skill-creator/SKILL.md index ad1e2c147fb..2b5e616a1ac 100644 --- a/skills/skill-creator/SKILL.md +++ b/skills/skill-creator/SKILL.md @@ -1,6 +1,6 @@ --- name: skill-creator -description: Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill". +description: Create, edit, improve, tidy, review, audit, or restructure AgentSkills and SKILL.md files. --- # Skill Creator diff --git a/skills/slack/SKILL.md b/skills/slack/SKILL.md index b7f86ac8285..826aaca6e96 100644 --- a/skills/slack/SKILL.md +++ b/skills/slack/SKILL.md @@ -1,6 +1,6 @@ --- name: slack -description: Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs. +description: Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info. metadata: { "openclaw": { "emoji": "💬", "requires": { "config": ["channels.slack"] } } } --- diff --git a/skills/summarize/SKILL.md b/skills/summarize/SKILL.md index 0f42e0bfe45..fdc8996e826 100644 --- a/skills/summarize/SKILL.md +++ b/skills/summarize/SKILL.md @@ -1,6 +1,6 @@ --- name: summarize -description: Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”). +description: Summarize or transcribe URLs, YouTube/videos, podcasts, articles, transcripts, PDFs, and local files. homepage: https://summarize.sh metadata: { diff --git a/skills/taskflow-inbox-triage/SKILL.md b/skills/taskflow-inbox-triage/SKILL.md index 9aa86addb41..59721ecc0cd 100644 --- a/skills/taskflow-inbox-triage/SKILL.md +++ b/skills/taskflow-inbox-triage/SKILL.md @@ -1,6 +1,6 @@ --- name: taskflow-inbox-triage -description: Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary. +description: Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries. metadata: { "openclaw": { "emoji": "📥" } } --- diff --git a/skills/taskflow/SKILL.md b/skills/taskflow/SKILL.md index a80625ae9dc..7741c757553 100644 --- a/skills/taskflow/SKILL.md +++ b/skills/taskflow/SKILL.md @@ -1,6 +1,6 @@ --- name: taskflow -description: Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence. +description: Coordinate multi-step detached tasks as one durable TaskFlow job with owner context, state, waits, and child tasks. metadata: { "openclaw": { "emoji": "🪝" } } --- diff --git a/skills/things-mac/SKILL.md b/skills/things-mac/SKILL.md index 47b8f885d0d..a488c346d45 100644 --- a/skills/things-mac/SKILL.md +++ b/skills/things-mac/SKILL.md @@ -1,6 +1,6 @@ --- name: things-mac -description: Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags. +description: Add, update, list, search, or inspect Things 3 todos, inbox, today, projects, areas, and tags on macOS. homepage: https://github.com/ossianhempel/things3-cli metadata: { diff --git a/skills/wacli/SKILL.md b/skills/wacli/SKILL.md index c1a9b8df0a9..bd06654dfb4 100644 --- a/skills/wacli/SKILL.md +++ b/skills/wacli/SKILL.md @@ -1,6 +1,6 @@ --- name: wacli -description: Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats). +description: Send third-party WhatsApp messages or sync/search WhatsApp history via wacli, not normal active chats. homepage: https://wacli.sh metadata: { diff --git a/skills/weather/SKILL.md b/skills/weather/SKILL.md index 1348e9d910e..7901e12ec40 100644 --- a/skills/weather/SKILL.md +++ b/skills/weather/SKILL.md @@ -1,6 +1,6 @@ --- 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." +description: "Get current weather, rain, temperature, and forecasts for locations or travel planning." homepage: https://wttr.in/:help metadata: { diff --git a/skills/xurl/SKILL.md b/skills/xurl/SKILL.md index 1d74d6de3ee..d06ddfe4ca2 100644 --- a/skills/xurl/SKILL.md +++ b/skills/xurl/SKILL.md @@ -1,6 +1,6 @@ --- name: xurl -description: A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint. +description: Use xurl for authenticated X API posts, replies, search, DMs, media upload, followers, or raw v2 calls. metadata: { "openclaw":