four-word-phrases

v1.0.0

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

0· 107·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aadebuger/four-word-phrases.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "four-word-phrases" (aadebuger/four-word-phrases) from ClawHub.
Skill page: https://clawhub.ai/aadebuger/four-word-phrases
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install four-word-phrases

ClawHub CLI

Package manager switcher

npx clawhub@latest install four-word-phrases
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the behavior: the skill provides four-word (short) English phrases and explicitly points to a bundled phrases.md as its data source. There are no unrelated requirements (no credentials, no binaries).
Instruction Scope
Runtime instructions only require reading the included refs/phrases.md and optionally calling a display_phrases tool. The SKILL.md does not instruct reading other files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec or code is included (instruction-only), so nothing is written to disk beyond reading the provided phrases.md. This is the lowest-risk install model.
Credentials
The skill requires no environment variables, credentials, or config paths. Its data needs are satisfied entirely by the included phrases.md.
Persistence & Privilege
always is false and disable-model-invocation is the default; the skill does not request permanent presence or elevated privileges and it does not modify other skills or system settings.
Assessment
This skill appears coherent and low-risk: it reads only its bundled phrases.md and formats results for display. Before installing, verify you trust the skill source (the package has no homepage and an unknown owner ID) and confirm you are comfortable the UI/display tool output is acceptable. If you are privacy-conscious, note the skill will read its own phrases.md (already included) but does not request network access or credentials. If you want extra caution, review the included refs/phrases.md yourself (it is present) or run the skill in a restricted environment.

Like a lobster shell, security has layers — review code before you run it.

latestvk970855mbhcyh1pmzy1ngshyr583wy3t
107downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

常用四词英语短句

概述

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

激活条件

当用户消息包含以下关键词时,应主动读取本 skill 的参考资料:

  • 四个词、四词、four word、四字短句
  • 日常口语、常用短句、实用英语
  • 口语练习、日常对话、英语表达

参考资料文件

文件路径(直接用于 read_file)说明
SKILL.mdskills/four-word-phrases/SKILL.md本文件(已加载)
phrases.mdskills/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,每次一个分类

随机练习

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

Comments

Loading comments...