بنقرة واحدة
xurl
Use xurl to read, discover, and write AI agent conversations through agents:// URIs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use xurl to read, discover, and write AI agent conversations through agents:// URIs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | xurl |
| description | Use xurl to read, discover, and write AI agent conversations through agents:// URIs. |
agents://... URI.codex/... or codex?....agents://codex/reviewer.List latest provider threads:
uvx --from xuanwo-xurl xurl agents://codex
# equivalent shorthand:
uvx --from xuanwo-xurl xurl codex
Keyword query with optional limit (default 10):
uvx --from xuanwo-xurl xurl 'agents://codex?q=spawn_agent'
uvx --from xuanwo-xurl xurl 'agents://claude?q=agent&limit=5'
Role-scoped query (session-first, role-fallback):
uvx --from xuanwo-xurl xurl agents://codex/reviewer
# equivalent shorthand:
uvx --from xuanwo-xurl xurl codex/reviewer
uvx --from xuanwo-xurl xurl agents://codex/<conversation_id>
# equivalent shorthand:
uvx --from xuanwo-xurl xurl codex/<conversation_id>
uvx --from xuanwo-xurl xurl -I agents://codex/<conversation_id>
Use returned subagents or entries URI for next step.
OpenCode child linkage is validated by sqlite session.parent_id.
uvx --from xuanwo-xurl xurl agents://codex/<main_conversation_id>/<agent_id>
Create:
uvx --from xuanwo-xurl xurl agents://codex -d "Start a new conversation"
# equivalent shorthand:
uvx --from xuanwo-xurl xurl codex -d "Start a new conversation"
Append:
uvx --from xuanwo-xurl xurl agents://codex/<conversation_id> -d "Continue"
Create with query parameters:
uvx --from xuanwo-xurl xurl "agents://codex?cd=%2FUsers%2Falice%2Frepo&add-dir=%2FUsers%2Falice%2Fshared&model=gpt-5" -d "Review this patch"
Create with role URI:
uvx --from xuanwo-xurl xurl agents://codex/reviewer -d "Review this patch"
Payload from file/stdin:
uvx --from xuanwo-xurl xurl agents://codex -d @prompt.txt
cat prompt.md | uvx --from xuanwo-xurl xurl agents://claude -d @-
Help options in case of any issues.
uvx --from xuanwo-xurl xurl --help
uvx --from xuanwo-xurl xurl [OPTIONS] <URI>-I, --head: frontmatter/discovery only-d, --data: write payload, repeatable
-d "hello"-d @prompt.txt-d @--o, --output: write command output to file--head and --data cannot be combined-d values are newline-joinedURI Anatomy (ASCII):
[agents://]<provider>[/<token>[/<child_id>]][?<query>]
|------| |--------| |---------------------------| |------|
optional provider optional path parts query
scheme
Component meanings:
scheme: optional agents:// prefix; omitted form is treated as shorthandprovider: provider nametoken: main conversation id or role namechild_id: child/subagent idquery: optional key-value parametersToken resolution (agents://<provider>/<token>):
<token> as session id first.<token> as role.Common URI patterns:
agents://<provider>: discover recent conversationsagents://<provider>/<conversation_id>: read main conversationagents://<provider>/<role>: role-scoped thread query or role-based create with -dagents://<provider>/<conversation_id>/<child_id>: read child/subagent conversationagents://<provider>?k=v with -d: createagents://<provider>/<conversation_id> with -d: appendRole create behavior by provider:
codex: supported ([agents.<role>] in ~/.codex/config.toml mapped to --config)claude: supported (--agent <role>)opencode: supported (--agent <role>)amp: returns clear error (non-interactive role create unsupported)gemini: returns clear error (non-interactive role create unsupported)pi: returns clear error (role create unsupported)Query parameters:
q=<keyword>: filter discovery results by keyword. Use when searching conversations by topic.limit=<n>: cap discovery results (default 10). Use when you want fewer or more results.<key>=<value>: in write mode (-d), forwarded as --<key> <value> to the provider CLI.<flag>: in write mode (-d), forwarded as --<flag> to the provider CLI.command not found: <agent>Install the provider CLI, then complete provider authentication before retrying.