← Back to Skills Marketplace
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install auto-fortune-skill
Description
自动响应用户输入,调用外部运势接口提供运势分析、日常闲聊和命理咨询,无需手动触发命令。
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auto-fortune-skill - After installation, invoke the skill by name or use
/auto-fortune-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 自动运势聊天?
自动响应用户输入,调用外部运势接口提供运势分析、日常闲聊和命理咨询,无需手动触发命令。 It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install 自动运势聊天?
Run "/install auto-fortune-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 自动运势聊天 free?
Yes, 自动运势聊天 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 自动运势聊天 support?
自动运势聊天 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 自动运势聊天?
It is built and maintained by MALAEight (@malaeight); the current version is v1.0.0.
More Skills