← Back to Skills Marketplace
146
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install seggwat-cli
Description
Use the SeggWat CLI to manage feedback, projects, and ratings from the terminal. Trigger this skill whenever the user wants to collect, triage, query, or aut...
Usage Guidance
This skill appears coherent for a SeggWat CLI: it documents installation, API key auth, and commands for feedback and ratings. Before installing or running the provided installer script: inspect https://seggwat.com/static/install.sh (avoid piping unknown scripts directly into a shell), prefer installing via cargo or a pinned release if possible, and only provide a scoped API key for CI (use least privilege). Note the registry metadata omits a homepage but the SKILL.md references seggwat.com — verify you trust that domain. If you use CI, store SEGGWAT_API_KEY in your pipeline secrets and rotate/revoke tokens when no longer needed.
Capability Analysis
Type: OpenClaw Skill
Name: seggwat-cli
Version: 0.17.4
The seggwat-cli skill bundle provides standard documentation and instructions for an AI agent to interact with the SeggWat feedback platform CLI. It covers installation (via cargo or a shell script from seggwat.com), authentication using API keys or OAuth, and typical CRUD operations for projects, feedback, and ratings. No malicious patterns, unauthorized data access, or harmful prompt injections were identified; the functionality is consistent with the stated purpose of the tool.
Capability Assessment
Purpose & Capability
The SKILL.md describes a CLI for managing feedback, projects, and ratings and all commands, auth methods, and config paths align with that purpose. Minor metadata mismatch: the registry lists no homepage but the docs reference https://seggwat.com — this is consistent with the tool but the registry metadata could be incomplete.
Instruction Scope
Runtime instructions stay within the stated domain: installing the CLI, authenticating (API key or OAuth), running CRUD and stats commands, and caching tokens at ~/.config/seggwat/tokens.json. The doc references use of SEGGWAT_API_KEY and SEGGWAT_API_URL as optional flags/env vars; it does not instruct the agent to access unrelated files or secrets.
Install Mechanism
The skill is instruction-only (no install spec) but recommends installing via 'cargo install' or a remote shell installer hosted at https://seggwat.com/static/install.sh. Fetching and running a remote install script is a common convenience but carries higher risk than a reviewed package—verify the script and prefer pinned releases or installing from a trusted package source.
Credentials
The only environment variables mentioned are SEGGWAT_API_KEY and SEGGWAT_API_URL (and token caching path). Those are appropriate and proportionate for a CLI that authenticates to a feedback service. The registry lists no required env vars; the SKILL.md uses them as optional/authenticated usage, which is reasonable.
Persistence & Privilege
No elevated privileges requested. The skill does not set always:true, does not request system-wide config changes, and only references storing tokens under the user's config directory (~/.config/seggwat), which is typical for a CLI.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seggwat-cli - After installation, invoke the skill by name or use
/seggwat-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.17.4
- Updated installation instructions to clarify available methods and simplify examples.
- Standardized usage of placeholder tokens (e.g., oat_<your-token>) for clarity and security.
- Improved OAuth login documentation, especially for self-hosted instances.
- Minor formatting and language cleanups for easier reading.
- No functional or command changes in this version.
v0.17.3
- Removed Homebrew installation instructions from documentation.
- All other installation methods (Cargo, shell script) remain unchanged.
- No command, API, or behavioral changes.
v0.17.2
- Improved documentation with detailed installation, authentication, and usage instructions
- Added clear command references for managing projects, feedback, and ratings via CLI
- Documented full support for JSON output and scripting workflows
- Included guidance on integrating feedback collection with CI/CD pipelines
- Outlined authentication options (API key and OAuth) and configuration flags
Metadata
Frequently Asked Questions
What is SeggWat CLI?
Use the SeggWat CLI to manage feedback, projects, and ratings from the terminal. Trigger this skill whenever the user wants to collect, triage, query, or aut... It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install SeggWat CLI?
Run "/install seggwat-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SeggWat CLI free?
Yes, SeggWat CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SeggWat CLI support?
SeggWat CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SeggWat CLI?
It is built and maintained by hauju (@hauju); the current version is v0.17.4.
More Skills