โ† All skills
Tencent SkillHub ยท Developer Tools

X Grok to Obsidian

Export Grok conversations from X (x.com) via browser-network capture and convert them into Obsidian-ready Markdown files. Use when a user wants to back up Gr...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Export Grok conversations from X (x.com) via browser-network capture and convert them into Obsidian-ready Markdown files. Use when a user wants to back up Gr...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/convert_grok_capture_to_md.py, scripts/export_grok_items_capture.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 3 sections Open source page

Stage 1 โ€” Capture conversation JSON from X/Grok

Run the browser script in Chrome DevTools Console on https://x.com/i/grok while logged in. Use script: scripts/export_grok_items_capture.js Behavior: Intercept only GrokConversationItemsByRestId responses (fetch + XHR) Load chat history with multi-pass scrolling Open each discovered conversation to trigger backend responses Save one JSON file with conversation metadata + ordered item payload Quick settings (edit at top of script before run): INDEX_PASSES (default 3) CAPTURE_PASSES (default 3) MAX_CHATS (null = all, or number for test) Output: grok-network-capture-<timestamp>.json downloaded by browser

Stage 2 โ€” Convert JSON to Obsidian Markdown

Run Python converter locally: python3 scripts/convert_grok_capture_to_md.py \ --input /path/to/grok-network-capture-*.json \ --out /path/to/output-folder Converter defaults: Frontmatter fields: URL, created Body starts immediately with # <title> (no blank line before header) Turn headings: ## User / ## Grok (no numbering) Turn separator: --- Turn order: reverse API item order (API is newest-first) Reasoning/deepsearch omitted by default Useful flags: --include-reasoning include thinking_trace blocks --separator "---" customize turn separator --overwrite overwrite same-title files instead of creating Title 2.md

Notes

Prefer several index/capture passes because X history rendering is lazy and inconsistent. If discovered chat count is unexpectedly low, re-run Stage 1 with higher pass counts. Keep scripts generic; avoid user-specific absolute paths.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/convert_grok_capture_to_md.py Scripts
  • scripts/export_grok_items_capture.js Scripts