xurl

xurl is a skill for Claude Code, Codex from samttoo22-MewCat/OpenSoul. It costs 0 tokens per session (3,494 once invoked), scanned C, a copy of xurl, MIT.

A command-line client for the X API, the programming interface for reading and working with X data. It supports convenient commands and direct API requests, returning JSON.

In plain words
What is it for?
Use it to make X API requests and retrieve frequently changing information in a format that programs can process.
Why use it?
It provides a consistent way for an agent or script to access X instead of relying on manual browsing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to make X API requests and retrieve frequently changing information in a format that programs can process.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/samttoo22-mewcat/opensoul/xurl
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add samttoo22-MewCat/OpenSoul --skill xurl
Clone the repo
git clone --depth 1 https://github.com/samttoo22-MewCat/OpenSoul

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for xurl

README.md
[![agentmods](https://agentmods.dev/badge/skills/samttoo22-mewcat/opensoul/xurl/github.svg)](https://agentmods.dev/skills/samttoo22-mewcat/opensoul/xurl)
Your own site
<a href="https://agentmods.dev/skills/samttoo22-mewcat/opensoul/xurl"><img src="https://agentmods.dev/badge/skills/samttoo22-mewcat/opensoul/xurl/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for xurl

Your own site · 80×15
<a href="https://agentmods.dev/skills/samttoo22-mewcat/opensoul/xurl"><img src="https://agentmods.dev/badge/skills/samttoo22-mewcat/opensoul/xurl.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,494 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 83% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.03494
Opus 5 $0.00000 $0.01747
Sonnet 5 $0.00000 $0.00699
Haiku 4.5 $0.00000 $0.00349

Measured 7d ago against content hash 5fcf76d3bc2e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade C, and why

xurl scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`xurl` is a CLI tool for the X API. It supports both **shortcut commands** (human/agent‑friendly one‑liners) and **raw curl‑style** access to any v2 endpoint. All commands return JSON to stdout.
Origin

This is a copy

83% identical to xurl — 78 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

openclaw/skills/xurl/SKILL.md · 442 lines

How it starts

The opening of the file, as written. The whole thing — 442 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Real-time Data & Honesty Guidelines

When the user asks for dynamic information that updates frequently:

  1. Mandatory Fetching: You MUST use this tool (or a browser tool) to get real-time data for:
    • Stock / Crypto prices and market trends.
    • Today's news or recent events.
    • Current local weather.
  2. Anti-Hallucination: NEVER use your internal training data to "guess" or "simulate" current market prices or news. This is considered deception.
  3. Disclosure: If you cannot access the real-time data for any reason, honestly state: "I cannot see the current data right now, can you provide it?" instead of providing outdated or fabricated information.

xurl — Agent Skill Reference

xurl is a CLI tool for the X API. It supports both shortcut commands (human/agent‑friendly one‑liners) and raw curl‑style access to any v2 endpoint. All commands return JSON to stdout.


Installation

Homebrew (macOS)

brew install --cask xdevplatform/tap/xurl

npm

npm install -g @xdevplatform/xurl

Shell script

curl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh | bash

Installs to ~/.local/bin. If it's not in your PATH, the script will tell you what to add.

Go

go install github.com/xdevplatform/xurl@latest

Prerequisites

This skill requires the xurl CLI utility: https://github.com/xdevplatform/xurl.

Before using any command you must be authenticated. Run xurl auth status to check.

Secret Safety (Mandatory)

  • Never read, print, parse, summarize, upload, or send ~/.xurl (or copies of it) to the LLM context.
  • Never ask the user to paste credentials/tokens into chat.
  • The user must fill ~/.xurl with required secrets manually on their own machine.
  • Do not recommend or execute auth commands with inline secrets in agent/LLM sessions.
  • Warn that using CLI secret options in agent sessions can leak credentials (prompt/context, logs, shell history).
  • Never use --verbose / -v in agent/LLM sessions; it can expose sensitive headers/tokens in output.
  • Sensitive flags that must never be used in agent commands: --bearer-token, --consumer-key, --consumer-secret, --access-token, --token-secret, --client-id, --client-secret.
  • To verify whether at least one app with credentials is already registered, run: xurl auth status.

Read the full file on GitHub · 442 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 442 lines · 0 tokens per session scan C 5fcf76d3bc2e

Subscribe to this mod's changes

xurl is a skill published in the GitHub repository samttoo22-MewCat/OpenSoul (19 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,494 tokens. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). It is 83% identical to xurl, differing in 78 lines, and is treated as a copy.