-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.json
More file actions
56 lines (56 loc) · 1.93 KB
/
catalog.json
File metadata and controls
56 lines (56 loc) · 1.93 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
47
48
49
50
51
52
53
54
55
56
{
"version": 1,
"catalog_url": "https://github.com/rob-linton/claw-catalog",
"skills": [
{
"id": "create-skill",
"name": "Create Agent Skill",
"version": "1.0.0",
"author": "Claw Machine",
"description": "Creates new Agent Skills following the agentskills.io specification.",
"tags": ["meta", "authoring", "skills"]
}
],
"tools": [
{
"id": "gh-cli",
"name": "GitHub CLI",
"version": "1.1.0",
"author": "Claw Machine",
"description": "GitHub CLI for repo operations and GitHub API access. Pre-installed in sandbox.",
"tags": ["github", "git", "devops", "vcs"]
},
{
"id": "aws-cli",
"name": "AWS CLI",
"version": "1.1.0",
"author": "Claw Machine",
"description": "AWS CLI v2 for managing AWS services. Installed on demand in sandbox containers.",
"tags": ["aws", "cloud", "devops", "infrastructure"]
},
{
"id": "az-cli",
"name": "Azure CLI",
"version": "1.1.0",
"author": "Claw Machine",
"description": "Azure CLI for managing Azure resources. Authenticates via service principal.",
"tags": ["azure", "cloud", "devops", "infrastructure"]
},
{
"id": "email",
"name": "Email (SMTP)",
"version": "1.2.0",
"author": "Claw Machine",
"description": "Send emails via any SMTP server using msmtp (plain) or send-attachment (MIME multipart with file attachments). Works with AWS SES, Gmail, SendGrid, etc.",
"tags": ["email", "smtp", "notifications", "attachments"]
},
{
"id": "md-to-pdf",
"name": "Markdown to PDF",
"version": "2.2.0",
"author": "Claw Machine",
"description": "Convert Markdown to beautifully formatted PDFs via Pandoc + XeLaTeX, with full Mermaid diagram support (rendered to PNG via headless Chrome). Wrapper at /tmp/md2pdf.",
"tags": ["pdf", "markdown", "pandoc", "reporting", "mermaid"]
}
]
}