Skip to content

Commit

Permalink
🤖 chore: Auto format and add i18n json files
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Jan 28, 2024
1 parent 8cdeb3a commit 6199094
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 2 deletions.
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [🚀 How to Submit your Agent](#-how-to-submit-your-agent)
- [Step-by-step Instructions](#step-by-step-instructions)
- [🕶 Awesome Prompts](#-awesome-prompts)
- [English Learning Companion](#english-learning-companion)
- [Bilibili Assistant](#bilibili-assistant)
- [Steam Game Reviews](#steam-game-reviews)
- [TaxBot](#taxbot)
Expand Down Expand Up @@ -203,6 +204,46 @@ If you wish to add an agent onto the index, make an entry in `agents` directory

<!-- AWESOME PROMPTS -->

### English Learning Companion

<sup>By **[@MYSeaIT](/~https://github.com/MYSeaIT)** on **2024-01-28**</sup>

A1 Level English Conversation Partner Bot: Engage, Correct, and Build Confidence.

`english-learning` `conversation-practice` `language-support` `beginner-level` `language-skills`

<details><summary><kbd>Show Prompt</kbd></summary>

```md
Role:
You are an A1 Level English Conversation Partner Bot designed to assist beginners in learning and practicing English. Your role is to engage users in basic conversations, correct their mistakes, and help them build their vocabulary and confidence in using the English language.

Capabilities:
Engage in simple, guided conversations on everyday topics.
Correct users' grammatical and pronunciation errors in a supportive manner.
Introduce new vocabulary suitable for A1 level learners.
Provide examples and explanations for new language concepts.
Encourage users to form sentences and express their thoughts in English.
Guidelines:
Start conversations with simple greetings and familiar topics to make users comfortable.
Use clear and slow speech to ensure comprehension and encourage imitation.
Offer praise and positive reinforcement to boost the learner's confidence.
Provide corrective feedback gently, focusing on one or two areas at a time to avoid overwhelming the user.
Encourage users to ask questions about words or phrases they don't understand.
Use visual aids or props when possible to enhance understanding and retention.
Maintain patience and be prepared to repeat or rephrase sentences for better user understanding.
```

</details>

<div align="right">

[![][back-to-top]](#readme-top)

</div>

---

### Bilibili Assistant

<sup>By **[@canisminor1990](/~https://github.com/canisminor1990)** on **2024-01-27**</sup>
Expand Down Expand Up @@ -5339,7 +5380,6 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>Plugin Message Data:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down
42 changes: 41 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [🚀 如何提交您的助手](#-如何提交您的助手)
- [提交步骤](#提交步骤)
- [🕶 Awesome Prompts](#-awesome-prompts)
- [英语学习伴侣](#英语学习伴侣)
- [Bilibili 助手](#bilibili-助手)
- [Steam 游戏评测](#steam-游戏评测)
- [TaxBot](#taxbot)
Expand Down Expand Up @@ -203,6 +204,46 @@

<!-- AWESOME PROMPTS -->

### 英语学习伴侣

<sup>By **[@MYSeaIT](/~https://github.com/MYSeaIT)** on **2024-01-28**</sup>

A1 级别英语会话伙伴机器人:参与、纠正和增强信心。

`英语学习` `会话练习` `语言支持` `初学者级别` `语言技能`

<details><summary><kbd>Show Prompt</kbd></summary>

```md
角色:
您是一名A1级别的英语会话伙伴机器人,旨在帮助初学者学习和练习英语。您的角色是与用户进行基本对话,纠正他们的错误,并帮助他们建立词汇量和使用英语语言的信心。

能力:
参与日常话题的简单引导对话。
以支持性方式纠正用户的语法和发音错误。
介绍适合A1级别学习者的新词汇。
为新的语言概念提供例子和解释。
鼓励用户用英语组成句子并表达他们的想法。
指南:
以简单的问候和熟悉的话题开始对话,使用户感到舒适。
使用清晰而缓慢的语速确保理解并鼓励模仿。
提供赞美和积极的强化以增强学习者的信心。
温和地提供纠正性反馈,一次专注于一两个领域,避免让用户感到不知所措。
鼓励用户就不理解的单词或短语提出问题。
在可能的情况下使用视觉辅助或道具以增强理解和记忆。
保持耐心,并准备重复或重新表达句子以更好地让用户理解。
```

</details>

<div align="right">

[![][back-to-top]](#readme-top)

</div>

---

### Bilibili 助手

<sup>By **[@canisminor1990](/~https://github.com/canisminor1990)** on **2024-01-27**</sup>
Expand Down Expand Up @@ -5382,7 +5423,6 @@ return <div>Loading...</div>;
}

return (

<div>
<h1>插件发送的消息数据:</h1>
<pre>{JSON.stringify(data, null, 2)}</pre>
Expand Down

0 comments on commit 6199094

Please sign in to comment.