agent-canvas-environment

Installation
SKILL.md

Agent Canvas Environment

Use this skill when running inside or alongside a local Agent Canvas stack, especially when the user asks to inspect the local backend, create or monitor local conversations, or delegate work to another local conversation.

Core rules

  • Treat the local Agent Canvas backend as an agent-server API, usually http://localhost:8001.
  • Treat the local UI as a separate frontend, usually http://localhost:8000.
  • Do not print session API keys. Pass them directly in X-Session-API-Key.
  • Trust any runtime-services block or explicit user-provided host over default ports.
  • Before mutating a repository, check git status -sb. If a worktree has unrelated changes, use a separate worktree or clone.
  • When delegating, write a self-contained prompt. The new conversation does not inherit the current chat context.

Find the session key

Use the first available value, without echoing it:

Installs
3
GitHub Stars
118
First Seen
4 days ago
agent-canvas-environment — openhands/skills