Use the Nimrobo CLI for voice screening and matching network operations.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install nimrobo或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install nimrobo⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/nimrobo/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Nimrobo description: Use the Nimrobo CLI for voice screening and matching network operations. ---
This 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
安装 Nimrobo 后,可以对 AI 说这些话来触发它
Help me get started with Nimrobo
Explains what Nimrobo does, walks through the setup, and runs a quick demo based on your current project
Use Nimrobo to use the Nimrobo CLI for voice screening and matching network operat...
Invokes Nimrobo with the right parameters and returns the result directly in the conversation
What can I do with Nimrobo in my design & creative workflow?
Lists the top use cases for Nimrobo, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/nimrobo/ 目录(个人级,所有项目可用),或 .claude/skills/nimrobo/(项目级)。重启 AI 客户端后,用 /nimrobo 主动调用,或让 AI 根据上下文自动发现并使用。
Nimrobo 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Nimrobo 可免费安装使用。请查阅仓库了解许可证信息。
Use the Nimrobo CLI for voice screening and matching network operations.
Nimrobo 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Nimrobo
Identifies repetitive steps in your workflow and sets up Nimrobo to handle them automatically