← 返回 Skills 市场
unixlamadev-spec

Sentiment Bot

作者 unixlamadev-spec · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
300
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install sentiment-bot
功能描述
Analyze sentiment of text or URLs. Supports batch analysis, emotion detection, comparative and trend analysis.
安全使用建议
This skill forwards text to an external service (aiprox.dev) and requires a spend token that will be sent in requests — treat that token as sensitive. Before installing: 1) Verify aiprox.dev's reputation, privacy policy, and billing behavior (what the 'spend token' allows and whether costs/quotas apply). 2) Confirm how URL analysis works — if the skill fetches URLs server-side, the remote service will retrieve those URLs; if it fetches locally, additional network permissions would be needed (the package does not declare this). 3) Avoid sending sensitive personal data or secrets to the service unless you accept its retention policy. 4) If you need stronger assurances about data handling, request the vendor's API docs or an explicit data-retention SLA. The package itself is instruction-only (no local code), so the main risk is external data exposure and billing via the spend token.
功能分析
Type: OpenClaw Skill Name: sentiment-bot Version: 1.1.0 The sentiment-bot skill is a standard wrapper for a sentiment analysis service hosted at aiprox.dev. It correctly declares its need for the AIPROX_SPEND_TOKEN environment variable and network access to its API endpoint in the security manifest. The instructions in SKILL.md are consistent with the stated purpose of analyzing text, batches, or URLs, and no malicious patterns such as data exfiltration, unauthorized execution, or deceptive prompt injections were identified.
能力评估
Purpose & Capability
Name/description match the runtime instructions: SKILL.md shows POSTs to https://aiprox.dev/api/orchestrate and the sole required env var is AIPROX_SPEND_TOKEN for authentication/payment. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to sending text (or a batch of texts) to aiprox.dev and returning sentiment. The description mentions analyzing 'fetched URLs' but the examples and the Security Manifest only show network access to aiprox.dev; it is unclear whether URL fetching happens server-side at aiprox.dev (consistent) or locally (which would require broader network access). The trust/retention statements (no logging, processed by Claude via LightningProx) are vendor assertions that cannot be verified from this package.
Install Mechanism
No install spec and no code files are included; this is instruction-only, so nothing is written to disk by an installer in the package itself.
Credentials
Only AIPROX_SPEND_TOKEN is required. That aligns with a paid orchestration endpoint. The token is sensitive (billing/access), so its use appears justified but should be treated as secret.
Persistence & Privilege
Skill is not always-on and does not request elevated agent presence. It can be invoked by the agent (normal), and there is no evidence it attempts to modify other skills or persistent agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sentiment-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sentiment-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Now supports model selection — specify any of 19 models across 5 providers per request (e.g. gemini-2.5-flash, mistral-large-latest, claude-opus-4-5-20251101)
v1.0.0
- Initial release of sentiment-bot. - Supports sentiment analysis of text or fetched URLs, with emotion detection and scoring. - Batch analysis for up to 10 texts, including comparative and trend analysis features. - Context-aware analysis for social media, news, reviews, and general content. - Responses include sentiment, score, magnitude, detected emotions, reasoning, and confidence. - Secure: does not store or log content; uses environment token for authentication.
元数据
Slug sentiment-bot
版本 1.1.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 2
常见问题

Sentiment Bot 是什么?

Analyze sentiment of text or URLs. Supports batch analysis, emotion detection, comparative and trend analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 300 次。

如何安装 Sentiment Bot?

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

Sentiment Bot 是免费的吗?

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

Sentiment Bot 支持哪些平台?

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

谁开发了 Sentiment Bot?

由 unixlamadev-spec(@unixlamadev-spec)开发并维护,当前版本 v1.1.0。

💬 留言讨论