Career-Ops Fork Adds LinkedIn Job Discovery Using Apify

What This Fork Adds
A developer has forked the open-source career-ops project by u/Beach-Independent and added LinkedIn as a job discovery source using Apify. The original career-ops system evaluates job listings, generates tailored CVs, and tracks application pipelines, but was limited to scanning pre-configured company career pages.
Key Features
- Searches LinkedIn by keywords, not limited to a fixed company list
- Command:
node apify-linkedin.mjs --search "AI Engineer" --location "Remote"finds matching jobs - Caches full job descriptions offline for evaluation
- Deduplicates against existing pipeline to avoid re-evaluations
- If company has direct application page → goes there. If not → applies via LinkedIn
- Plugs into existing career-ops pipeline (scan → evaluate → PDF → track)
Setup and Costs
- Sign up at apify.com (free tier with $5/month credits)
- Run
apify login - Add keywords to
portals.yml - Costs approximately $0.50 per 1,000 jobs scraped
Project Links
- Fork: https://github.com/kovalov/career-ops-linkedin
- Original: https://github.com/santifer/career-ops
📖 Read the full source: r/ClaudeAI
👀 See Also

memora: Version-Controlled, Typed Memory for AI Agents – Git for AI Beliefs
memora is a CLI tool written in Rust that version-controls AI agent memory with typed, provenance-tracked, branchable, and mergeable capabilities.

Bridge Claude Code to Chat Apps for Remote Interaction
A GitHub project called cc-connect bridges Claude Code to messaging platforms like Slack and Telegram, allowing remote interaction without exposing your local machine. The agent runs locally while a small bridge relays messages between the agent and chat apps.

Manifest Now Supports Claude Pro/Max Subscriptions Without API Key
Manifest, an open source routing layer for OpenClaw, now allows direct connection of Claude Pro or Max subscriptions without requiring an API key. Users with API keys can configure fallback routing when subscription rate limits are hit.

Skill Bill: A Markdown-Based Governance Framework for AI Coding Skills
A developer built Skill Bill, a framework of 44 Markdown-based AI skills for Kotlin, Android/KMP, PHP, and Go that addresses prompt management problems like naming drift and duplicated logic. It includes orchestrator skills like 'feature-implement' that chain 10-12 skill invocations and syncs to Claude Code, Copilot, GLM, and Codex.