Agentic Use
Skill
Use the TalentSourcer AI skill with AI coding agents.
Use the TalentSourcer AI skill when your AI coding agent supports installing skills. The skill teaches the agent how to use the TalentSourcer CLI safely and consistently.
The skill is useful because it tells the agent to:
- prefer
--jsonfor structured outputs - use returned IDs for follow-up commands
- create temporary payload files under
.talentsourcer-agent/ - never ask you to paste access tokens into chat
- avoid automated LinkedIn sending or browser-side message sending
Before using the skill, install and authenticate the CLI:
npm install -g @talentsourcer/cli
talentsourcer auth token set
talentsourcer auth status --jsonThen install the official talentsourcer-ai skill using your agent's skill manager. If your agent asks where generated payload files should go, use:
.talentsourcer-agent/When to use the skill
Use the Skill if you spend time inside Cursor, Codex, OpenCode, or a similar coding-agent environment and want that agent to know how to use TalentSourcer AI correctly.
Use Remote MCP instead if you simply want to connect TalentSourcer AI to a chat assistant.