Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

jobpilot

يحتوي jobpilot على 20 من skills المجمعة من suxrobGM، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
20
Stars
30
محدث
2026-07-11
Forks
10
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

apply
مندوبو مبيعات الخدمات (باستثناء الإعلان والتأمين والخدمات المالية والسياحة)

Apply to a single job (URL or pasted page) with fit review, or drain the pending queue when no argument is given.

2026-07-11
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.

2026-07-11
cover-letter
متخصصو الموارد البشرية

Write a tailored one-page cover letter from a job description and the user's resume, humanized for natural tone.

2026-07-11
extract-resume
متخصصو الموارد البشرية

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

2026-07-11
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.

2026-07-11
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, negative parallelisms, and excessive conjunctive phrases.

2026-07-11
interview
متخصصو الموارد البشرية

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

2026-07-11
outreach
مندوبو مبيعات الخدمات (باستثناء الإعلان والتأمين والخدمات المالية والسياحة)

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.

2026-07-11
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.

2026-07-11
resume
مطوّرو البرمجيات

Resume an interrupted or 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.

2026-07-11
scan-inbox
مطوّرو البرمجيات

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

2026-07-11
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.

2026-07-11
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.

2026-07-11
solve-captcha
مطوّرو البرمجيات

Solve a CAPTCHA on the current browser tab. Free path first - frictionless checkbox + distorted-text via your own vision; image challenges (reCAPTCHA / hCaptcha / Turnstile) go to a configured token service (2captcha / CapSolver). Returns solved / unsolved for the caller to fall back.

2026-07-11
tailor-resume
مطوّرو البرمجيات

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

2026-07-11
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.

2026-07-11
upwork-proposal
مطوّرو البرمجيات

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

2026-07-11
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.

2026-07-11
release
مطوّرو البرمجيات

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

2026-07-09
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".

2026-07-01