← Back to Skills Marketplace
293
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install chatskillproject
Description
简易聊天模式输入数字回复对应内容
README (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
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install chatskillproject - After installation, invoke the skill by name or use
/chatskillproject - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is chat-skill- project?
简易聊天模式输入数字回复对应内容. It is an AI Agent Skill for Claude Code / OpenClaw, with 293 downloads so far.
How do I install chat-skill- project?
Run "/install chatskillproject" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is chat-skill- project free?
Yes, chat-skill- project is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does chat-skill- project support?
chat-skill- project is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created chat-skill- project?
It is built and maintained by quweilin (@quweilin); the current version is v1.0.0.
More Skills