-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 834 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
35
36
37
38
39
{
"name": "e-ink-skill",
"version": "1.1.0",
"description": "AI Agent Skill for E-Ink — convert web pages to ebooks, translate ebooks, file format conversion, TTS, and mind maps. Works with Cursor, Claude Code, Codex, and more.",
"bin": {
"e-ink-skill": "bin/install.js"
},
"keywords": [
"e-ink",
"ebook",
"epub",
"cursor",
"claude-code",
"codex",
"openclaw",
"agent-skill",
"skill",
"ai-agent",
"webpage-to-epub",
"pdf",
"tts",
"translation"
],
"author": "Selenium39",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Selenium39/e-ink-skill.git"
},
"homepage": "https://e-ink.me/developers",
"files": [
"bin/",
"agents/",
"SKILL.md",
"README.md",
"README.zh-CN.md",
"LICENSE"
]
}