Tools
Resume Agent Adapter
OpenClaw tool plugin that adapts a candidate's resume to a specific job vacancy. Pipes the vacancy text into a Python LangGraph agent via stdin and returns a tailored resume as JSON. Configurable project path and Python interpreter; supports cancellation.
Install
npm install
npm
README
# Resume Agent Adapter
Simple OpenClaw tool plugin.
## Build
```bash
npm install
npm run plugin:build
npm run plugin:validate
npm test
```
tools
Comments
Sign in to leave a comment