diff --git a/ContentGrabbingJi-framework-OneBot/Readme.md b/ContentGrabbingJi-framework-OneBot/Readme.md
new file mode 100644
index 0000000..30c5f94
--- /dev/null
+++ b/ContentGrabbingJi-framework-OneBot/Readme.md
@@ -0,0 +1,10 @@
+# ContentGrabbingJi-framework-OneBot #
+
+支持 OneBot 机器人通讯协议的框架组件,如需将 ContentGrabbingJi 作为插件加入机器人,可使用本框架组件。
+OneBot: [Github@howmanybots/onebot](https://github.com/howmanybots/onebot)
+
+[](https://github.com/howmanybots/onebot/blob/master/v11/specs/README.md)
+
+## 开发计划 ##
+OneBot 框架组件目前并不是开发阶段的重点模块,预计将在 ContentGrabbingJi 正式版发布后开始开发。
+
diff --git a/ContentGrabbingJi-framework-OneBot/pom.xml b/ContentGrabbingJi-framework-OneBot/pom.xml
new file mode 100644
index 0000000..d8b0b36
--- /dev/null
+++ b/ContentGrabbingJi-framework-OneBot/pom.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+ ContentGrabbingJi
+ net.lamgc
+ 3.0.0-alpha-SNAPSHOT
+
+ 4.0.0
+
+ ContentGrabbingJi-framework-OneBot
+
+
+ 8
+ 8
+
+
+
+
+ net.lamgc
+ ContentGrabbingJi-framework-api
+ 3.0.0-alpha-SNAPSHOT
+
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index df35cd0..d919cbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
ContentGrabbingJi-Command-pixiv
ContentGrabbingJi-framework-telegrambots
ContentGrabbingJi-Template
+ ContentGrabbingJi-framework-OneBot