Start, stop, or check Dev Graph services on this machine. Use when the user asks to start Dev Graph, start backend only, start full stack, restart, stop, or check Docker, Neo4j, API, or UI status, or to provide a specific Dev Graph page URL.
Use this skill to run Dev Graph locally with the right subset of services.
powershell -ExecutionPolicy Bypass -File skills\\start-dev-graph\\scripts\\start_dev_graph.ps1 -Mode fullpowershell -ExecutionPolicy Bypass -File skills\\start-dev-graph\\scripts\\start_dev_graph.ps1 -Mode backenddeveloper_graph/api.py and start_dev_graph.ps1.docker versiondocker compose version.\start_dev_graph.ps1docker compose up -d neo4juvicorn developer_graph.api:app --host 0.0.0.0 --port 8080 --reloaddocker compose up -d neo4jcd tools/dev-graph-ui then npm run devWhen launching uvicorn or npm, use new terminal windows so the main session stays responsive.
docker compose psdocker compose downneo4j in docker-compose.yml.neo4j_db; do not copy that name here.dev_graph_api.log in the repo root. The app writes the same file and will raise a permission error.powershell -ExecutionPolicy Bypass -File skills\\start-dev-graph\\scripts\\start_dev_graph.ps1 -Mode full-Mode backend-Mode frontend -Open -Page /dev-graph/structure-Open is required to open a browser; -Page alone will not open anything.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