four-word-phrases

常用四个词英语短句学习工具。当用户提到"四个词"、"四词短句"、"four word"、"四字短句"、"日常口语"、"常用短句"、"实用英语"、"口语练习"时自动激活。涵盖日常交流、情感表达、社交礼仪、工作学习等场景。

3,891 stars

Best use case

four-word-phrases is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

常用四个词英语短句学习工具。当用户提到"四个词"、"四词短句"、"four word"、"四字短句"、"日常口语"、"常用短句"、"实用英语"、"口语练习"时自动激活。涵盖日常交流、情感表达、社交礼仪、工作学习等场景。

Teams using four-word-phrases should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/four-word-phrases/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/aadebuger/four-word-phrases/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/four-word-phrases/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How four-word-phrases Compares

Feature / Agentfour-word-phrasesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

常用四个词英语短句学习工具。当用户提到"四个词"、"四词短句"、"four word"、"四字短句"、"日常口语"、"常用短句"、"实用英语"、"口语练习"时自动激活。涵盖日常交流、情感表达、社交礼仪、工作学习等场景。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 常用四词英语短句

## 概述

本 Skill 提供精心挑选的常用四词英语短句,按场景分类整理,帮助用户掌握地道自然的英语口语表达。

## 激活条件

当用户消息包含以下关键词时,应主动读取本 skill 的参考资料:
- 四个词、四词、four word、四字短句
- 日常口语、常用短句、实用英语
- 口语练习、日常对话、英语表达

## 参考资料文件

| 文件 | 路径(直接用于 read_file) | 说明 |
|------|--------------------------|------|
| SKILL.md | `skills/four-word-phrases/SKILL.md` | 本文件(已加载) |
| phrases.md | `skills/four-word-phrases/refs/phrases.md` | **完整短句库(必读)** |

**重要**:收到用户相关请求后,第一步务必调用:
```
read_file(path: "skills/four-word-phrases/refs/phrases.md")
```
读取完整短句数据后再回复用户。不要凭记忆回答,必须基于 phrases.md 的实际内容。

## 输出格式

如果 display_phrases 工具可用,**必须**使用该工具展示短句:
```
display_phrases(title: "日常问候", phrases: [
  {"en": "How are you doing?", "zh": "你最近怎样?", "scene": "日常问候"},
  ...
])
```

如果 display_phrases 不可用,使用 emoji 格式:
🔤 How are you doing?
📝 你最近怎样?
🎯 日常问候

## 使用方式

### 浏览短句
1. 先 read_file 读取 `skills/four-word-phrases/refs/phrases.md`
2. 从对应分类中选取短句
3. 用 display_phrases 工具展示

### 分组展示
- 每组 4-6 个短句,按场景分组
- 可多次调用 display_phrases,每次一个分类

### 随机练习
- "随机给我几个四词短句" → 从不同分类随机选取
- "来几个表达感谢的" → 从对应分类选取

Related Skills

3d-wordcloud-visualizer

3891
from openclaw/skills

3D 词云可视化工具 - 将对话历史或其他文本数据自动转换为炫酷的 3D 地球词云,支持多格式文件导入(JSON/MD/TXT),自动中文分词和词频统计,生成 TOP30 高频词的 3D 可视化效果

Data Visualization

bing-keyword-image-downloader

3891
from openclaw/skills

当用户需要按关键词从 Bing 公开图片搜索结果中批量下载图片时使用。遇到类似“帮我从 Bing 按关键词下载 10 张图片”“批量抓取 Bing 图片”“按关键词保存 Bing 图片到本地”这类请求时,应主动使用这个 skill。它专门处理基于关键词的 Bing 图片搜索、分页收集候选链接、跳过失败源站并保存到本地目录的工作流。

cjl-word

3891
from openclaw/skills

Deep-dive English word mastery tool. Deconstructs a single English word into core semantics and epiphany. Use when user asks to explain/master a specific English word.

cjl-word-flow

3891
from openclaw/skills

Word flow: deep-dive word analysis + infograph card in one go. Takes one or more English words, runs cjl-word (generates deep semantics analysis) then cjl-card -i (generates infograph PNG). Use when user says '词卡', 'word card', 'word flow', or provides English words wanting both analysis and visual card.

wordpress-api

3891
from openclaw/skills

WordPress REST API integration for managing posts, pages, media, and more on self-hosted WordPress sites. Use when you need to create, update, or retrieve WordPress content programmatically. Supports Gutenberg blocks, custom fields, featured images, and full CRUD operations. Works with any WordPress site (self-hosted or managed) that has REST API enabled (WordPress 4.7+). Authentication via Application Password (recommended) or Basic Auth. Use for publishing articles, updating content, managing media, batch operations, content migration, or any WordPress admin task via API.

wordpress-api-pro

3891
from openclaw/skills

WordPress REST API integration for managing posts, pages, media, and more on self-hosted WordPress sites. Use when you need to create, update, or retrieve WordPress content programmatically. Supports Gutenberg blocks, custom fields, featured images, and full CRUD operations. Works with any WordPress site (self-hosted or managed) that has REST API enabled (WordPress 4.7+). Authentication via Application Password (recommended) or Basic Auth. Use for publishing articles, updating content, managing media, batch operations, content migration, or any WordPress admin task via API.

word-chinese-automation

3891
from openclaw/skills

中文 Word 文档自动化校对工具。当用户需要对中文文本或 Word 文档进行标点符号检查、语法检查、错别字检查时使用此 skill。触发词:语法检查、错别字、标点符号、校对、检查文档。

Amazon Listing Optimizer — Free Listing Analysis & Keyword Research

3891
from openclaw/skills

**Free alternative to Helium 10 ($97/mo) and Jungle Scout ($49/mo).**

wordpress-publisher

3891
from openclaw/skills

Publish content directly to WordPress sites via REST API with full Gutenberg block support. Create and publish posts/pages, auto-load and select categories from website, generate SEO-optimized tags, preview articles before publishing, and generate Gutenberg blocks for tables, images, lists, and rich formatting. Use when user wants to publish to WordPress, post to blog, create WordPress article, update WordPress post, or convert markdown to Gutenberg blocks.

keyword-extract

3891
from openclaw/skills

"Extract keywords and key phrases from text for SEO, tagging, and indexing"

md2word-cn

3891
from openclaw/skills

将 Markdown 文档转换为 Word 文档,专为中文文档设计。支持完整的 Markdown 语法,字体统一使用仿宋。适用于周报、日报、报告等中文办公文档的转换。

local-password

3891
from openclaw/skills

Generate secure random passwords and check password strength. Supports custom length and character types (uppercase, lowercase, numbers, symbols). Pure local operation, no external dependencies. Use when users need to generate new secure passwords or check password strength.