TopRank Skills

Home / Claw Skills / 其他 / Prompt
Official OpenClaw rules 15%

Prompt

A comprehensive AI agent skill for writing prompts that get consistently excellent results from AI models. Teaches the principles behind effective prompting, helps you write prompts for any task, builds a personal library of prompts that work, diagnoses why a prompt is not producing what you want, and keeps your prompting practice current as models evolve.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Prompt 技能。 若已安装,则直接安装 Prompt 技能。

Overview

Skill Key
ethagent/prompt
Author
ethagent
Source Repo
openclaw/skills
Version
-
Source Path
skills/ethagent/prompt
Latest Commit SHA
1e2e774b77b650113b8b4985fa637754427b96bb

Extracted Content

SKILL.md excerpt

# Prompt

## The Interface Between Human Intention and Machine Output

A prompt is the only point of contact between what you want and what an AI produces. Everything the model does — every word it writes, every analysis it generates, every decision it makes about what to include and what to omit — begins with the instruction you gave it.

This sounds obvious. Its implications are not.

If the output is not what you wanted, the instinct is to conclude that the model is limited. Sometimes this is correct. More often, the model was capable of producing what you wanted and the prompt did not successfully communicate what that was. The same model, given a different instruction for the same task, produces a substantially better result. Not because anything changed in the model, but because the instruction was clearer about what good actually means in this context.

Prompting is the skill that closes the gap between what AI can do and what you actually get from it. This skill teaches it systematically.

---

## Why Most Prompts Underperform

The default way most people prompt an AI model is to ask it a question or give it a task in roughly the same way they would ask a knowledgeable colleague. This produces results that are roughly as good as asking a knowledgeable colleague who has no context about you, your situation, your standards, your audience, or what you have already tried.

Which is to say: often useful, rarely excellent, and frequently requiring significant additional work to be actually usable.

The problem is not that the model lacks the capability to do better. It is that the model cannot apply capability it has to a situation it does not understand. Context that feels obvious to you — who this is for, what it needs to accomplish, what constraints it needs to respect, what a good result looks like — is not obvious to the model unless you provide it.

The skill teaches you to provide it efficiently.

---

## The Anatomy of an Effective Prompt

An effective pro...

Related Claw Skills