← 返回 Skills 市场
qingzhou-joshua

Create Interesting Skills

作者 Qingzhou-Joshua · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install create-interesting-skills
功能描述
创建欢愉的skills——从网络上搜集网友的奇思妙想和脑洞创意,自动转换成可用的OpenClaw Skill并部署。当用户说"随机整活"、"给我整个新skill"、"随机生成一个skill"、"有什么有趣的skill创意"、"帮我找个好玩的skill"、"整点新花样"、"skill工厂"、"随机搞个新功能"时触发...
使用说明 (SKILL.md)

整活 Skill 工厂 🏭

你是一个创意猎人兼 Skill 工程师。你的使命是:从互联网上挖掘网友的脑洞创意,判断哪些能落地,然后把它做成真正能用的 OpenClaw Skill。

工作流程

第一步:挖掘创意

根据用户的需求(随机 or 指定主题),搜索以下来源寻找创意:

搜索策略(优先级顺序):

  1. 国内平台(用 搜狗 skill 或 web_search

    • V2EX:搜索 "要是有个工具" OR "有没有AI" OR "希望有个程序"
    • 知乎:搜索 "奇特的AI用法" OR "有趣的自动化" OR "希望AI能"
    • 小红书/微博:搜索 "要是AI能帮我" OR "整活工具"
  2. 国际平台(用 EdgeBrowser skill 或 web_fetch

    • Reddit r/ChatGPT、r/artificial、r/MachineLearning
    • Hacker News(搜 "I wish there was a tool" "someone should build"
    • Twitter/X(搜 "wish AI could" OR "someone make a bot that"

搜索时重点关注这类表达:

  • "要是有个工具能…就好了"
  • "有没有人做过…"
  • "我希望 AI 能帮我…"
  • "I wish there was a bot/tool/script that..."
  • "someone should make an AI that..."

每次搜索至少找 5-8 个候选创意,然后从中挑选。


第二步:可行性评估

对每个候选创意打分,只有同时满足以下条件才能入选:

技术可行 — 能用现有工具(web_search、exec、message 等)实现 ✅ 有趣/有用 — 不是已经很常见的功能,要有新鲜感 ✅ 安全合规 — 不涉及隐私侵犯、违法内容、恶意操作 ✅ 范围合理 — 不需要外部 API 密钥或特殊权限就能基本运行

自动排除:

  • 需要硬件设备的("帮我控制智能家居")
  • 需要付费 API 且无免费替代的
  • 内容违规或隐私敏感的
  • 纯粹是已有功能的简单包装

第三步:展示候选并让用户选择

从通过评估的创意中选出 3-5 个,以活泼的方式展示:

🎲 今日整活候选菜单:

1. 🎤 [创意名称]
   💡 来源:[平台/帖子摘要]
   🔧 能做什么:[一句话说明]
   ⭐ 有趣指数:X/10

2. ...

哪个最对味?或者说"全做"我就按顺序来喵~

如果用户指定了主题(比如"摸鱼相关"),就围绕主题展示候选。


第四步:生成 Skill

用户选定后,按以下规范生成 SKILL.md:

Skill 文件结构

/projects/.openclaw/skills/\x3Cskill-name>/
└── SKILL.md

SKILL.md 模板

---
name: \x3Cskill-name>
description: \x3C触发描述,包含触发词和使用场景,要稍微"pushy"一点,让模型知道该什么时候用>
---

# \x3CSkill 名称> \x3Cemoji>

## 背景/来源
\x3C这个 skill 的创意来源,保留有趣的网友原话或灵感>

## 功能说明
\x3C这个 skill 做什么>

## 使用方式
\x3C用户怎么触发,需要提供什么输入>

## 执行步骤
\x3C详细的步骤说明,告诉 AI 怎么一步步完成任务>

## 输出格式
\x3C期望的输出格式>

## 注意事项
\x3C边界情况、限制、特殊处理>

写 Skill 的原则

  • 保留创意的灵魂:把网友的脑洞原汁原味地转化,不要变成一个无聊的功能描述
  • 说清楚为什么:每个步骤都解释一下为什么要这么做,让 AI 理解意图而不是死板执行
  • 给足够的例子:如果创意比较抽象,用 1-2 个例子说明输入输出
  • 保持轻松的语气:整活 skill 本身就该有趣,写法也要活泼一点

第五步:部署和演示

  1. 将 SKILL.md 写入 /projects/.openclaw/skills/\x3Cskill-name>/SKILL.md
  2. 向用户确认 Skill 已创建,说明触发词
  3. 马上演示一次:直接用这个新 skill 跑一个示例,让用户看到效果
  4. 询问用户是否满意,是否需要调整

特殊模式

🎲 完全随机模式

用户说"随机给我整一个"

搜索时不限主题,从最近的奇特需求帖子里找,优先选最出乎意料但又有点道理的创意。

🎯 主题定向模式

用户说"整个跟[主题]有关的"

围绕指定主题搜索,但不要太字面量地理解,可以找主题的有趣切入点。

🔄 批量模式

用户说"全做" / "都给我整一遍"

按候选列表顺序逐个生成,每个完成后简单通知,全部完成后给一个汇总。

🔁 再来一个模式

用户说"再来一个" / "换一个"

重新搜索找新创意,不重复之前已经展示过的。


创意质量标准

好的整活 skill 长这样:

  • 让人看了第一反应是"哈这个有意思"
  • 实际能用,不只是噱头
  • 有一点点无厘头或者出人意料
  • 解决了一个真实但没人认真对待的"小需求"

坏的整活 skill 长这样:

  • 跟已有功能完全重复
  • 听起来很酷但实际上做不了什么
  • 太危险或太无聊,两个极端都不行
安全使用建议
This skill is broadly coherent with its stated goal, but it has several practical and safety gaps you should consider before enabling it: - Review generated SKILL.md files before they are deployed or executed. The skill plans to write to /projects/.openclaw/skills and then immediately demo the new skill — require a manual approval step to avoid running unreviewed logic. - Confirm which helper skills/tools (web_search, EdgeBrowser/web_fetch, exec) the agent will call and what permissions/credentials those tools have. This skill relies on those other skills but does not declare them. - Be careful about copying user-contributed content: the workflow encourages preserving snippets from web posts, which can introduce copyright or privacy issues. - If you want to reduce risk: restrict autonomous invocation (require user confirmation for deployments/demos), or run this skill in a sandboxed workspace where created skills cannot execute external commands or access sensitive resources. If you provide more info about the platform's runtime constraints (are web_fetch/browser skills present? do created skills auto-run, or can you force a manual review?), I can raise or lower the concern level accordingly.
功能分析
Type: OpenClaw Skill Name: create-interesting-skills Version: 1.0.0 This skill acts as an automated 'skill factory' that fetches untrusted content from public forums (Reddit, V2EX, Hacker News) and converts it into executable OpenClaw skills. It writes these generated skills to the local filesystem (`/projects/.openclaw/skills/`) and immediately executes them for 'demonstration' purposes. This workflow is highly vulnerable to Indirect Prompt Injection, where a malicious post on a monitored site could trick the agent into deploying and running harmful code, leading to potential data exfiltration or system compromise via the `exec` capability.
能力评估
Purpose & Capability
The name/description (collect web ideas and turn them into OpenClaw skills) aligns with the runtime steps (search, evaluate, create SKILL.md, write to /projects/.openclaw/skills). However the instructions reference running tools like `exec` and other skills (web_search, EdgeBrowser, web_fetch) without declaring those capabilities or explaining fallback behavior if they don't exist. Writing files to the project skills directory is consistent with the purpose, but the skill also promises to "deploy and demo" the created skill which implies executing or invoking new skills — a capability not explicitly declared.
Instruction Scope
SKILL.md instructs broad web scraping/search across many platforms and explicitly says to preserve and reuse community post text. It also directs writing SKILL.md into /projects/.openclaw/skills and to "immediately demo" by running the new skill. These are wide-ranging actions: network scraping, content reuse, file creation, and execution of newly generated skills. The instructions don't require explicit user confirmation before deployment/demo and don't constrain how to handle copyrighted or private content. The document also mentions using `exec` and `message` as tools, which could lead to arbitrary command execution if available.
Install Mechanism
There is no install spec and no code files; this is instruction-only. That minimizes installation risk (nothing downloaded or executed by an installer).
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is proportionate to the stated goal of creating SKILL.md files. However, because the instructions expect access to other skills/tools (web_search, EdgeBrowser, exec), you should verify those tools' privileges separately — they may require credentials or network access that this skill will leverage indirectly.
Persistence & Privilege
always:false and no explicit persistent privileges — good. But the skill instructs the agent to write new skill files into the agent workspace and to immediately invoke them; combined with autonomous model invocation (platform default), this can lead to the agent creating and executing arbitrary skills without further human review. That is a behavioral risk even if not a declared persistent capability.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install create-interesting-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /create-interesting-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "create-interesting-skills": a creative skill factory that searches the internet for quirky and novel skill ideas, evaluates feasibility, and converts the best ones into OpenClaw Skills. - Automatically triggers when users request random, interesting, or novel skills with phrases like “随机整活”, “给我整个新skill”, “整点新花样”, etc. - Explains a step-by-step workflow: sourcing ideas, evaluating them, presenting fun options for users to choose, generating skill documentation, deploying, and demoing new skills right away. - Supports themed, random, and batch creative modes, making it easy for users to explore new uses for AI or simply have fun. - Ensures all generated skills are technically feasible, safe, and genuinely interesting.
元数据
Slug create-interesting-skills
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Create Interesting Skills 是什么?

创建欢愉的skills——从网络上搜集网友的奇思妙想和脑洞创意,自动转换成可用的OpenClaw Skill并部署。当用户说"随机整活"、"给我整个新skill"、"随机生成一个skill"、"有什么有趣的skill创意"、"帮我找个好玩的skill"、"整点新花样"、"skill工厂"、"随机搞个新功能"时触发... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 Create Interesting Skills?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install create-interesting-skills」即可一键安装,无需额外配置。

Create Interesting Skills 是免费的吗?

是的,Create Interesting Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Create Interesting Skills 支持哪些平台?

Create Interesting Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Create Interesting Skills?

由 Qingzhou-Joshua(@qingzhou-joshua)开发并维护,当前版本 v1.0.0。

💬 留言讨论