Export Dev Graph UI assets and dashboard data. Use when the user asks for structure SVG exports, timeline SVG/MP4 exports, per-commit SVGs, sprint-linked visuals, or dashboard/analytics JSON from the Dev Graph API.
Generate exportable assets that match the Dev Graph UI.
node skills/dev-graph-exports/scripts/export_timeline_segments_svg_parity.js --api http://localhost:8080python skills/dev-graph-exports/scripts/export_dashboard_data.py --base-url http://localhost:8080http://localhost:8080fetch)tools/dev-graph-ui:
npm --prefix tools/dev-graph-ui install jsdom @resvg/resvg-jspython skills/dev-graph-exports/scripts/export_structure_svg.pyexports/dev-graph/structure-graph.svg--url http://localhost:3001/dev-graph/structure --output <path>--source-type File --target-type Document --relation-type CONTAINS_CHUNK --max-nodes 250node skills/dev-graph-exports/scripts/export_timeline_segments_svg_parity.jsexports/dev-graph/timeline-frames/--range-start 0 --range-end 69 (single segment)--segments "0-69,69-199,199-" (dash with empty end means "to last")--sprint sprint-11 (uses /api/v1/dev-graph/sprints/<n> start/end)--frame-only true --sprint sprint-11 --sprint-frame end --frame-output docs/sprints/sprint-11/_dev_graph_visuals/timeline.svg--frame-only true --frame-commit abcd123 --frame-output exports/dev-graph/timeline-frame.svg--max-nodes 0 (default, no limit)--show-folder-groups true|false, --focused-view true|false, --size-by-loc true|false--color-mode folder|type|commit-flow|activity|none, --highlight-docs true|false, --edge-emphasis 0.0-1.0--active-folders "backend,frontend", --include-patterns "docs,/\\.md$/"--width 1200 --height 600--auto-fit true (default) and --auto-fit-padding 80--auto-fit-motion true (default), --auto-fit-motion-alpha 0.25--focus-commit 120 --focus-window 10 (index) or --focus-commit abcd123 --focus-window 12 (hash prefix)--relax-ticks-min 180 --relax-ticks-max 520 --relax-ticks-factor 35--limit 5000 --max-files 0 (0 means no limit; lets backend return full file lists)--include-all-files true (default)--downscale-on-fail true (default), --downscale-factor 0.85 --downscale-retries 3python skills/dev-graph-exports/scripts/export_timeline_svgs.pyexports/dev-graph/timeline-frames/--start 0 --count 20python skills/dev-graph-exports/scripts/export_dashboard_data.pyexports/dev-graph/dashboard//api/v1/dev-graph/stats, /analytics, /quality, and /data-quality/overview.sprints.json from dashboard exports to link frames and videos to sprint windows.python skills/dev-graph-exports/scripts/export_structure_svg.py (requires the UI + Python Playwright)python skills/dev-graph-exports/scripts/export_timeline_mp4.py (requires the UI + Python Playwright)python skills/dev-graph-exports/scripts/export_timeline_segments_standalone.py (requires matplotlib + ffmpeg)npx skills add rm2thaddeus/dev-graph-exports下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer