julia/openclaw/skills/agents-system/SKILL.md
Manage the OpenClaw agent system end-to-end (agents/, skills/, MCP servers) so the workspace stays healthy.
npx skillsauth add abzhaw/juliaz_agents agents-systemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill whenever you need to add or modify OpenClaw agents, update skill packages, or verify MCP integrations inside this repo (/Users/raphael/Documents/Devs/juliaz_agents/openclaw).
| Path | Purpose |
| --- | --- |
| agents/ | YAML manifests (e.g., agents/juliamcp.yml) describing transports, skills, behaviors |
| skills/<name>/ | Each skill folder contains SKILL.md, optional references, and any tool definitions (*.yml) |
| skills/julia-bridge/*.yml | MCP tool wrappers for the Julia bridge (send, receive, health) |
| bridge/ | Local MCP server source (Node) for Julia↔︎OpenClaw relay |
| memory/ | Session notes/logs required by AGENTS.md workflow |
agents/<agent>.yml with name, transport, skills, and behaviors. Use agents/juliamcp.yml as a template.skills.required entries that exist under skills/. Keep correlation/behavior settings explicit (requireCorrelationId, retries, etc.).transport:
type: mcp
endpoint: http://127.0.0.1:3001
Adjust host/port if deploying elsewhere.mcporter call <server>.list_tools (if exposed) or the relevant tool to confirm connectivity.skills/<related-skill>/SKILL.md so future runs know how/when to use the agent.mkdir -p skills/<skill>/ then add:
SKILL.md (instructions)README.md, references)*.yml) when the skill wraps a CLI/API (see skills/julia-bridge/send.yml).name + description short but descriptive so OpenClaw’s skill loader can match user intents.SKILL.md, include:
mcporter call ...) and confirm expected JSON. Capture quirks in the Troubleshooting section.skills/julia-bridge/SKILL.md for the existing bridge.bridge/ (or another path) with package.json, server.js, etc.mcporter:
mcporter config add <name> http://127.0.0.1:<port> --transport http
skills/<name>/*.yml definitions.openclaw healthopenclaw channels statusmcporter call <server>.bridge_healthskills/<skill>/<tool>.yml definitions via OpenClaw to ensure they trigger the MCP server correctly.[bridge] prefix.~/.openclaw/logs/ and follow skills/openclaw-self-manage.bridge queues (/queues/openclaw, /queues/julia) if messages stall.memory/YYYY-MM-DD.md after significant maintenance work.HEURISTICS.md per AGENTS.md instructions.SOUL.md/USER.md reflect any long-term preference changes uncovered during maintenance.| Issue | Checklist |
| --- | --- |
| Agent fails to load skills | Confirm skills/<skill>/SKILL.md exists and skills/<skill>/*.yml names match the references in agents/<agent>.yml. |
| mcporter cannot reach server | Is the server running on the expected port? Run lsof -i :3001. Update config/mcporter.json if the base URL changed. |
| Output validation errors | Ensure MCP tools return both human-readable content and structured JSON (structuredContent) when an outputSchema is declared. |
| Persistent pairing issues | Run skills/openclaw-self-manage workflow (openclaw health, repair script, etc.) before editing configs. |
skills/julia-bridge/SKILL.md – bridge-specific opsskills/openclaw-self-manage/SKILL.md – gateway/CLI troubleshootingAGENTS.md – daily operating doctrineHEURISTICS.md – accumulated rules from incidentsdevelopment
Fortschrittsverfolgung der Masterarbeit. Wortanzahl pro Kapitel, Fertigstellungsgrad, fehlende Elemente, Deadlines. Haelt den Ueberblick.
development
Kapitelarchitektur und Gliederung der Masterarbeit. Verwaltet die Struktur, schlaegt vor wo Inhalte hingehoeren, validiert den logischen Fluss zwischen Kapiteln.
tools
Konvertiert Protokolleinträge und Session-Logs in thesis-fähiges deutsches Narrativ. Transformiert Entwicklungsdokumentation in akademische Prosa.
research
Sucht und analysiert akademische Literatur. Findet relevante Papers, erstellt strukturierte Zusammenfassungen. Zitiert NIEMALS — schlaegt nur vor.