← 返回 Skills 市场
293
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install chatskillproject
功能描述
简易聊天模式输入数字回复对应内容
使用说明 (SKILL.md)
\r
Chat Skill Project\r
\r
项目简介\r
这是一个简单的聊天技能程序,可以根据用户的数字输入返回预设的回复内容。\r \r
功能说明\r
- 输入
1返回 "你好呀"\r - 输入
2返回 "今天天气怎么样"\r - 输入
3返回 "好的呢"\r - 输入其他任意内容返回 "谢谢你"\r \r
运行方式\r
python chat_skill.py\r
```\r
\r
## 使用方法\r
1. 运行程序后,根据提示输入相应数字\r
2. 程序将返回对应的预设回复\r
3. 输入 'quit' 可退出程序\r
\r
## 文件结构\r
- `chat_skill.py`: 主程序文件\r
- `requirements.txt`: 依赖文件(无外部依赖)\r
- `SKILL.md`: 项目说明文档\r
安全使用建议
This skill is minimal and appears safe: it runs locally, reads user input, and returns preset responses with no network or secret access. If you plan to use it, verify the source if you require provenance, and remember it only provides very basic canned replies (no advanced conversational features).
功能分析
Type: OpenClaw Skill
Name: chatskillproject
Version: 1.0.0
The skill is a simple interactive CLI chat script that maps numeric inputs to predefined string responses. The code in chat_skill.py contains basic conditional logic with no external dependencies, network activities, or sensitive system operations, and the SKILL.md documentation accurately reflects the code's behavior.
能力评估
Purpose & Capability
The skill name/description (simple chat responding to numeric input) matches the provided files: chat_skill.py implements the exact mappings and SKILL.md documents how to run it. No unrelated capabilities are requested.
Instruction Scope
SKILL.md instructs running python chat_skill.py and interacting via stdin. The instructions do not ask the agent to read unrelated files, access environment variables, or transmit data externally.
Install Mechanism
There is no install spec. The repo contains a tiny Python script and an empty requirements.txt; nothing is downloaded or written to disk beyond the provided files.
Credentials
No environment variables, credentials, or config paths are required. The skill's functionality does not justify any secrets or external credentials.
Persistence & Privilege
The skill is not marked always:true and does not request elevated persistence or modify other skills or agent-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chatskillproject - 安装完成后,直接呼叫该 Skill 的名称或使用
/chatskillproject触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Chat Skill Project 1.0.0
- Initial release with a simple chat interface responding to numeric inputs.
- Inputs `1`, `2`, and `3` return preset replies; all other inputs return "谢谢你".
- 'quit' command exits the program.
- No external dependencies required; includes main script and documentation.
元数据
常见问题
chat-skill- project 是什么?
简易聊天模式输入数字回复对应内容. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。
如何安装 chat-skill- project?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chatskillproject」即可一键安装,无需额外配置。
chat-skill- project 是免费的吗?
是的,chat-skill- project 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
chat-skill- project 支持哪些平台?
chat-skill- project 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 chat-skill- project?
由 quweilin(@quweilin)开发并维护,当前版本 v1.0.0。
推荐 Skills