by pinloop-ai
Command-line job search tool for coding agents. Searches and judges 10,000+ postings from 4,000+ employers, refreshed hourly.
# Add to your Claude Code skills
git clone https://github.com/pinloop-ai/pinloop-clipinloop-cli is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by pinloop-ai. Command-line job search tool for coding agents. Searches and judges 10,000+ postings from 4,000+ employers, refreshed hourly. It has 139 GitHub stars.
pinloop-cli's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/pinloop-ai/pinloop-cli" and add it to your Claude Code skills directory (see the Installation section above).
pinloop-cli is primarily written in TypeScript. It is open-source under pinloop-ai on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh pinloop-cli against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Pinloop is a job search tool built for your coding agent to run from a terminal.
It holds a large collection of frequently updated job postings, can hold your resume and any other preferences, and calls AI models to evaluate postings against what it knows about you.
https://github.com/user-attachments/assets/3657dcdc-4cac-4778-8cc6-5ca3b40e5fed
You don't run anything yourself. Paste this sentence into your coding agent (Claude Code, Codex, Cursor, or similar) and it installs Pinloop and walks you through setup:
Run npm install -g pinloop, then run pinloop welcome and follow the instructions.
Needs Node 22 or newer.
npm install -g pinloop
pinloop
Run on its own, pinloop prints instructions written for a coding agent.
pinloop welcome gets your coding agent to walk you through a more structured
onboarding flow, and pinloop guide gives it the full usage instructions.
Run pinloop login to make an account.
The commands talk to Pinloop's servers, so everything except the guide needs an account. Login goes through a browser, with no password.
A free account gets a limited number of judged postings and semantic searches per
month. You can use your own coding agent subscription of choice to instead have the
agent judge postings and upload those judgments to Pinloop for free.
Run pinloop upgrade to raise the free plan's limits and gain access
to scheduled routines and watches which run unattended to review postings even when
your laptop is closed. Keyword search, filtering, saved lists of postings,
stored profile documents (e.g., resumes), and non-scheduled routines cost nothing.
MIT. See LICENSE.
The license covers the CLI only.