mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
Update skills/xurl/SKILL.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Peter Steinberger
parent
635b6298e3
commit
ac2ef69454
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user