원클릭으로
reload
Reinstall piclaw from workspace source, then gracefully restart the managed process. Use after making code changes to piclaw.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reinstall piclaw from workspace source, then gracefully restart the managed process. Use after making code changes to piclaw.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
ARCHIVED — project work items are tracked in GitHub Issues and GitHub Projects. Use the github-issues skill when installed, or use gh directly.
Diagnose and fix piclaw extension issues (imports, DB init errors, watcher perms), update skel, and restart safely.
Search the web via SearXNG (or DuckDuckGo fallback) and optionally fetch result pages as raw Markdown content.
Search via SearXNG (or DuckDuckGo fallback), fetch top results, and return sentence-level summaries plus optional converted page content.
Fetch a user's recent tweets (tweets, replies, retweets) using Playwright + Nitter fallbacks and produce compact JSON/Markdown summaries.
Write and review concise technical documentation using a plain-English voice guide and anti-trope filter. Use for READMEs, design notes, runbooks, API documentation, release notes, and pull-request text.
| name | reload |
| description | Reinstall piclaw from workspace source, then gracefully restart the managed process. Use after making code changes to piclaw. |
| distribution | public |
Install the workspace build, then let the active service manager start a new process after graceful shutdown.
⚠️ In the container runtime, install to
/usr/local/lib/bun/install/global/node_modules/piclaw. Do not deploy to/home/agent/.bun/...; the service may keep running another installation.
Build, pack, and install without restarting:
cd /workspace/piclaw && make local-install
Use session_status to check for other active sessions.
If another session is working, report it and wait for approval. A restart interrupts that work.
Send the final user-facing response.
Call exit_process as the last tool action. It schedules graceful shutdown after the response is persisted. Supervisor restarts supervised containers; other installs need their service manager to start the process again.
make restart is an intentional no-op guard. It prevents an active agent turn from killing its own response.
Outside an agent turn, install and restart as separate commands:
cd /workspace/piclaw && make local-install
systemctl --user restart piclaw.service
Use the service manager configured for that host. Container installs commonly use Supervisor; host-native installs commonly use systemd --user.
Build Piclaw without installing:
cd /workspace/piclaw && make build-piclaw
Build only the vendor bundle:
cd /workspace/piclaw && make vendor
make local-install is install-only.exit_process accepts an optional reason; it has no delay parameter./usr/local/lib/bun in the container layout.