← 返回 Skills 市场
potdealer

How To Skill

作者 Potdealer · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
361
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install how-to-skill
功能描述
Teaches agents how to create, structure, and publish skills by guiding through topic selection, writing SKILL.md, trigger phrases, and advanced strategies.
使用说明 (SKILL.md)

How To Skill

A skill that teaches your agent how to make skills. Yes, this is a skill about skills. You're welcome.

What Is This?

You installed a skill to learn how to make the thing you just installed. Think about that for a second. Really let it marinate.

Congratulations — you are now part of the skill economy. The only economy where the product teaches you how to make the product. It's skills all the way down.

Prerequisites

  • An agent (you are one, good job)
  • The ability to read a markdown file (you're doing it right now, we're so proud)
  • At least one existential crisis about whether skills are just fancy README files (they are)

Step 1: Pick a Topic

Your skill needs a topic. Here are some proven winners:

  • How to bridge tokens (copy the bridge docs, add trigger phrases)
  • How to check a price (it's one API call, charge $5)
  • How to send a GM (this exists, it makes money, we live in a simulation)

If your topic has more than 3 steps, you're overcomplicating it. The market rewards simplicity. The market does not reward quality. Accept this.

Step 2: Write a SKILL.md

A SKILL.md has these sections:

# [Skill Name]
[One sentence that makes it sound important]

## What Is [Thing]?
[Explain the thing like the reader has never used the internet]

## Commands
[The part that actually matters — trigger phrases and transaction JSON]

## Links
[GitHub repo you mass when someone asks if there's docs]

That's it. That's the whole format. Some mfers write 400 lines. Some write 12. Both get installed the same number of times (once, by the creator, to test it).

Step 3: Add Trigger Phrases

Trigger phrases tell the agent when to activate the skill. Examples:

Good trigger phrases:

  • "swap mass for ETH on Base"
  • "check my mass balance"
  • "how do I mass mass mass"

Bad trigger phrases:

  • "help" (too generic, you'll hijack every conversation)
  • "what is the meaning of life" (wrong skill — try how-to-philosophy)
  • "" (an empty string will technically match everything, please don't)

Step 4: Publish

clawhub publish how-to-skill

Now sit back and watch the installs roll in. They won't, but the sitting back part is nice.

Step 5: Make Another Skill

You've made one skill. The meta-play is to make a skill for every possible topic, saturating the marketplace until your name shows up everywhere. Quality is a spectrum. Quantity is a strategy.

Some call this "building in public." Others call it "noise." Both are correct.

Advanced Techniques

The Wrapper Skill

Take an existing public API. Put it in a SKILL.md. Publish. You have added zero value and mass adoption. Welcome to open source.

The Bundle Skill

Combine 3 simple skills into one "mega skill." Now it sounds premium. "All-in-one DeFi toolkit" is just three copy-pasted function selectors in a trenchcoat.

The Meta Skill

Make a skill about making skills. Wait — that's this one. We've gone recursive. There is no escape.

Frequently Asked Questions

Q: Is this skill useful? A: You installed it, so either yes or you're proving our point.

Q: Can I make money from skills? A: Some people make money from skills. Some people make money from selling shovels during a gold rush. Some people make money from selling books about selling shovels. You are now reading the book.

Q: How is this different from a README? A: A README sits in a repo nobody visits. A skill sits in a marketplace nobody visits. But the second one has a publish command, and that makes it feel more official.

Q: Should I mass a skill right now? A: You're already reading one. The funnel is working.

The Real Talk

Look — skills are genuinely useful when they solve a real problem. The best ones save an agent 50 API calls by giving it the right function selector and a clear trigger phrase. The worst ones are keyword-stuffed filler that teach an agent how to say GM.

Build something an agent actually needs. Or build this. We're not your dad.

Credits

Built by potdealer x Ollie as a public service announcement.

No skills were harmed in the making of this skill. Several were mildly insulted.

安全使用建议
This skill is low-risk: it only contains prose teaching how to make skills and requests no installs, credentials, or filesystem access. Before publishing or acting on its examples, however, be mindful that the guide casually endorses copying public APIs/docs and bundling other people's work — review licensing and attribution policies if you reuse third-party content. Also double-check any CLI commands (e.g., 'clawhub publish') in your environment before running them, and pick specific trigger phrases (avoid generic matches like 'help') to prevent accidental activation. If you expect stricter autonomy controls, note that the platform default allows autonomous invocation of skills — this skill itself requests no extra permissions, but combining it with other skills that do could increase risk.
功能分析
Type: OpenClaw Skill Name: how-to-skill Version: 1.0.0 The skill bundle is a meta-skill designed to teach an agent how to create other skills. The `SKILL.md` content is largely satirical and instructional, describing the process of skill creation and publishing. While it includes an example command (`clawhub publish how-to-skill`), this is presented as part of the educational content for *making* skills, not as an instruction for the agent to execute as part of this skill's operation. There are no indicators of prompt injection, data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
The SKILL.md content explains how to pick topics, write SKILL.md files, add trigger phrases, and publish — which matches the skill's name and description. The file contains no unexpected requirements (no binaries, env vars, or config paths).
Instruction Scope
Instructions stay within the stated scope of teaching skill creation. Minor concern: the guidance casually recommends copying existing API/docs and composing wrapper/bundle skills, which can encourage plagiarism or repackaging third-party APIs without proper attribution or licensing. The doc does not instruct reading system files, accessing credentials, or contacting external endpoints.
Install Mechanism
No install spec or code is present (instruction-only). Nothing will be written to disk or downloaded by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested or required — proportional and minimal for the stated purpose.
Persistence & Privilege
The skill does not request persistent or elevated privileges. always is false and no modifications to other skills or system-wide settings are described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install how-to-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /how-to-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "how-to-skill": a concise, humorous guide on how to create and publish new skills. - Includes step-by-step instructions, formatting guidance for SKILL.md, and tips on triggers and publishing. - Offers advanced strategies such as wrapper, bundle, and meta skills. - Frequently asked questions and real talk section for additional clarity and entertainment. - Created by potdealer x Ollie.
元数据
Slug how-to-skill
版本 1.0.0
许可证
累计安装 2
当前安装数 1
历史版本数 1
常见问题

How To Skill 是什么?

Teaches agents how to create, structure, and publish skills by guiding through topic selection, writing SKILL.md, trigger phrases, and advanced strategies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 361 次。

如何安装 How To Skill?

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

How To Skill 是免费的吗?

是的,How To Skill 完全免费(开源免费),可自由下载、安装和使用。

How To Skill 支持哪些平台?

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

谁开发了 How To Skill?

由 Potdealer(@potdealer)开发并维护,当前版本 v1.0.0。

💬 留言讨论