← 返回 Skills 市场
nguyentdam

Preny Analytics

作者 NGUYENTDAM · GitHub ↗ · v1.5.0 · MIT-0
cross-platform ⚠ suspicious
112
总下载
0
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install preny-analytics
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /preny-analytics 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug preny-analytics
版本 1.5.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Preny Analytics?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install preny-analytics」即可一键安装,无需额外配置。

Preny Analytics 是免费的吗?

是的,Preny Analytics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Preny Analytics 支持哪些平台?

Preny Analytics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Preny Analytics?

由 NGUYENTDAM(@nguyentdam)开发并维护,当前版本 v1.5.0。

💬 留言讨论