← 返回 Skills 市场
876
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install expanso-sentiment-score
功能描述
Analyze text and return a sentiment score from -1 (negative) to +1 (positive) using Expanso Edge.
使用说明 (SKILL.md)
sentiment-score
"Score text sentiment from -1 (negative) to +1 (positive)"
Requirements
- Expanso Edge installed (
expanso-edgebinary in PATH) - Install via:
clawhub install expanso-edge
Usage
CLI Pipeline
# Run standalone
echo '\x3Cinput>' | expanso-edge run pipeline-cli.yaml
MCP Pipeline
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
Deploy to Expanso Cloud
expanso-cli job deploy https://skills.expanso.io/sentiment-score/pipeline-cli.yaml
Files
| File | Purpose |
|---|---|
skill.yaml |
Skill metadata (inputs, outputs, credentials) |
pipeline-cli.yaml |
Standalone CLI pipeline |
pipeline-mcp.yaml |
MCP server pipeline |
安全使用建议
This skill appears to do what it says (sentiment scoring) and contains only pipeline YAMLs. Before installing/running: 1) Be aware that running either pipeline will send submitted text to OpenAI (ensure you are allowed to transmit that data and consider redacting PII or using a local backend). 2) If you will run the MCP pipeline, it binds to 0.0.0.0 by default—limit exposure (use a firewall, bind to localhost, or set PORT appropriately). 3) The pipelines reference OPENAI_API_KEY but the skill metadata marks it optional — set the API key if you intend to use OpenAI, or configure the local ollama backend instead. 4) Review and verify the expanso-edge / clawhub install sources before installing external binaries. If you want, I can point out exactly where to change the pipeline to avoid sending text to OpenAI (e.g., swap to a local model) or how to run the MCP endpoint safely behind a reverse proxy.
功能分析
Type: OpenClaw Skill
Name: expanso-sentiment-score
Version: 1.0.0
The skill bundle is benign. Its primary function is to score text sentiment using an OpenAI LLM, as clearly stated in `SKILL.md` and `README.md`. The `pipeline-cli.yaml` and `pipeline-mcp.yaml` files define the LLM prompts, which are focused on sentiment analysis and do not contain any malicious instructions or prompt injection attempts against the LLM or the OpenClaw agent. Credentials (`OPENAI_API_KEY`) are handled via environment variables, which is a standard and secure practice. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or other malicious behaviors.
能力评估
Purpose & Capability
The name/description and pipeline files implement a sentiment scoring pipeline that calls an LLM and returns score/label/confidence. The included files (pipeline-cli.yaml, pipeline-mcp.yaml, skill.yaml) align with the stated purpose.
Instruction Scope
Runtime instructions are limited to running expanso-edge with the provided pipeline YAMLs or deploying to Expanso Cloud. The pipelines construct an LLM prompt and send user text to an OpenAI chat completion; they do not read arbitrary system files or request unrelated environment variables. The MCP pipeline opens an HTTP endpoint (0.0.0.0:${PORT:-8080}) which will expose the /score POST endpoint if you run it.
Install Mechanism
This is an instruction-only skill with no install spec and no downloaded code. The SKILL.md asks that expanso-edge be installed via clawhub, but that is external to the skill bundle. There are no archives or remote download URLs in the manifest.
Credentials
Both pipeline YAMLs reference ${OPENAI_API_KEY}, but the registry metadata lists no required env vars and skill.yaml marks OPENAI_API_KEY as required: false. That mismatch is potentially confusing: if you run these pipelines without an API key they will fail or you may unintentionally use a remote backend. Also note the pipeline will send user-provided text to OpenAI (data exfiltration risk for sensitive content).
Persistence & Privilege
The skill does not request always: true, has no special persistence, and doesn't alter other skill configs. It is user-invocable and can be run/hosted by the user; MCP mode will bind to a network port if you run it.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install expanso-sentiment-score - 安装完成后,直接呼叫该 Skill 的名称或使用
/expanso-sentiment-score触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
Expanso sentiment-score 是什么?
Analyze text and return a sentiment score from -1 (negative) to +1 (positive) using Expanso Edge. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 876 次。
如何安装 Expanso sentiment-score?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install expanso-sentiment-score」即可一键安装,无需额外配置。
Expanso sentiment-score 是免费的吗?
是的,Expanso sentiment-score 完全免费(开源免费),可自由下载、安装和使用。
Expanso sentiment-score 支持哪些平台?
Expanso sentiment-score 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Expanso sentiment-score?
由 Expanso(@aronchick)开发并维护,当前版本 v1.0.0。
推荐 Skills