claw-drive-start

Spawn a driven Claude Code session (Session B) in the given directory and start the Monitor flow against the returned watch_command. Usage — /claw-drive-start <cwd> [--brief <file>] [--policy <file>] [--verbose]. The cwd must exist and be a real project root. If --brief is omitted, the user will be asked for the scenario brief inline. If --policy is omitted, the conservative starter shipped with claw-drive is used. By default Session B receives a system-prompt wrapper teaching a two-token vocabulary — emit [NEEDS-INPUT] when the human is needed, [DONE] when the task is complete, nothing otherwise — and Monitor surfaces turn_completed only when one of those two trailing tokens is present. Pass --verbose to bypass both the wrapper injection and the sentinel filter (raw stream including every turn_completed and tool_output_provided).

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "claw-drive-start" with this command: npx skills add renatodarrigo/skillsmp-renatodarrigo-renatodarrigo-claw-drive-start

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

claw-drive-status

Fetch a snapshot of one or all driven claw-drive sessions and characterize what's happening. Usage — /claw-drive-status [<session-id>]. Calls `claw-drive status [--json]` under the hood, parses the result, and surfaces what's noteworthy (sessions waiting on input, pending tool decisions, recent failures) — does NOT dump raw JSON to the user. Use this when the user asks "what's going on?" or you need a cold-start snapshot of in-flight driven sessions.

Repository SourceNeeds Review
Coding

时间戳转换器

Unix时间戳与日期互转工具。支持秒/毫秒级时间戳、多时区转换、批量处理、相对时间计算。纯Python标准库,无需API Key。

Registry SourceRecently Updated
Coding

Smart Search Fallback

统一搜索入口 — 智能路由 + 自动降级。根据查询场景自动选择最优工具(Serper/Google、OpenCLI、多引擎聚合、深度爬虫、远程浏览器、直接抓取等),任一工具失败时自动降级到下一优先级。触发条件:用户要求搜索信息、查找网页、获取最新资讯、验证事实、搜索中英文内容、或任何需要联网获取信息的场景。当搜索...

Registry SourceRecently Updated
Coding

miaoda-app-chat-sync

Convert Git repository code to structured JSON instructions for AI agents. Fetches code from Git repositories (GitHub, GitLab, etc.), generates structured JS...

Registry SourceRecently Updated
claw-drive-start | V50.AI