From ac2ef69454e6319fe5f34b782437b9a942ab85d6 Mon Sep 17 00:00:00 2001 From: Santiago Medina Date: Thu, 19 Feb 2026 20:19:14 -0800 Subject: [PATCH] Update skills/xurl/SKILL.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- skills/xurl/SKILL.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/skills/xurl/SKILL.md b/skills/xurl/SKILL.md index 82f955da943..a457131f428 100644 --- a/skills/xurl/SKILL.md +++ b/skills/xurl/SKILL.md @@ -1,6 +1,31 @@ --- name: xurl description: A curl-like 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. Supports multiple apps, OAuth 2.0, OAuth 1.0a, and app-only auth. +metadata: + { + "openclaw": + { + "emoji": "𝕏", + "requires": { "bins": ["xurl"] }, + "install": + [ + { + "id": "brew", + "kind": "brew", + "formula": "xdevplatform/tap/xurl", + "bins": ["xurl"], + "label": "Install xurl (brew)", + }, + { + "id": "npm", + "kind": "npm", + "package": "@xdevplatform/xurl", + "bins": ["xurl"], + "label": "Install xurl (npm)", + }, + ], + }, + } --- # xurl — Agent Skill Reference