-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclawhub.json
More file actions
46 lines (46 loc) · 1.02 KB
/
clawhub.json
File metadata and controls
46 lines (46 loc) · 1.02 KB
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
40
41
42
43
44
45
46
{
"$schema": "https://clawhub.io/schemas/plugin-manifest.json",
"id": "brother",
"name": "brother.skill",
"version": "1.0.0",
"description": "Distill your bros. The ones who make you laugh until you can't breathe. The ones who say stupid things that somehow make sense. Online or offline — if they're your brother, this skill remembers everything about them.",
"author": {
"name": "realteamprinz",
"url": "https://github.com/realteamprinz"
},
"license": "MIT",
"keywords": [
"ai-agents",
"skill",
"brother",
"bro",
"friend",
"internet",
"influencer",
"comedy",
"openclaw",
"hermes-agent",
"claude-code",
"self-learning"
],
"categories": [
"social",
"entertainment",
"self-learning"
],
"main": "./SKILL.md",
"engines": {
"openclaw": ">=1.0.0"
},
"permissions": [
"storage"
],
"tags": [
"latest"
],
"repository": {
"type": "git",
"url": "https://github.com/realteamprinz/brother-skill"
},
"minAppVersion": "1.0.0"
}