diff --git a/metadata/com.zfdang.touchhelper.yml b/metadata/com.zfdang.touchhelper.yml
index ea2b3163d6..c6d489a2ed 100644
--- a/metadata/com.zfdang.touchhelper.yml
+++ b/metadata/com.zfdang.touchhelper.yml
@@ -9,9 +9,6 @@ IssueTracker: https://github.com/zfdang/Android-Touch-Helper/issues
Donate: https://touchhelper.zfdang.com/#%E6%94%AF%E6%8C%81%E4%BD%9C%E8%80%85
AutoName: 开屏跳过
-Summary: Skip app open ads
-Description: Skip the app open ads with AccessibilityService. No Internet permission
- required! No storage permission required! No privacy issue!
RepoType: git
Repo: https://github.com/zfdang/Android-Touch-Helper
diff --git a/metadata/com.zfdang.touchhelper/en-US/description.txt b/metadata/com.zfdang.touchhelper/en-US/description.txt
new file mode 100644
index 0000000000..60d4e13886
--- /dev/null
+++ b/metadata/com.zfdang.touchhelper/en-US/description.txt
@@ -0,0 +1,8 @@
+Skip the app open ads with AccessibilityService. No Internet permission required! No storage permission required! No privacy issue!
+
+The program can skip opening screen ads using three methods.
+
+* Keyword: Find the button with the keyword in the application, and if the corresponding button is found, it will automatically click it for the user to skip the ad.
+* Specified controls of the application: Automatically find the corresponding control when the application is working and click on it if found.
+* The specified position of the application: Automatically clicks the corresponding area when the application works.
+
diff --git a/metadata/com.zfdang.touchhelper/en-US/summary.txt b/metadata/com.zfdang.touchhelper/en-US/summary.txt
new file mode 100644
index 0000000000..54eea7747e
--- /dev/null
+++ b/metadata/com.zfdang.touchhelper/en-US/summary.txt
@@ -0,0 +1 @@
+Skip opening-screen ads in apps
\ No newline at end of file