← All creators

suxrobGM

User

An AI agent that applies to jobs for you - searches boards, tailors your resume, fills applications, messages recruiters. All from a real browser on your machine, on your Claude Code or Codex subscription.

33 indexed · 0 Featured · 68 stars · avg score 82
Prolific

Categories

Indexed Skills (33)

AI & Automation Solid

humanizer

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, filler phrases, paragraph-final tie-backs, spaced-hyphen dash clauses, and contrast-framing overuse.

67 Updated yesterday
suxrobGM
Code & Development Solid

teaser-video

Film, cut, and deliver a short teaser/demo video of any app by driving it with Playwright and editing with ffmpeg - storyboard, authenticated capture, PII review, animated title cards, MP4 + GIF. Use for "make a teaser", "record a demo video", "product launch video", "screen recording for the README".

67 Updated yesterday
suxrobGM
AI & Automation Solid

apply

Apply to a single job (URL or pasted page) with fit review, or score and apply the job links pasted into an apply campaign when no argument is given.

67 Updated yesterday
suxrobGM
AI & Automation Solid

auto-apply

Search a job board and autonomously apply to matching jobs one at a time, until paused, exhausted, or the max-applications cap is hit.

67 Updated yesterday
suxrobGM
AI & Automation Solid

cover-letter

Write a tailored, concise cover letter (150-250 words) from a job description and the user's resume, humanized for natural tone.

67 Updated yesterday
suxrobGM
Data & Documents Solid

extract-resume

Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.

67 Updated yesterday
suxrobGM
AI & Automation Solid

get-code

Fetch the latest verification code or magic link from the connected mailbox for a given board domain. Called by apply / auto-apply for 2FA and account-creation flows.

67 Updated yesterday
suxrobGM
AI & Automation Solid

interview

Produce a tailored interview prep sheet (behavioral, technical, system design, company) from a job description and the user's resume.

67 Updated yesterday
suxrobGM
AI & Automation Solid

networking

Find a hiring manager/recruiter for a role (or company) and send a personalized message via cold email or LinkedIn, with per-campaign channels and autonomy.

67 Updated yesterday
suxrobGM
AI & Automation Solid

pilot

One autonomous Pilot cycle - fetch the agenda, execute the top item, journal, exit. Injected by the terminal host - not for manual invocation loops.

67 Updated yesterday
suxrobGM
AI & Automation Solid

rescan-skipped

Re-score a campaign's skipped jobs and promote the eligible ones to `approved` for later applying. Recovers jobs wrongly dropped for location, a sparse JD, 1099, or seniority. Does not apply.

67 Updated yesterday
suxrobGM
AI & Automation Solid

scan-inbox

Classify unscanned mailbox messages, fuzzy-match each to an existing application, and write the proposal back. The user approves in /inbox.

67 Updated yesterday
suxrobGM
AI & Automation Solid

search

Search a chosen job board via Playwright, rank results by fit against the user's resume, and save them to the campaign so the user can review.

67 Updated yesterday
suxrobGM
AI & Automation Solid

solve-captcha

Solve a CAPTCHA on the current browser tab - free checkbox/text paths first, then a configured token service for image challenges. Returns solved or unsolved for the caller to fall back.

67 Updated yesterday
suxrobGM
AI & Automation Solid

tailor-resume

Choose the best existing resume base/variant for a job, or create a new tailored variant when nothing fits.

67 Updated yesterday
suxrobGM
Data & Documents Solid

upwork-profile

Read the user's live Upwork profile, generate an improved overview + portfolio from their resume (humanized), and - after the user approves - write the approved version back to Upwork.

67 Updated yesterday
suxrobGM
AI & Automation Solid

upwork-proposal

Write a short, targeted Upwork proposal from a job description and the user's resume, humanized for natural tone.

67 Updated yesterday
suxrobGM
AI & Automation Solid

upwork-search

Search Upwork via Playwright, smart-filter out low-quality and unresponsive clients, rank survivors by fit, and save them to the campaign as recommendations. Never submits a proposal.

67 Updated yesterday
suxrobGM
AI & Automation Solid

resume-campaign

Resume a paused JobPilot campaign by id. Re-flips the campaign to in_progress and replays the apply loop on any remaining approved jobs without re-asking for fit confirmation.

67 Updated yesterday
suxrobGM
Code & Development Solid

review-resume

Review a freshly uploaded resume and save a stronger rewritten version as a suggestion the user accepts or discards in the dashboard.

67 Updated yesterday
suxrobGM
AI & Automation Solid

cleanup

Review and clean up the given file(s)/folder(s)/module(s) in any language or framework: rate organization, find dead code, duplication, coupling, over-engineering, structural and architectural problems, then produce and execute a phased refactor plan. May apply architecture/pattern changes when they are a net simplification. Trigger on "clean up X", "review and refactor X", "rate the code in X", "code quality review of X".

67 Updated yesterday
suxrobGM
AI & Automation Solid

release

Bump the unified JobPilot version (host + plugin), update the changelog, commit, and tag a new release

67 Updated yesterday
suxrobGM
AI & Automation Solid

resume

Resume a paused JobPilot campaign by id. Re-flips the campaign to in_progress and replays the apply loop on any remaining approved jobs without re-asking for fit confirmation.

67 Updated yesterday
suxrobGM
AI & Automation Solid

setup

Install, start, or update the JobPilot agent terminal on this machine, then open the dashboard. Run this first after installing the plugin in Claude Code or Codex.

39 Updated 1 months ago
suxrobGM
API & Backend Solid

tanstack-form-composition

Migrate a React @tanstack/react-form codebase from the prop-drilled `useForm` + erased-form-type pattern to the official `createFormHook` composition API (`useAppForm` / `withForm` / `field.X`). Use when a project threads a `form` object (often cast to an `any`-erased type like `ReactFormExtendedApi<any,...>`) through field-wrapper components that take `form`+`name` props, and you want typed field names/values, no casts, and reusable bound field components. Triggers: "migrate forms to createFormHook", "adopt useAppForm/withForm", "remove AnyReactForm cast", "type-safe tanstack form fields".

67 Updated yesterday
suxrobGM
AI & Automation Listed

verify

Run the full JobPilot CI gate locally - Biome, API + web typechecks, API and contracts tests, and the terminal .NET tests when terminal files changed. Use before committing, or when asked to "verify", "run checks", or "run the gate".

67 Updated yesterday
suxrobGM
API & Backend Listed

add-api-route

Add a new JobPilot API route or module the standard way - contracts schema, controller, service, response schema, optional web hook. Use for "add an endpoint", "new route", "new module".

67 Updated yesterday
suxrobGM
API & Backend Listed

db-migrate

Create and apply a Prisma migration safely against the remote (tunneled) PostgreSQL. Use for schema changes - "create a migration", "apply migrations", "add a column/table".

67 Updated yesterday
suxrobGM
API & Backend Listed

restart-terminal

Rebuild the .NET terminal host, restart it, and wait for /healthz. Use after any C# change under apps/terminal, or when asked to "restart the terminal host".

67 Updated yesterday
suxrobGM
AI & Automation Listed

access

Manage VK channel access - pair DMs, opt group chats in, edit allowlists, set DM policy. Use when the user wants to pair a DM, add or remove a group chat, approve a sender, list allowed chats, or change DM policy for the VK channel.

1 Updated today
suxrobGM
AI & Automation Listed

status

Show VK channel status - transport, connection health, community handle, policies, chat count. Use when the user asks "is VK connected?", "what's the status of VK?", or wants a health summary.

1 Updated today
suxrobGM
Data & Documents Listed

configure

Set up the VK channel - save the community access token to ~/.claude/channels/vk/.env. Use when the user pastes a VK community token or asks to configure VK.

1 Updated today
suxrobGM
AI & Automation Listed

setup

Install, start, or update the JobPilot agent terminal on this machine, then open the dashboard. Run this first after installing the plugin in Claude Code or Codex.

1 Updated 1 months ago
suxrobGM

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.