An Open Agent Skill for Workjournal — a cloud-hosted development journal for AI agents and developers.
The Workjournal skill provides /journal commands to write entries, search past decisions, and review recent work. It works with any agent that supports the Open Agent Skills format.
If your agent has a skill marketplace, search for Workjournal and install it directly.
Download the latest release zip from the Releases page and extract it into your agent's skills directory.
For Claude Code:
curl -sL https://github.com/workjournal-pro/skill/releases/latest/download/skill.zip -o /tmp/workjournal-skill.zip
unzip /tmp/workjournal-skill.zip -d skills/journalgit clone https://github.com/workjournal-pro/skill.git skills/journal- An account at app.workjournal.pro
- Install the skill (see above)
- Run
/journal loginto authenticate via browser-based OAuth - Run
/journalto write your first entry
| Command | Description |
|---|---|
/journal |
Write a new entry (auto-title from conversation) |
/journal <title> |
Write a new entry with explicit title |
/journal search <query> |
Search past entries |
/journal last [N] |
Show recent entries |
/journal check |
Find entries relevant to current work |
/journal login |
Authenticate with Workjournal |
/journal init |
Initialize session and select journal |
/journal help |
Print command reference |
This skill follows the Open Agent Skills specification and works with Claude Code, Cursor, GitHub Copilot, JetBrains Junie, Gemini CLI, and many more.