Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use the Nimrobo CLI for voice screening and matching network operations.
Use the Nimrobo CLI for voice screening and matching network operations.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill enables you to use the Nimrobo CLI for voice screening and matching network operations.
Nimrobo CLI provides two command platforms: Voice Commands (nimrobo voice) - Voice-first AI platform for running interviews, screening, and diagnostic conversations via shareable voice-links Net Commands (nimrobo net) - Matching network for organizations, job posts, applications, and messaging Both platforms share the same authentication system.
Commands support multiple input methods (in priority order): CLI Flags - Direct options like --name "Value" JSON Files - Use -f ./data.json for complex inputs Stdin - Use --stdin to pipe JSON input Interactive Mode - Prompts when flags aren't provided
Net 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: FileDescriptioninstallation.mdStart Here: Installation, login, and onboarding stepscommands.mdQuick reference table of all commandsvoice-commands.mdDetailed Voice platform commands with examplesnet-commands.mdDetailed Net platform commands with examplesworkflow.mdCommon 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
Use --json flag for parsing output programmatically Set context with use commands to avoid repeating IDs Use JSON files (-f) for complex create/update operations Check my summary for a quick overview of pending actions Batch operations are available for applications (batch-action)
CodeDescription0Success1Error
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.