Export Pixel Detective UMAP projections with HDBSCAN and manage Qdrant collections via the ingestion API. Use when the user asks for latent space exports, UMAP clustering assets, or collection operations (list/create/select/delete/merge).
Generate standalone exports (no UI) and manage collections for Pixel Detective.
http://localhost:8002http://localhost:8003 for HDBSCAN clusteringmatplotlibweasyprint (preferred) or playwrightpython skills/pixel-detective-exports/scripts/export_umap_hdbscan.py --collection <name>python skills/pixel-detective-exports/scripts/export_umap_pdf.py --sample-size 500python skills/pixel-detective-exports/scripts/export_umap_hdbscan.pyexports/pixel-detective/umap/umap_hdbscan_<collection>.json|csv|svgpython skills/pixel-detective-exports/scripts/export_umap_hdbscan.py --collection my_collection --sample-size 2000--color-map tab20 --point-size 18 --outlier-size 12 --outlier-color #94a3b8python skills/pixel-detective-exports/scripts/export_umap_pdf.pyexports/pixel-detective/umap/umap_cluster_report.pdfpython skills/pixel-detective-exports/scripts/export_umap_pdf.py --sample-size 500 --title "Pixel Detective UMAP Clusters"python skills/pixel-detective-exports/scripts/manage_collections.pypython skills/pixel-detective-exports/scripts/manage_collections.py --action listpython skills/pixel-detective-exports/scripts/manage_collections.py --action info --collection my_collectionpython skills/pixel-detective-exports/scripts/manage_collections.py --action create --collection my_collection --vector-size 512 --distance Cosinepython skills/pixel-detective-exports/scripts/manage_collections.py --action select --collection my_collectionpython skills/pixel-detective-exports/scripts/manage_collections.py --action delete --collection my_collectionpython skills/pixel-detective-exports/scripts/manage_collections.py --action merge --dest merged_collection --sources a,b,cpython skills/pixel-detective-exports/scripts/manage_collections.py --action list --qdrant http://localhost:6333powershell -ExecutionPolicy Bypass -File skills\\start-pixel-detective\\scripts\\start_pixel_detective.ps1 -Mode backend -UseGpuUmapnpx skills add rm2thaddeus/pixel-detective-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