AI with Michal
Workable

Skill bundle

Workable Bundle

Bundled skills and integration code for third-party APIs — download a ZIP after checkout, add your keys, and run the workflows in your own stack. Delivery is usually within minutes.

Workable Bundle

Search, score, feedback, exports, and narrative reports—without losing context in the UI. This bundle connects Claude Code to Workable so you search your candidate database by job and stage (or natural-language search with AI ranking), score applicants against role briefs with comment post-back, turn interview notes into structured feedback, export pipelines to Excel, create jobs or requisitions from intake notes, and generate pipeline analytics with Claude insights.

Why this bundle exists

Workable is many teams’ default ATS for collaborative hiring; the pain is still bulk review, consistent evaluation, and exec-ready exports. These skills let Claude read your briefs and notes while Workable’s API supplies live candidate state—so you scale how you decide, not only how you click.

How you benefit

  • Same bar for every applicant in a stage — Scoring writes back as comments your team can debate in Workable.
  • Faster intake-to-jobcreate-requisition turns call notes into structured jobs your recruiters refine.
  • Leadership packs — Exports and reports travel to stakeholders who do not live in Workable daily.

Example prompts

When Claude has access to Workable through this bundle’s API integration (with your keys and project configured), you can ask in plain language—for example:

  • Search Screening on shortcode ABC for full-stack engineers and tell me who best matches this tech stack paragraph.
  • Score applicants on that job against this brief and post comments so recruiters see the rationale in Workable.
  • Export the full candidate pipeline for all EU roles to one workbook for capacity planning.
  • Turn this intake email into a structured requisition draft I can publish after I edit titles and salary band.

Full power (easy to miss)

  • WORKABLE_MEMBER_ID is required for score-candidates and write-feedback (posting comments/ratings)—grab it from /members once, keep it in .env.
  • Chain: search Screening on shortcode ABC12 → score against brief → export pipeline in one assistant session.
  • Pair with sourcing bundles for net-new talent; Workable skills focus on candidates already in Workable.

What you get

Digital download: a ZIP you unzip into your project. You keep instant access after purchase; the archive is delivered when packaging completes.

Included skills

Skill What it does
search-candidates Find candidates by job shortcode and stage, or natural-language search with AI ranking
score-candidates Score applicants against a brief and post results as Workable comments
write-feedback Turn interview notes into structured feedback (ratings + optional score card)
export-pipeline Export candidates per job to Excel (one sheet per job)
create-requisition Create a job or hiring requisition from intake notes
generate-report Pipeline analytics with Claude-generated narrative insights

How it works

  1. Unzip the bundle into your Claude Code project (see buyer setup in the archive).
  2. Add your API keys and subdomain to a shared .env at the project root (see Requirements).
  3. Ask Claude in plain English — for example: “Search Screening for senior engineers on job shortcode ABC12, score them against this brief, then export the pipeline.”

Requirements

  • WORKABLE_ACCESS_TOKEN — Bearer token from Workable (Integrations / API access)
  • WORKABLE_SUBDOMAIN — Your account subdomain (the part before .workable.com, e.g. mycompany)
  • WORKABLE_MEMBER_ID — Your Workable user id for posting comments and ratings (from /members; required for score-candidates and write-feedback)
  • ANTHROPIC_API_KEY — for Claude API access

Compatibility

Works with macOS and Windows scripts (run.sh / run.ps1). Designed for Claude Code and similar assistants (Cursor, Copilot, Codex workflows supported where your environment matches the bundle).

Support & updates

Technical reference: CLAUDE.md and per-skill README files in the bundle. Release history at the bottom of this page mirrors CHANGELOG.md so you can read version notes before purchase.

Release history

Below is the same content as CHANGELOG.md in this bundle, so you can see version history before purchase. After download, both files ship together in the ZIP.

Workable Bundle Changelog

1.0.2 (2026-04-30)

Add .env.example at the bundle root documenting environment variables for this integration (copy to .env). No skill behavior changes.

1.0.1 (2026-04-30)

Maintenance release: refreshed buyer-facing PRODUCT.md release history (mirrored from CHANGELOG.md) and rebuilt the distribution ZIP. No skill behavior changes.

1.0.0 (2026-04-29)

Initial release.

Skills included

  • search-candidates: Pipeline and talent search with native /candidates filters where available
  • score-candidates: AI scoring with results written as Workable comments
  • write-feedback: Structured feedback as ratings with optional score_card
  • export-pipeline: Multi-tab Excel export per published job
  • create-requisition: Draft job via POST /jobs when available, else hiring requisition via POST /requisitions
  • generate-report: Pipeline metrics plus Claude narrative (uses candidate activities when useful)