nimroboUse the Nimrobo CLI for voice screening and matching network operations.
Install via ClawdBot CLI:
clawdbot install virang-nimrobo/nimroboThis skill enables you to use the Nimrobo CLI for voice screening and matching network operations.
Nimrobo CLI provides two command platforms:
nimrobo voice) - Voice-first AI platform for running interviews, screening, and diagnostic conversations via shareable voice-linksnimrobo net) - Matching network for organizations, job posts, applications, and messagingBoth platforms share the same authentication system.
Commands support multiple input methods (in priority order):
--name "Value"-f ./data.json for complex inputs--stdin to pipe JSON inputNet commands support a context system to avoid repeating IDs:
# Set context
nimrobo net orgs use org_abc123
nimrobo net posts use post_xyz789
# Use "current" to reference stored context
nimrobo net orgs get current
nimrobo net posts applications current
# View/clear context
nimrobo net context show
nimrobo net context clear
List commands support --limit and --skip for pagination:
nimrobo net posts list --limit 20 --skip 40 # Page 3
Add --json to any command for machine-readable output:
nimrobo net posts list --json
This skill includes the following documentation files for detailed reference:
| File | Description |
|------|-------------|
| installation.md | Start Here: Installation, login, and onboarding steps |
| commands.md | Quick reference table of all commands |
| voice-commands.md | Detailed Voice platform commands with examples |
| net-commands.md | Detailed Net platform commands with examples |
| workflow.md | Common workflow patterns and examples |
# Create project and generate interview links
nimrobo voice projects create -f interview.json
nimrobo voice projects use proj_abc123
nimrobo voice links create -p default -l "Alice,Bob,Charlie" -e 1_week
# After interviews, get results
nimrobo voice sessions evaluation sess_xyz -t project -p default
nimrobo voice sessions transcript sess_xyz -t project -p default --json
# Create org and post
nimrobo net orgs create --name "Acme Corp" --use
nimrobo net posts create --title "Senior Engineer" --short-content "Join our team!" --expires "2024-06-01" --org current --use
# Review applications
nimrobo net posts applications current --status pending
nimrobo net applications accept app_123
# Search and apply
nimrobo net posts list --query "engineer" --filter '{"remote": "remote", "salary_min": 100000}'
nimrobo net posts apply post_xyz --note "I'm excited about this role..."
# Track applications
nimrobo net my applications --status pending
--json flag for parsing output programmaticallyuse commands to avoid repeating IDs-f) for complex create/update operationsmy summary for a quick overview of pending actionsbatch-action)| Code | Description |
|------|-------------|
| 0 | Success |
| 1 | Error |
See installation.md for setup instructions.
nimrobo --help # List all commands
nimrobo voice --help # Voice platform help
nimrobo net --help # Net platform help
nimrobo <command> --help # Help for specific command
nimrobo onboard
Generated Mar 1, 2026
A fast-growing tech startup uses Nimrobo to screen software engineer candidates with automated voice interviews. They create voice links for multiple candidates, evaluate responses programmatically, and integrate results into their ATS. This reduces time-to-hire by automating initial screening.
A recruitment agency employs Nimrobo's net commands to match job seekers with client postings. They set context for organizations and posts, filter applications by status, and use batch operations to manage high volumes. This streamlines candidate placement and client reporting.
A distributed company uses Nimrobo for voice-based diagnostic conversations during onboarding. They run interviews to assess new hires' communication skills and cultural fit, generating transcripts for team leads. This ensures consistent evaluation across global locations.
A customer service organization leverages Nimrobo to screen support agent applicants with voice commands. They create projects for different roles, share links for asynchronous interviews, and analyze evaluations to identify top performers. This improves hiring quality for voice-intensive roles.
A university career center uses Nimrobo to help students apply for internships via the net platform. Students search and apply for jobs, track applications, and receive feedback. Advisors use context and pagination to manage student progress efficiently.
Nimrobo offers tiered subscription plans based on usage, such as number of voice interviews or net platform seats. Revenue comes from monthly or annual fees, with premium features like advanced analytics and API access. This model suits businesses scaling their hiring processes.
Users pay per action, such as each voice interview conducted or job post created. This flexible model attracts small businesses or occasional users, with revenue generated from transaction fees. It lowers entry barriers while monetizing high-volume usage.
Large organizations purchase annual enterprise licenses for unlimited access to Nimrobo's voice and net platforms. Revenue includes upfront licensing fees plus support and customization charges. This model caters to corporations needing full integration and dedicated support.
š¬ Integration Tip
Use the --json flag for parsing outputs in scripts and set context with use commands to streamline repetitive operations.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Command-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.
Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.
A modern text-based browser. Renders web pages in the terminal using headless Firefox.
Write robust, portable shell scripts. Use when parsing arguments, handling errors properly, writing POSIX-compatible scripts, managing temp files, running commands in parallel, managing background processes, or adding --help to scripts.
NotebookLM CLI wrapper via `node {baseDir}/scripts/notebooklm.mjs`. Use for auth, notebooks, chat, sources, notes, sharing, research, and artifact generation/download.