Claude Code Skill
The Nico skill for Claude Code enables Claude to search job boards, parse postings, and add proposed jobs to your Nico board — all from a conversation.What it does
When you invoke the skill, Claude will:- Search job boards for positions matching your criteria
- For each job found:
- Check if it’s already in your Nico board
- Parse the job posting to extract details
- Add it as a proposed application
- Report a summary of what was added
Installation
As a Claude Code plugin
As a user skill
Other AI coding assistants
The skill also works with OpenClaw, Cursor, GitHub Copilot, and any agent that supports SKILL.md files. Symlink the skill directory to the appropriate location for your tool.Configuration
Set the required environment variable:Usage
Once installed, invoke the skill in Claude Code:“Find remote product manager positions in Europe paying over 80k EUR”Claude will search, parse, and add matching jobs to your board. You’ll see them as Proposed applications on your kanban board, ready for your review.
Under the hood
The skill uses the Nico CLI tool (nico_client.py) — a zero-dependency Python 3 script. No pip install or virtual environment needed.
Compatible tools
| Tool | Installation |
|---|---|
| Claude Code | Plugin dir or user skill symlink |
| OpenClaw | Symlink to skills directory |
| Cursor | Symlink to skills directory |
| GitHub Copilot | Symlink to skills directory |