Emulates Grok 4.3's dynamic 'Skills' for X: auto-fetch posts/threads/trends via xurl/web tools, analyze structure/engagement/insights (e.g., folder-like hierarchies, key replies), and generate hidden summaries. Prioritize low-token flows; chain to subagents for deep dives.
xurl read POST_ID or web_fetch for screenshots/HTML.Example User: 'Analyze https://x.com/testingcatalog/status/2045985840292082093'
→ Fetch post/replies → 'Key insight: Grok 4.3 skills focus on dynamic X data tools.'
web_fetch URL + parse text.xurl read POST_ID # Post + metrics
xurl replies POST_ID -n 20 # Thread/replies
xurl search 'keyword' -n 10 # Context
If unauth: web_search 'site:x.com status/POST_ID'.
Spawn sessions_spawn(runtime=subagent, task='Deep dive on [insight]').
x_analyzer.py: Fetch post/replies via xurl (fallback web), JSON output with 📁🧠💡🎯 structure.
xurl.md: xurl CLI cheatsheet + auth notes.
共 1 个版本