← 返回 Skills 市场
Beta Sentiment Analyzer
作者
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install betasentiment
功能描述
Analyzes sentiment from social media, news headlines, and financial text. Outputs positive/negative/neutral scores with confidence levels and key phrase extr...
使用说明 (SKILL.md)
Sentiment Analyzer
AI-powered sentiment analysis for financial text, social media, and news.
Usage
python3 analyze.py --text "Bitcoin to the moon! Best investment ever!"
python3 analyze.py --file headlines.csv
Output Example
🔍 SENTIMENT ANALYSIS
━━━━━━━━━━━━━━━━━━━━━
Text: "Bitcoin to the moon!"
Score: 0.82 / 1.0
Verdict: BULLISH 🐂
Confidence: 91%
Key phrases:
- "to the moon" → extremely bullish signal
- "best investment" → high conviction positive
安全使用建议
This skill is a small, local Python script that uses simple keyword matching to produce sentiment scores. It does not call the network or request credentials, so from a security standpoint it is low-risk to run locally. Consider these points before installing: (1) Accuracy: keyword-based sentiment is brittle and may misclassify nuanced text; do not rely on it for financial decisions. (2) Privacy: if you pass a file, the script will read that file locally — avoid passing sensitive files unless you trust the code and environment. (3) Inspectability: the full source is included and short — review it if you want to confirm behavior. If you need production-grade sentiment analysis or scaled processing, prefer a vetted library or API with clear data-handling policies.
功能分析
Type: OpenClaw Skill
Name: betasentiment
Version: 1.0.0
The skill is a straightforward sentiment analysis tool that uses keyword matching to evaluate financial and social media text. The Python script (analyze.py) relies solely on standard libraries, performs local processing without network or shell access, and the documentation (SKILL.md) contains no suspicious instructions or prompt injection attempts.
能力评估
Purpose & Capability
Name/description (sentiment analysis for social media/news/financial text) match the included code and declared requirements. The only required binary is python3 and analyze.py implements keyword-based sentiment scoring for financial/crypto terms — proportional to the stated purpose.
Instruction Scope
SKILL.md instructs running analyze.py with --text or --file. The script only reads the provided file or standard input, performs local text scoring, and prints results. There are no instructions to access other system files, environment variables, or external endpoints.
Install Mechanism
There is no install spec (instruction-only skill plus a small included script). Nothing is downloaded or written to disk by an installer — lowest-risk install model.
Credentials
No environment variables, credentials, or config paths are requested or used. The code does not access os.environ or external services.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills/configuration. It runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install betasentiment - 安装完成后,直接呼叫该 Skill 的名称或使用
/betasentiment触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Beta Sentiment Analyzer 是什么?
Analyzes sentiment from social media, news headlines, and financial text. Outputs positive/negative/neutral scores with confidence levels and key phrase extr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Beta Sentiment Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install betasentiment」即可一键安装,无需额外配置。
Beta Sentiment Analyzer 是免费的吗?
是的,Beta Sentiment Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Beta Sentiment Analyzer 支持哪些平台?
Beta Sentiment Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Beta Sentiment Analyzer?
由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。
推荐 Skills