openwork-debug
Installation
SKILL.md
Credential check
Set these before running the HTTP checks:
OPENWORK_SERVER_URLOPENWORK_SERVER_TOKENOPENWORK_WORKSPACE_ID(optional; use/workspacesto discover)
Quick usage (read-only)
curl -s "$OPENWORK_SERVER_URL/health"
curl -s "$OPENWORK_SERVER_URL/capabilities" \
-H "Authorization: Bearer $OPENWORK_SERVER_TOKEN"
curl -s "$OPENWORK_SERVER_URL/workspaces" \
-H "Authorization: Bearer $OPENWORK_SERVER_TOKEN"
Related skills
More from different-ai/openwork
opencode-primitives
Reference OpenCode docs when implementing skills, plugins, MCPs, or config-driven behavior.
654solidjs-patterns
SolidJS reactivity + UI state patterns for OpenWork
559opencode-bridge
Bridge between OpenWork UI and OpenCode runtime
544tauri-solidjs
Tauri 2.x + SolidJS stack for OpenWork native app
507opencode-mirror
Maintain the local OpenCode mirror for self-reference
484openwork-core
Core context and guardrails for OpenWork native app
473