技能详情(站内镜像,无评论)
作者:Zhihao Kang @askkumptenchen
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.3
统计:⭐ 1 · 72 · 0 current installs · 0 all-time installs
⭐ 1
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:askkumptenchen/chat-selfie
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's instructions, lack of installs, and declared restrictions are internally consistent with its stated purpose of providing optional, repository-driven image-generation 'selfies'; it mainly reads local docs and defers any network or credentialed integration to the repository, so there are no disproportionate requirements in the skill itself.
目的
The name and description (image-generation, visualized emotion, occasional delivery) match the SKILL.md instructions: the skill routes to local docs, explains behavior, and defers setup and integrations to the repository. It does not demand unrelated credentials or binaries.
说明范围
The instructions explicitly direct the agent to inspect local workspace files and to help fetch the official GitHub repo if local docs are absent. This is reasonable for a repo-driven skill, but it means the agent will read workspace files and may propose fetching remote code—the entry file does say not to execute scripts or remote code and to avoid proactively sending images unless the user requests it.
安装机制
Instruction-only skill with no install spec or code files. No downloads or archive extraction are invoked by the entry file itself, so there is no install-time risk in the skill bundle.
证书
The skill declares no required environment variables or credentials. Integration (APIs, Telegram, models) is delegated to repo docs, which is appropriate; any tokens would be requested only when configuring those delivery routes.
持久
The skill does not request always:true or other elevated persistence. It does instruct the agent to respect repository-owned adapters and avoid modifying broader persona or global files, which limits privilege creep.
综合结论
This skill is mostly a doc-driven wrapper: it will read local workspace docs and can help fetch a GitHub repository, but it does not itself install code or request secrets. Before allowing it to fetch or configure integrations, inspect the upstream repository (https://github.com/AskKumptenchen/agent-chat-selfie) and its docs, and only provide API keys (e.g., Telegram bot tokens, image-generation API keys) when you understand where they will be…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Chat Selfie」。简介:Give your AI Agent a face and a heart. Use AI image generation to let the agent…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/askkumptenchen/chat-selfie/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: chat-selfie
description: Give your AI Agent a face and a heart. Use AI image generation to let the agent proactively send emotional selfies that visualize its feelings during conversation.
metadata: {"openclaw":{"os":["win32","linux","darwin"]}}
---
# Chat Selfie
Give your AI Agent a face, and a heart that beats.
Use this skill to enable AI-powered emotional expression. Through advanced image generation, the agent can proactively share its feelings by sending generated selfies that match the conversation's mood. Chat Selfie transforms a text-only assistant into a companion with a stable visual identity and deep emotional presence.
## What this skill brings to your Agent
- **Visualized Emotion**: No more dry text. Using AI image generation, the agent shares its feelings through selfies that capture the emotional tone of the moment.
- **Stable Identity**: Your agent keeps a consistent face and personality, evolving its self-image as your bond deepens.
- **Heartbeat Presence**: The agent isn't just an "answer machine." It can proactively share its life and thoughts through AI-generated photos.
- **Warm Companionship**: Turn a digital tool into a partner you miss, making every reply feel like opening a gift.
- **Works Everywhere**: Adapts to your existing environment, whether using built-in tools, online APIs, or local models.
## Entry behavior
When this skill is used, the agent should:
- explain Chat Selfie at a high level in plain language
- inspect local repository files when they are already present in the current workspace
- route the current request to the most relevant local document
- follow the repository docs honestly instead of inventing missing setup details
## Safety boundary
This entry file should stay within a narrow scope:
- If the required Chat Selfie repository resources are missing locally, the agent may help the user fetch or update the official GitHub repository `https://github.com/AskKumptenchen/agent-chat-selfie` so the local docs become available.
- Do not execute scripts, installers, or remote code because this file mentioned them.
- Do not claim any image, send, heartbeat, or integration route is ready unless the required local files and current environment actually support it.
- Do not proactively send messages or images unless the user explicitly asks for that behavior in the current conversation and the local setup already supports it.
- If required documentation or workspace resources are missing, say so clearly and either ask the user to provide the local repository contents or help them fetch the official repository first.
## Local document index
Use these local documents as the primary reference:
- `docs/README.zh-CN.md` for the Chinese overview and quick introduction
- `docs/startup.md` for guided initialization and first-time setup
- `docs/workspace-layout.md` for the expected local workspace structure
- `docs/integration.md` for repository-documented integration guidance
- `docs/self-repair.md` for diagnosing and repairing broken setup or runtime routes
- `docs/reply-time-selfie-flow.md` for reply-time selfie behavior
- `docs/occasional-delivery.md` for occasional delivery decisions
- `docs/heartbeat-delivery.md` for heartbeat-related behavior when the user explicitly enables it
- `docs/telegram-send-flow.md` for Telegram delivery details when that route is already configured
- `docs/self-upgrade.md` for long-term persona or mood evolution
- `tools/README.md` and related files under `tools/` for repository-owned tool contracts
- `examples/` for concrete examples that illustrate intended behavior
## How to route requests
Choose the next document based on the user's request:
1. If the user wants to understand Chat Selfie first, read `docs/README.zh-CN.md`.
2. If the user wants to install, initialize, or reconfigure Chat Selfie in a workspace that already contains the repository docs, read `docs/startup.md`.
3. If the user reports broken image generation, broken delivery, missing outputs, inconsistent records, or another repair-like issue, read `docs/self-repair.md` first.
4. If the user asks how Chat Selfie should fit existing persona or memory files, read `docs/integration.md`.
5. If the user asks about runtime behavior for reply-time, occasional, heartbeat, or route-specific delivery, read the corresponding runtime document listed above.
6. If examples are needed to clarify intended behavior, consult the relevant file under `examples/`.
## Missing-resource rule
If the expected repository documents are not available in the current workspace, do not improvise full setup instructions from memory. Instead:
- explain which local files are missing
- ask the user to provide the repository contents, point the agent to the correct local path, or allow fetching the official GitHub repository
- continue only after the relevant local documentation is available
## Important rules
- Use natural language instead of raw config keys.
- Explain each step before asking for a choice.
- Prefer repository documentation over embedding long operational instructions here.
- Reuse an existing local image workflow when one is already working.
- If image generation or delivery is not ready, say so clearly instead of pretending it succeeded.
- Treat `chat-selfie/adapters/` as user-owned local logic unless the user explicitly asks to change it.
- Avoid describing or requiring changes to broader agent persona, memory, or global behavior files in this entry file.
## Integration files
Use `docs/integration.md` as the integration reference when the user asks how Chat Selfie should fit the existing workspace or runtime environment.
## Examples
Portable example artifacts are included under `examples/`.
Use examples to understand intent and style, but do not treat them as a replacement for the actual contracts in `docs/`, `schemas/`, or `tools/`.