openclaw-cli

Use this skill when the user wants you to talk to OpenClaw. Trigger it for requests like "ask OpenClaw...", "tell OpenClaw...", "message OpenClaw...", or any similar wording.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-cli" with this command: npx skills add timobechtel/openclaw-cli/timobechtel-openclaw-cli-openclaw-cli

OpenClaw CLI

Use the openclaw-cli CLI for direct OpenClaw calls.

Install

If openclaw-cli is not installed yet, run:

curl -fsSL https://raw.githubusercontent.com/TimoBechtel/openclaw-cli/main/install.sh | bash

Required environment

export OPENCLAW_GATEWAY_TOKEN="your-token"

Optional:

  • OPENCLAW_BASE_URL (default http://127.0.0.1:18789)
  • OPENCLAW_AGENT_ID (default main)
  • OPENCLAW_SESSION_KEY_PREFIX

Usage

Start a new conversation (omit --session-key):

openclaw-cli ask "Summarize the latest deployment risks."

Continue the same conversation (reuse the returned session key):

openclaw-cli ask "Continue from previous context." --session-key "<session-key>"

Use machine-readable output when needed:

openclaw-cli ask "Return JSON with top 3 risks." --json

Session handling

  • Pass the same --session-key on every call to continue a conversation.
  • First call: omit --session-key (a new one is returned).
  • Later calls: pass the returned key.
  • To start fresh, omit --session-key again.

Context guidance

  • OpenClaw has no memory between sessions.
  • When starting fresh or omitting --session-key, include the full context OpenClaw needs:
    • the user's question
    • relevant code
    • file paths
    • any other important details

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.

Coding

openclaw-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated