-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 923 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "mp2rss",
"version": "0.2.0",
"description": "Mp2rss CLI Skill —— 微信公众号 / X(Twitter)账号转 RSS 订阅与内容管理。订阅 / 列出 / 搜索 / 取消订阅公众号,查询公众号历史文章;列出已订阅 X 账号,拉取 X 推文 / 长文流(X 写类操作仅 Web 控制台);管理 Feed Key 登录态。",
"license": "MIT-0",
"author": "areyoubugcoder",
"homepage": "https://mp2rss.bugcode.dev",
"repository": {
"type": "git",
"url": "https://github.com/areyoubugcoder/mp2rss-openclaw.git"
},
"bugs": {
"url": "https://github.com/areyoubugcoder/mp2rss-openclaw/issues"
},
"keywords": [
"mp2rss",
"wechat",
"weixin",
"微信",
"公众号",
"x",
"twitter",
"推特",
"rss",
"feed",
"subscription",
"订阅",
"openclaw",
"skill"
],
"clawhub": {
"acceptLicenseTerms": true
}
}