OpenClaw Plugin
The wrok plugin for OpenClaw gives your AI assistant full access to the wrok career platform. 50 tools for managing your profile, generating resumes, writing blog posts, and tracking job applications.
Install
openclaw plugins install clawhub:openclaw-plugin-wrokOr install from source: cd services/openclaw-plugin && npm install && npm run build && openclaw plugins install ./
Configure
Set your wrok API key:
export WROK_API_KEY="wrok_sk_..."Or in OpenClaw config:
plugins:
entries:
wrok:
config:
apiKey: "wrok_sk_..."
baseUrl: "https://wrok-agent.fly.dev" # optional, this is the defaultTools (50)
| Category | Tools |
|---|---|
| Auth | wrok_login, wrok_status |
| Profile | wrok_get_profile, wrok_get_resume, wrok_update_profile |
| Roles | wrok_add_role, wrok_update_role, wrok_delete_role |
| Education | wrok_add_education, wrok_update_education, wrok_delete_education |
| Skills | wrok_add_skill, wrok_delete_skill |
| Projects | wrok_add_project, wrok_update_project, wrok_delete_project |
| Blog | 9 tools: preferences, CRUD, publish/unpublish |
| Job Apps | 5 tools: list, add, get, update, delete |
| Profile Page | 8 tools: CRUD, publish, generate, check-slug |
| API Keys | wrok_create_api_key, wrok_list_api_keys, wrok_revoke_api_key |
| Resume | wrok_generate_pdf, wrok_get_latest_resume, wrok_regenerate_resume, wrok_delete_all_resumes |
| Conversations | wrok_get_conversation, wrok_clear_conversation |
| Coding | wrok_get_coding_profile, wrok_list_coding_machines |
| Account | wrok_reset_all_data |
Example
$ openclaw agent --message "Show my career profile"
$ openclaw agent --message "Add 3 years of Go experience"
$ openclaw agent --message "Generate my resume as a PDF"
$ openclaw agent --message "Track a job application at Stripe"Learn more
See the full integration page for detailed examples, architecture diagram, and FAQ.