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-wrok

Or 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 default

Tools (50)

CategoryTools
Authwrok_login, wrok_status
Profilewrok_get_profile, wrok_get_resume, wrok_update_profile
Roleswrok_add_role, wrok_update_role, wrok_delete_role
Educationwrok_add_education, wrok_update_education, wrok_delete_education
Skillswrok_add_skill, wrok_delete_skill
Projectswrok_add_project, wrok_update_project, wrok_delete_project
Blog9 tools: preferences, CRUD, publish/unpublish
Job Apps5 tools: list, add, get, update, delete
Profile Page8 tools: CRUD, publish, generate, check-slug
API Keyswrok_create_api_key, wrok_list_api_keys, wrok_revoke_api_key
Resumewrok_generate_pdf, wrok_get_latest_resume, wrok_regenerate_resume, wrok_delete_all_resumes
Conversationswrok_get_conversation, wrok_clear_conversation
Codingwrok_get_coding_profile, wrok_list_coding_machines
Accountwrok_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.