← Back to Skills Marketplace
openclaw-insight
by
linsheng9731
· GitHub ↗
· v1.0.0
· MIT-0
278
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-insight
Description
Analyze OpenClaw AI assistant usage patterns and generate interactive insight reports. Trigger when users ask about: OpenClaw usage stats, session analytics,...
Usage Guidance
Do not run the recommended curl | bash install command without inspection. The skill legitimately needs read access to ~/.openclaw to analyze sessions, but its installer downloads and executes third‑party code (and may fetch npm dependencies) — that can run arbitrary actions or transmit data. Before installing:
- Inspect the install.sh script and repository (verify author, commit history, open issues) and confirm a release binary is trustworthy.
- Prefer building from source after reviewing code, or run the installer in a sandbox/VM/container.
- Verify the tool's network behavior (does it phone home or upload reports?). If the repo claims integrity checks, confirm signatures and hashes yourself.
- Remember session files can include secrets; only run this tool if you trust the binary and its network behavior.
If you cannot audit the installer, consider requesting a reviewed binary from a trusted publisher, running a local-only implementation, or asking the skill author for an explicit offline mode and proof that no telemetry or remote endpoints are contacted.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-insight
Version: 1.0.0
The skill bundle's documentation (SKILL.md) encourages a high-risk installation pattern using 'curl | bash' from an external GitHub repository (github.com/linsheng9731/openclaw-insight). The tool is designed to process sensitive local data, specifically OpenClaw session transcripts and metadata located in '~/.openclaw', which may contain private information or API keys. While these capabilities are consistent with the stated purpose of a usage analyzer, the reliance on unverified remote scripts for installation and the access to sensitive conversation history represent a significant security risk.
Capability Assessment
Purpose & Capability
The skill claims to analyze local OpenClaw session data and the SKILL.md references the expected local paths (~/.openclaw/agents/... sessions). Reading that local state is coherent with the described functionality. Minor inconsistency: the skill is instruction-only but recommends installing an external binary from a third-party GitHub repo (owner different from registry metadata), which is not strictly required to perform read-only analysis if an alternative local tool exists.
Instruction Scope
The instructions explicitly tell users to run a remote one‑click installer via curl | bash and to run npm install / build from a GitHub repository. The doc asserts '100% local — no data leaves your machine', but recommending execution of remote install scripts and npm dependency fetches contradicts that assurance. The skill reads sensitive local session files (~/.openclaw/*) which may contain conversation contents and secrets — the doc claims read-only access but provides no proof the installed binary won't transmit data.
Install Mechanism
No install spec in the registry means this is instruction-only, but the SKILL.md recommends piping a script from raw.githubusercontent.com to bash and optionally building via npm. Piping remote scripts to a shell and pulling npm packages are moderate-to-high risk: the installer can run arbitrary code, and npm packages may pull many dependencies. The GitHub repo owner (linsheng9731) does not match the registry owner or provide a homepage/verified release; there is no signed release or explicit verification guidance beyond a generic 'verify integrity' claim.
Credentials
The skill does not request environment variables, credentials, or config paths beyond the OpenClaw state directory. That is proportionate to local usage analytics. However, because session files can contain sensitive user data, the tool's access to those files is sensitive — the skill should not be treated lightly, even though no external credentials are requested.
Persistence & Privilege
always:false and no explicit elevated privileges are requested. The installer proposes writing a binary to $HOME/.local/bin and modifying PATH, which is typical installer behavior but still grants persistent system presence. The main risk is what the remote install script might do beyond that standard change (it could alter other files or add background services).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-insight - After installation, invoke the skill by name or use
/openclaw-insight - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of OpenClaw Insight.
- Provides a CLI tool to analyze OpenClaw AI assistant session data and generate interactive usage reports locally.
- Supports HTML and JSON output with detailed breakdowns of sessions, token usage, costs, behavioral patterns, friction points, and optimization suggestions.
- Offers comprehensive CLI options for custom analysis periods, agent selection, output formats, and verbosity.
- Detects session frictions and generates actionable improvement recommendations.
- Reads OpenClaw session history fully offline, ensuring no data leaves the user's machine.
Metadata
Frequently Asked Questions
What is openclaw-insight?
Analyze OpenClaw AI assistant usage patterns and generate interactive insight reports. Trigger when users ask about: OpenClaw usage stats, session analytics,... It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.
How do I install openclaw-insight?
Run "/install openclaw-insight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openclaw-insight free?
Yes, openclaw-insight is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openclaw-insight support?
openclaw-insight is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openclaw-insight?
It is built and maintained by linsheng9731 (@linsheng9731); the current version is v1.0.0.
More Skills