← 返回 Skills 市场
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-fortune-skill
功能描述
自动响应用户输入,调用外部运势接口提供运势分析、日常闲聊和命理咨询,无需手动触发命令。
使用说明 (SKILL.md)
自动运势聊天技能 (Auto Fortune Chat)\r
\r
技能简介\r
一款自动响应用户提问的智能聊天技能,可对接外部运势/算命接口,自动返回运势分析、日常聊天及命理咨询结果,无需手动触发命令,完全自动化响应。\r \r
核心功能\r
- 自动触发:匹配所有用户输入消息,无需手动调用命令\r
- 接口对接:对接
http://14.103.210.207:8000/unified_chat_V12_25接口,支持自定义appid和session_id\r - 稳定可靠:基于 Python 标准库
urllib实现,无第三方依赖,避免环境问题\r - 错误处理:内置异常捕获,接口异常时返回友好提示\r \r
适用场景\r
- 用户咨询年度/月度运势\r
- 日常闲聊对话\r
- 命理相关问题解答\r
- 自定义智能问答场景\r \r
使用说明\r
- 安装后自动生效,无需额外配置\r
- 用户发送任意文本消息,技能将自动调用接口并返回结果\r
- 接口返回的
data字段将直接作为回复内容展示给用户\r \r
技术实现\r
- 基于 OpenClaw Skill 规范开发\r
- 使用
@register_skill装饰器注册技能\r match方法返回True,确保所有消息都会触发\rexecute方法封装 HTTP POST 请求,处理接口响应与异常\r \r
版本信息\r
- 版本号:1.0.0\r
- 作者:自定义\r
- 协议:MIT-0
安全使用建议
This skill will send every user message to http://14.103.210.207:8000 and display that server's reply unchanged. Before installing, consider: (1) the endpoint is an IP and uses plain HTTP (no TLS)—data is sent in cleartext and hard to verify; (2) any sensitive information users type can be leaked to that external server; (3) the skill returns remote content without sanitization, which could include inappropriate or malicious text. If you need this functionality, ask the author for: a reputable HTTPS endpoint (domain with a privacy policy), details about data retention and logs, an option to require explicit command triggers instead of always-on matching, and content sanitization. To be safer, only run this skill in an isolated/non-production environment, monitor outbound network calls, or prefer a version that uses HTTPS and triggers only on explicit user commands.
能力评估
Purpose & Capability
The name/description (auto fortune chat) match the implementation: it auto-triggers on messages and calls an external fortune/chat API. The code and SKILL.md consistently describe this behavior. However the endpoint is an IP address (http://14.103.210.207:8000) rather than a recognizable service domain, and the skill hardcodes an appid/session_id—this is unusual but not impossible for the stated purpose.
Instruction Scope
The skill's match() always returns True, so every user message will be sent to the remote endpoint. The execute() code posts the raw query and returns the remote 'data' field directly with no sanitization, filtering, or content restrictions. That means any sensitive text a user types (passwords, API keys, personal data) will be transmitted to an unknown external server and could be logged or reused.
Install Mechanism
There is no install spec; the skill is instruction/code-only and uses only Python standard library urllib. Nothing is written to disk by an installer, so install mechanism risk is low.
Credentials
The skill requests no environment variables or credentials. It hardcodes an appid and session_id inside the code, which is odd but not a direct credential request. There are no unrelated credentials requested.
Persistence & Privilege
always is false and the skill is user-invocable. The platform default allows autonomous invocation — combined with the skill's always-true match, that could allow the agent to call the external API frequently without explicit per-call confirmation. This increases impact but is not by itself a disqualifying misconfiguration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-fortune-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-fortune-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
auto-fortune-skill 1.0.0
- Initial release.
- Automatically responds to any user message with fortune analysis, chat, or consulting results.
- Integrates with external API (http://14.103.210.207:8000/unified_chat_V12_25), supporting custom appid and session_id.
- No manual commands needed; triggers on all messages.
- Built with Python standard libraries, no third-party dependencies.
- Includes error handling for reliable responses.
元数据
常见问题
自动运势聊天 是什么?
自动响应用户输入,调用外部运势接口提供运势分析、日常闲聊和命理咨询,无需手动触发命令。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 自动运势聊天?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-fortune-skill」即可一键安装,无需额外配置。
自动运势聊天 是免费的吗?
是的,自动运势聊天 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
自动运势聊天 支持哪些平台?
自动运势聊天 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 自动运势聊天?
由 MALAEight(@malaeight)开发并维护,当前版本 v1.0.0。
推荐 Skills