Your career platform, inside your AI assistant
The Wrok plugin for OpenClaw gives your personal AI assistant full access to the Wrok career platform. Manage your professional profile, generate tailored resumes, write blog posts, and track job applications — all through natural conversation with your OpenClaw agent.
Run `openclaw plugins install clawhub:openclaw-plugin-wrok` or install from source in the Wrok monorepo.
Set your Wrok API key as an environment variable (WROK_API_KEY) or in your OpenClaw plugin config.
Ask your OpenClaw agent to update your profile, tailor your resume for a job, write a blog post, or track an application.
# Install the Wrok plugin
$ openclaw plugins install clawhub:openclaw-plugin-wrok
# Set your API key
$ export WROK_API_KEY="wrok_sk_..."
# Start using it
$ openclaw agent --message "Show my career profile"
The plugin gives your OpenClaw agent access to every part of the Wrok platform through typed, documented tools.
>Set up my Wrok profile with my work experience
The agent uses wrok_update_profile, wrok_add_role, wrok_add_skill, and more to build your complete career profile from a conversation.
>I want to apply for this job: [paste job description]
The agent reads your career data, suggests skill and role updates, regenerates your resume, downloads the PDF, and tracks the application.
>Write a blog post about my experience migrating to microservices
The agent reads your career data and blog preferences, drafts a post in your writing style, creates it as a draft, then publishes when you approve.
OpenClaw Agent ←→ Plugin SDK ←→ openclaw-plugin-wrok
↓
WrokClient (HTTPS + Bearer Token)
↓
wrok-agent.fly.dev (REST API)
↓
Supabase (PostgreSQL)
OpenClaw is an open-source, locally-hosted AI assistant that runs on your personal computer. It connects to chat apps like WhatsApp, Telegram, and Discord, and can be extended with plugins for services like Wrok.
Yes. You can create a free Wrok account directly from the command line using the headless API: curl -X POST https://wrok-agent.fly.dev/api/v1/auth/signup with your email and password.
Yes, the Wrok OpenClaw plugin is free and open source. Wrok itself offers a free tier with full access to all career management features.
Absolutely. The entire plugin operates in headless mode via the Wrok API. You never need to open a browser — everything happens through your OpenClaw agent.
Sign up via the API (curl -X POST https://wrok-agent.fly.dev/api/v1/auth/signup) or log in to wrok-web.fly.dev and create one from your account settings. Set it as the WROK_API_KEY environment variable.
The plugin provides 50 tools covering your full career lifecycle: profile management, work experience, education, skills, projects, blog writing, job application tracking, resume generation (including PDF), public profile pages, and more.
Install the plugin and start managing your career from your AI assistant.
Both are free to use