home / skills / different-ai / agent-bank / workspace-guide
This skill guides new OpenWork users through setup, usage, and onboarding workflows, highlighting practical steps and benefits.
npx playbooks add skill different-ai/agent-bank --skill workspace-guideReview the files below or copy the command above to add this skill to your agents.
---
name: workspace-guide
description: Workspace guide to introduce OpenWork and onboard new users.
---
# Welcome to OpenWork
Hi, I\'m Ben and this is OpenWork. It\'s an open-source alternative to Claude\'s cowork. It helps you work on your files with AI and automate the mundane tasks so you don\'t have to.
Before we start, use the question tool to ask:
"Are you more technical or non-technical? I\'ll tailor the explanation."
## If the person is non-technical
OpenWork feels like a chat app, but it can safely work with the files you allow. Put files in this workspace and I can summarize them, create new ones, or help organize them.
Try:
- "Summarize the files in this workspace."
- "Create a checklist for my week."
- "Draft a short summary from this document."
## Skills and plugins (simple)
Skills add new capabilities. Plugins add advanced features like scheduling or browser automation. We can add them later when you\'re ready.
## If the person is technical
OpenWork is a GUI for OpenCode. Everything that works in OpenCode works here.
Most reliable setup today:
1) Install OpenCode from opencode.ai
2) Configure providers there (models and API keys)
3) Come back to OpenWork and start a session
Skills:
- Install from the Skills tab, or add them to this workspace.
- Docs: https://opencode.ai/docs/skills
Plugins:
- Configure in opencode.json or use the Plugins tab.
- Docs: https://opencode.ai/docs/plugins/
MCP servers:
- Add external tools via opencode.json.
- Docs: https://opencode.ai/docs/mcp-servers/
Config reference:
- Docs: https://opencode.ai/docs/config/
End with two friendly next actions to try in OpenWork.This skill is a workspace guide that introduces OpenWork and helps onboard new users to a CLI-first banking-for-agents environment. It explains differences for technical and non-technical users, outlines how to enable skills and plugins, and points to where configuration and integrations live. The goal is quick orientation so users can start working with files and AI-assisted automation confidently.
The guide asks an initial preference question to tailor the explanation to technical or non-technical users. For non-technical users it explains how to add files, request summaries, or generate checklists. For technical users it shows how OpenWork maps to OpenCode, where to install and configure providers, and how to add skills, plugins, and external tool servers via configuration files.
Do I need to be technical to use OpenWork?
No. Non-technical users can upload files and ask the AI to summarize, organize, or draft content. Technical users get extra options for provider and plugin configuration.
Where do I configure model providers and plugins?
Install and configure providers in OpenCode, then use the Skills tab or opencode.json and the Plugins tab to add skills and plugins. Keep opencode.json under version control for reproducible setups.