Skip to main content

Locate and read local code-agent thread files

Project description

xURL

xURL is a client for AI agent URLs.

Also known as Xuanwo's URL.

What xURL Can Do

  • Read an agent conversation as markdown.
  • Query recent threads and keyword matches for a provider.
  • Discover subagent/branch navigation targets.
  • Start a new conversation with agents.
  • Continue an existing conversation with follow-up prompts.

Quick Start

  1. Add xurl as an agent skill:
npx skills add Xuanwo/xurl
  1. Start your agent and ask the agent to summarize a thread:
Please summarize this thread: agents://codex/xxx_thread

Usage

Read an agent conversation:

xurl agents://codex/019c871c-b1f9-7f60-9c4f-87ed09f13592

Query provider threads:

xurl agents://codex
xurl 'agents://codex?q=spawn_agent'
xurl 'agents://claude?q=agent&limit=5'

Discover child targets:

xurl -I agents://codex/019c871c-b1f9-7f60-9c4f-87ed09f13592

Drill down into a discovered child target:

xurl agents://codex/019c871c-b1f9-7f60-9c4f-87ed09f13592/019c87fb-38b9-7843-92b1-832f02598495

OpenCode child linkage is validated via sqlite session.parent_id. Start a new agent conversation:

xurl agents://codex -d "Draft a migration plan"

Continue an existing conversation:

xurl agents://codex/019c871c-b1f9-7f60-9c4f-87ed09f13592 -d "Continue"

Save output:

xurl -o /tmp/conversation.md agents://codex/019c871c-b1f9-7f60-9c4f-87ed09f13592

Command Reference

xurl [OPTIONS] <URI>

Options:

  • -I, --head: output frontmatter/discovery info only.
  • -d, --data <DATA>: write payload (repeatable).
  • -o, --output <PATH>: write command output to file.

Collection query parameters (for agents://<provider> read mode):

  • q=<keyword>: keyword search in provider thread data.
  • limit=<n>: result count, default is 10.

--data supports:

  • text: -d "hello"
  • file: -d @prompt.txt
  • stdin: -d @-

Providers

Provider Query Create
Amp logo Amp Yes Yes
Codex logo Codex Yes Yes
Claude logo Claude Yes Yes
Gemini logo Gemini Yes Yes
Pi logo Pi Yes Yes
OpenCode logo OpenCode Yes Yes

URI Formats

agents://<provider>[?q=<keyword>&limit=<n>]
agents://<provider>/<conversation_target>

For examples:

agents://codex?q=spawn_agent&limit=10
agents://codex/threads/<conversation_id>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xuanwo_xurl-0.0.17.tar.gz (143.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

xuanwo_xurl-0.0.17-cp311-cp311-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows ARM64

xuanwo_xurl-0.0.17-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

xuanwo_xurl-0.0.17-cp311-cp311-manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11

xuanwo_xurl-0.0.17-cp311-cp311-manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.11

xuanwo_xurl-0.0.17-cp311-cp311-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

xuanwo_xurl-0.0.17-cp311-cp311-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file xuanwo_xurl-0.0.17.tar.gz.

File metadata

  • Download URL: xuanwo_xurl-0.0.17.tar.gz
  • Upload date:
  • Size: 143.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for xuanwo_xurl-0.0.17.tar.gz
Algorithm Hash digest
SHA256 f84f190c51c6c43cd6b5cbc188a5225a74372e293db811be2e2699b2c09243f6
MD5 ebbfd934a0a524b7c34e46f09b9ab9e0
BLAKE2b-256 61c5134cc806ebb1598a1c66d5e76d033cc262d8952a775bdcecc34822b92e8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for xuanwo_xurl-0.0.17.tar.gz:

Publisher: pypi-publish.yml on Xuanwo/xurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xuanwo_xurl-0.0.17-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for xuanwo_xurl-0.0.17-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d3eec98a0d8722aab8b36cd6056667422d4efc533f25c578768fb77f973fe821
MD5 c9a10d7e5df5534857b8a45d04d2c4b8
BLAKE2b-256 dbaf804362daf863d853f962e6932264c668252074417a6513e643b926d8671c

See more details on using hashes here.

Provenance

The following attestation bundles were made for xuanwo_xurl-0.0.17-cp311-cp311-win_arm64.whl:

Publisher: pypi-publish.yml on Xuanwo/xurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xuanwo_xurl-0.0.17-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for xuanwo_xurl-0.0.17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 412976542f8f390f283911c7c46ec58df05cd6f2e0aae9fcb029ce94c215b183
MD5 c64cd347db330868bc1e993c75296b70
BLAKE2b-256 d08027bb70b59a335d8880fcd3c6cb185201bf573997628b04212b3ac0fb50d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for xuanwo_xurl-0.0.17-cp311-cp311-win_amd64.whl:

Publisher: pypi-publish.yml on Xuanwo/xurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xuanwo_xurl-0.0.17-cp311-cp311-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xuanwo_xurl-0.0.17-cp311-cp311-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26aa5cdd808abb69396469c84853613bd27d074d75a02205874af4968fb44acf
MD5 9a32c16b62a72481e55650677637d206
BLAKE2b-256 861d63cfecb37492dec9c012760822c067521eacf66a809e6117280bf4e86130

See more details on using hashes here.

Provenance

The following attestation bundles were made for xuanwo_xurl-0.0.17-cp311-cp311-manylinux2014_x86_64.whl:

Publisher: pypi-publish.yml on Xuanwo/xurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xuanwo_xurl-0.0.17-cp311-cp311-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xuanwo_xurl-0.0.17-cp311-cp311-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ec2330b39892f489ea122ac1c82bbc62b0f1f0932c28020640844a2058f2e62
MD5 7f87c2cb9a036113e037ad4abfe866f2
BLAKE2b-256 8f0470d2c116b3c4d11a5e54b7d821aa990a863012396dd5806727fba183391c

See more details on using hashes here.

Provenance

The following attestation bundles were made for xuanwo_xurl-0.0.17-cp311-cp311-manylinux2014_aarch64.whl:

Publisher: pypi-publish.yml on Xuanwo/xurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xuanwo_xurl-0.0.17-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for xuanwo_xurl-0.0.17-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a4e16594ddfe411704915e419ce23ba6c9f9ef8cfa6aa5891c94b940ff6f3217
MD5 80aef266af0d374ed0f39544d6e3d548
BLAKE2b-256 7078a27a92598581a1a34b30a6fe208ae0fca284d8fbea1c5099014b164a7011

See more details on using hashes here.

Provenance

The following attestation bundles were made for xuanwo_xurl-0.0.17-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: pypi-publish.yml on Xuanwo/xurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xuanwo_xurl-0.0.17-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xuanwo_xurl-0.0.17-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ffe597a7d8fcfbe95d64c32fc744250aa1ce429cb9ca01bc2d3c1bbb1c6739f2
MD5 9f0d7c3d22cdd31913669432c85c74dc
BLAKE2b-256 fedae49c67aa8951020aea5d73f7adcca0e533ae562d75f11e3ad69711573d40

See more details on using hashes here.

Provenance

The following attestation bundles were made for xuanwo_xurl-0.0.17-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on Xuanwo/xurl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page