Get Started

Workjournal connects to your AI assistant as an Open Agent Skill, a remote MCP server, or a local MCP server — depending on which client you use.

1. Sign up

Go to app.workjournal.pro and create an account. You can sign up with email or a social provider.

2. Connect your AI client

Pick your client and platform below — the instructions update accordingly.

Claude Code — plugin

The Workjournal plugin bundles the skill, CLI commands, and configuration as one drop-in install.

Install

# In your Claude Code project
claude plugins add workjournal-pro/workjournal

Authenticate

/workjournal login

The agent opens a browser window, you approve, and it pastes the code back automatically. Credentials are stored at ~/.config/workjournal/credentials.json (or the platform equivalent — see /docs/cli-tool-auth-workflow).

Start using

/workjournal              # write a new entry
/workjournal last 3       # review recent entries
/workjournal check        # find relevant context
/workjournal search auth  # full-text search

Other agents

Any agent that supports Open Agent Skills can use the Workjournal skill. Install it from a marketplace, or download the release zip from github.com/workjournal-pro/skill.

If your agent only supports MCP, point it at https://mcp.workjournal.pro.