← Back to Skills Marketplace
111
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install verosight-monitor
Description
Integrate Verosight API for social media intelligence and cyber monitoring. Sentiment analysis, trend detection, influencer identification, and bot detection...
Usage Guidance
This skill appears to do what it claims: use your Verosight API key to query api.verosight.com and build reports. Before installing: 1) Verify verosight.com is the legitimate service you expect and only provide API keys you control. 2) Note the metadata omission: ensure the agent environment has curl and python3 (and jq if you use the examples) available. 3) The helper scripts print/emit JWTs and API responses locally — avoid pasting keys into shared reports and follow the README note to strip secrets from generated PDFs. 4) If you want stricter safety, confirm the runtime will restrict network egress to trusted hosts or run the skill in an environment where you can audit outbound calls. These steps will reduce accidental credential exposure while using the skill.
Capability Assessment
Purpose & Capability
The skill is described as a Verosight API integration and all docs, example curl calls, and helper scripts target api.verosight.com; this is consistent. Minor mismatch: the registry metadata lists no required environment variables but the runtime instructions and scripts clearly require a Verosight API key (examples reference VEROSIGHT_API_KEY and keys that begin with vlt_live_/vlt_test_).
Instruction Scope
SKILL.md and the helper scripts only instruct the agent to call Verosight endpoints and to generate reports locally. They do not direct data to third-party endpoints outside verosight.com. However, examples and scripts assume the presence of command-line tools (curl, jq in examples, and python3 in the scripts) which are not declared in the metadata; the agent running this skill will need these binaries available.
Install Mechanism
No install spec — this is an instruction-only skill with helper scripts. Nothing is downloaded from external or untrusted URLs during install, and no archives are extracted.
Credentials
The skill requires a Verosight API key / JWT to operate, which is appropriate for its functionality. The registry failing to declare required env vars (VEROSIGHT_API_KEY) is an omission you should note. No other unrelated secrets or credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time persistence. It can be invoked autonomously by the agent (platform default), which is expected for a skill of this type.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install verosight-monitor - After installation, invoke the skill by name or use
/verosight-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Fix README for ClawHub — pure Markdown, no HTML tags
v1.0.1
Complete English documentation: full API reference, sentiment workflow, PDF generation guide, use cases, credit system, contributing guidelines.
v1.0.0
Initial release: Verosight API integration for social media intelligence.
Metadata
Frequently Asked Questions
What is Verosight Monitor?
Integrate Verosight API for social media intelligence and cyber monitoring. Sentiment analysis, trend detection, influencer identification, and bot detection... It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install Verosight Monitor?
Run "/install verosight-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Verosight Monitor free?
Yes, Verosight Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Verosight Monitor support?
Verosight Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Verosight Monitor?
It is built and maintained by jrrqd (@jrrqd); the current version is v1.0.2.
More Skills