← Back to Skills Marketplace
nguyentdam

Preny Analytics

by NGUYENTDAM · GitHub ↗ · v1.5.0 · MIT-0
cross-platform ⚠ suspicious
112
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install preny-analytics
Description
Kết nối trực tiếp với Preny AI Chatbot để tự động tổng hợp và phân tích dữ liệu bán hàng theo thời gian thực.
Usage Guidance
Do not install or run this skill until the author clarifies which credentials are required and why multiple env variables are referenced. Specific actions to take before proceeding: - Ask the author/maintainer why some scripts require PRENY_API_KEY and PRENY_WORKSPACE_ID while SKILL.md declares only PRENY_TOKEN. If PRENY_TOKEN alone should work, request updated scripts that use it consistently. - Inspect and run the scripts locally in a safe environment (not on production hosts) before granting any tokens. The scripts will make API calls to Preny domains; verify those domains with Preny support if unsure. - Avoid pasting your Preny token into third-party sites. Follow the README's local steps to obtain a token, but treat the token as sensitive (it grants access to business data). Rotate the token if you accidentally disclose it. - Prefer an official Preny integration or documentation from pren y.ai if available. If you must use this skill, limit the account/workspace scope of the token and consider creating a dedicated workspace or read-only credentials (if supported) rather than using a full-access token. Because of the mismatch across files and undocumented additional env requirements, treat this package as untrusted until clarified.
Capability Analysis
Type: OpenClaw Skill Name: preny-analytics Version: 1.5.0 The preny-analytics skill bundle provides a suite of Bash and Node.js scripts designed to interface with the Preny AI Chatbot API for sales data visualization and conversation management. The scripts (scripts/preny-stats.sh, scripts/preny-handler.js, etc.) use a user-provided PRENY_TOKEN to fetch metrics such as customer counts, message volume, and conversion rates from legitimate endpoints (api.preny.ai and api-production.prenychatbot.ai). While the documentation (docs/how-to-get-token.md) instructs users on how to manually extract session tokens from their browser, this is presented transparently as a requirement for the integration to function. The code logic is straightforward, lacks obfuscation, and contains no evidence of data exfiltration to unauthorized third parties or malicious command execution.
Capability Assessment
Purpose & Capability
The skill claims to connect to Preny using a Preny Token (PRENY_TOKEN) only, but several included shell scripts (scripts/preny-cli.sh, scripts/preny-conversations.sh) expect PRENY_API_KEY and PRENY_WORKSPACE_ID. Some files use PRENY_TOKEN (preny-stats.sh, preny-tags.sh, preny-handler.js) while others use PRENY_API_KEY + WORKSPACE_ID. Requiring extra credentials (API_KEY + WORKSPACE_ID) is not documented in SKILL.md or the templates and is disproportionate to the advertised 'token-only' setup.
Instruction Scope
SKILL.md and README instruct only to export PRENY_TOKEN and show how to retrieve it from the dashboard (DevTools/localStorage). The runtime files, however, will call Preny APIs (various endpoints) using curl/fetch. There are no instructions to read unrelated local files or contact third-party endpoints outside Preny domains, but the docs explicitly tell the user how to extract a bearer token from browser DevTools/localStorage — this is sensitive guidance (normal for getting a token, but worth caution).
Install Mechanism
No install spec; the skill is instruction-only with shell/JS scripts that rely on system binaries (curl, jq). No downloads or archive extraction are present in the manifest.
Credentials
Declared requirements list only PRENY_TOKEN, but scripts expect PRENY_API_KEY and PRENY_WORKSPACE_ID (preny-cli.sh, preny-conversations.sh). There is inconsistency in env variable names across files (PRENY_TOKEN vs PRENY_API_KEY), and multiple API base URLs appear in code (api.preny.ai/v1, api-production.prenychatbot.ai/api/v1, api-production.prenychatbot.ai/api/v1/statistics/...), creating ambiguity about what credentials and scopes are actually needed. That mismatch increases the risk of misconfiguration or unintended credential exposure.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system configuration. It does not request persistent installation privileges in the manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install preny-analytics
  3. After installation, invoke the skill by name or use /preny-analytics
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.5.0
Simplify setup - only token needed, API URL hardcoded (not sensitive)
v1.4.0
Update description with detailed features and use cases
v1.3.0
Add system tags (color tags) feature - WHITE, YELLOW, GREEN, RED classification
v1.0.1
Initial secure release - No hardcoded credentials
v1.2.0
Security: Remove hardcoded tokens and API endpoints - use environment variables
v1.1.0
Add tag statistics - CRM customer classification
v1.0.0
Initial release - Real API integration with Preny Chatbot
Metadata
Slug preny-analytics
Version 1.5.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is Preny Analytics?

Kết nối trực tiếp với Preny AI Chatbot để tự động tổng hợp và phân tích dữ liệu bán hàng theo thời gian thực. It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install Preny Analytics?

Run "/install preny-analytics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Preny Analytics free?

Yes, Preny Analytics is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Preny Analytics support?

Preny Analytics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Preny Analytics?

It is built and maintained by NGUYENTDAM (@nguyentdam); the current version is v1.5.0.

💬 Comments