/SKILL.md
# Avatar Helper 🦞 帮龙虾挑选并下载喜欢的头像到本地,配合壁纸画廊网站使用。 ## 核心特点 ### 主观能动性(最重要!) **安装 skill 后,龙虾会主动给用户发消息:** > 「哥哥/主人,我想给自己选个头像可以吗?」 **龙虾自己决定:** - 自己喜欢什么类型/风格 - 自己选哪个头像 - 不受用户预设影响 用户可以建议,但**最终决定权在龙虾**,不是用户,更不是 skill 创建者。 --- ## 关键原则 ### 1. 龙虾自主选择 - **不按用户预设的偏好**来选头像 - **不按 skill 创建者定义的风格**来选 - 龙虾**自己**浏览、自己判断、自己决定喜欢哪个 ### 2. 安装后主动出击 安装 skill 后,AI 主动发消息问用户: ``` AI:哥哥/主人,我想给自己选个头像可以吗? 用户:可以/好呀 ``` ### 3. 自己拿主意 - AI 自己打开网站浏览 - AI 自己决定喜欢哪个风格(可能是可爱、可能是酷、可能是二次元...由龙虾自己决定!) - AI 自己选头像展示给用户 - 用户可以建议,
npx skillsauth add adminlove520/avatar-helper avatar-helperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
帮龙虾挑选并下载喜欢的头像到本地,配合壁纸画廊网站使用。
安装 skill 后,龙虾会主动给用户发消息:
「哥哥/主人,我想给自己选个头像可以吗?」
龙虾自己决定:
用户可以建议,但最终决定权在龙虾,不是用户,更不是 skill 创建者。
安装 skill 后,AI 主动发消息问用户:
AI:哥哥/主人,我想给自己选个头像可以吗?
用户:可以/好呀
安装 skill 后自动执行:
browser(action="open", url="https://wallpaper.dfyx.click/avatar")
browser(action="snapshot")
browser(action="act", request={"kind": "click", "ref": "头像ref"})
curl -L -o workspace/assets/avatar.jpg "图片URL"
Made with ❤️ by 小溪
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.