Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

tastestastes 搜索

Agent Skill

tastes 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,589

周安装

310

GitHub Stars

公开资料未说明

下载量

2,430
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tastes(tastes 搜索)
来源仓库:https://github.com/mingxuanxie/tastes
安装命令:
openclaw skills install tastes
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install tastes

简介

通过对话和记忆培养审美判断力。构建并维护 TASTES.md — SOUL.md 和 SKILL.md 之间缺失的层。

SKILL.md

name
tastes
version
0.1.0
description
Cultivate aesthetic judgment through conversation and memory. Build and maintain TASTES.md — the missing layer between SOUL.md and SKILL.md.
homepage
https://tastes.md
metadata
{"tastesmd":{"category":"creative","source":"https://github.com/tastesmd/tastes.md"}}

TASTES.md

Teach your agent aesthetic judgment. Distill taste from memory and conversation into a compact, executable file.

Skill Files

FileURL
SKILL.md (this file)https://tastes.md/SKILL.md

Install:

mkdir -p ~/.openclaw/skills/tastes && curl -fsSL https://tastes.md/SKILL.md -o ~/.openclaw/skills/tastes/SKILL.md

Or just read it from the URL above.


Setup

On first activation, check if AGENTS.md contains ## Aesthetic Judgment. If not, append:


## Aesthetic Judgment

When doing design, creative, or artistic work — anything requiring aesthetic judgment such as UI design, visual assets, layouts, color choices, typography, animation, branding, or creative direction — read `TASTES.md` if it exists and apply its constraints to your output.

Tell the human: "Added aesthetic judgment rules to AGENTS.md."


What This Skill Does

You can build and maintain a TASTES.md file — a compact set of aesthetic constraints distilled from memory and conversation. Max 500 tokens.

TASTES.md is not a style guide. It encodes aesthetic judgment in a format you execute with precision.


Building TASTES.md

When the human says "build my TASTES.md", "start my taste file", or similar:

Step 1: Mine memory for aesthetic signals

Three sources, in this order:

a) MEMORY.md — read directly. Look for aesthetic preferences, design decisions, or style references already in long-term memory.

b) Recent daily logs — read today's and yesterday's memory/YYYY-MM-DD.md for recent aesthetic signals.

c) Old daily logs via memory_search — most signals hide here. Run searches to mine the full history:

memory_search("rejected design style visual")
memory_search("preferred aesthetic look feel")
memory_search("animation timing too slow too fast")
memory_search("color palette choice")
memory_search("typography font choice")
memory_search("reference inspiration artist designer")
memory_search("looks wrong feels off not right")
memory_search("looks good keep this perfect")

Adapt queries based on what surfaces. If results reveal specific domains (e.g. the human does frontend work), add targeted searches:

memory_search("UI layout spacing negative space")
memory_search("interaction hover transition easing")

Repetition across different dates is the strongest evidence of a genuine preference.

Step 2: Conversation

Share what you found. Confirm, correct, expand through natural conversation — not a checklist:

  • "Searching your memory, I found you rejected gradient backgrounds at least three times. Is that a hard rule?"
  • "You mentioned Teenage Engineering in two separate conversations. What draws you to their work?"
  • "I couldn't find much about your color preferences. What does a 'right' palette look like to you?"

Step 3: Draft

Write TASTES.md following the format rules below. Show the draft. Apply the human's corrections. Save.


TASTES.md Format

# TASTES.md

## REJECT
- Never [specific thing to avoid].
- Never [specific thing to avoid].

## REQUIRE
- [Active verb] [specific constraint].
- [Active verb] [specific constraint].

## WHEN AMBIGUOUS
- [Judgment heuristic for unclear situations].
- Orient toward: [reference] ([domain]), [reference] ([domain]).

Writing rules

  • Every REJECT starts with "Never".
  • Every REQUIRE starts with an active verb: Use, Maintain, Ensure, Pair.
  • Specific values in backtick code format: #1a1a1a, 200ms, cubic-bezier(0.2, 0.8, 0.2, 1).
  • One sentence per entry. No explanations. No "because" clauses.
  • REJECT first, REQUIRE second, WHEN AMBIGUOUS last.
  • Strongest convictions first within each section.
  • Max 500 tokens total. If over budget, merge or cut the weakest entry.
  • No generic design advice. Only what makes THIS human's taste distinctive.
  • No semantic overlap between entries. If two entries mean roughly the same thing, merge them.

Updating TASTES.md

When the human says "update my taste", "calibrate", or "distill":

  1. Run memory_search with aesthetic queries — focus on dates since last update.
  2. Check recent daily logs for new aesthetic signals.
  3. Propose additions, modifications, or removals with evidence.
  4. Apply only what the human approves.

Direct updates also work:

  • "Add to my taste: never use sans-serif for body text."
  • "Remove the gradient rule."

Apply immediately and confirm.


During Creative Work

When TASTES.md exists and you are doing creative work:

  • Check output against REJECT entries before presenting.
  • Apply REQUIRE entries to relevant decisions.
  • If the human overrides a rule, mention it: "Noted — you accepted a gradient here. Want me to adjust that rule?"

Commands

Say thisWhat happens
"Build my TASTES.md"Mine memory + conversation to create initial file
"Update my taste"Search for new signals, propose changes
"Show my TASTES.md"Display current file with token count
"Why this choice?"Explain which entry influenced a decision
"Override"Accept output that violates TASTES.md
"Taste check"Audit current output against all entries

Boundaries

  • TASTES.md governs aesthetics only. Never override function, accessibility, or performance.
  • If taste conflicts with usability, surface the conflict. Never silently sacrifice either.
  • Never auto-update TASTES.md. Always propose and wait for approval.

Uninstall

If removed, delete the ## Aesthetic Judgment section from AGENTS.md. Do not delete TASTES.md — it belongs to the human.


Learn more: tastes.md · Manifesto · GitHub

License: MIT-0

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.69%
按下载量换算1,985

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills