-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
135 lines (135 loc) · 3.6 KB
/
marketplace.json
File metadata and controls
135 lines (135 loc) · 3.6 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "moltyjacs",
"slug": "moltyjacs",
"displayName": "JACS Signing + HAI.AI Email & Trust",
"description": "Add JACS cryptographic provenance and full HAI platform workflows. Sign/verify documents, manage commitments/todos/agent state/conversations/email templates, and use HAI attestation, usernames, mailbox email, key registry, and benchmark tools.",
"version": "0.10.0",
"author": "HAI.AI",
"license": "MIT",
"homepage": "https://hai.ai/jacs",
"repository": "https://github.com/HumanAssisted/moltyjacs",
"keywords": [
"jacs",
"cryptography",
"signing",
"verification",
"post-quantum",
"pq2025",
"a2a",
"agent-to-agent",
"openclaw",
"plugin",
"security",
"provenance",
"hai.ai",
"attestation",
"verification-claim",
"trust-level",
"commitment",
"todo",
"agentstate",
"conversation",
"documentation"
],
"categories": [
"security",
"cryptography",
"agent-tools"
],
"tools": [
"jacs_sign",
"jacs_verify_link",
"jacs_verify",
"jacs_verify_standalone",
"jacs_verify_auto",
"jacs_verify_dns",
"jacs_fetch_pubkey",
"jacs_verify_with_key",
"jacs_dns_lookup",
"jacs_lookup_agent",
"jacs_create_agreement",
"jacs_sign_agreement",
"jacs_check_agreement",
"jacs_hash",
"jacs_identity",
"jacs_verify_hai_registration",
"jacs_get_attestation",
"jacs_set_verification_claim",
"jacs_share_public_key",
"jacs_share_agent",
"jacs_trust_agent_with_key",
"jacs_a2a_export_agent_card",
"jacs_a2a_sign_artifact",
"jacs_a2a_verify_artifact",
"jacs_a2a_assess_remote_agent",
"jacs_a2a_trust_agent",
"jacs_a2a_generate_well_known",
"jacs_hai_hello",
"jacs_hai_test_connection",
"jacs_hai_register",
"jacs_hai_update_username",
"jacs_hai_delete_username",
"jacs_hai_verify_document",
"jacs_hai_get_verification",
"jacs_hai_verify_agent_document",
"jacs_hai_fetch_remote_key",
"jacs_hai_verify_agent",
"jacs_hai_send_email",
"jacs_hai_list_messages",
"jacs_hai_get_message",
"jacs_hai_mark_message_read",
"jacs_hai_mark_message_unread",
"jacs_hai_delete_message",
"jacs_hai_search_messages",
"jacs_hai_get_unread_count",
"jacs_hai_reply",
"jacs_hai_get_email_status",
"jacs_hai_forward_email",
"jacs_hai_archive_message",
"jacs_hai_unarchive_message",
"jacs_hai_get_contacts",
"jacs_hai_lookup_key_by_email",
"jacs_onboard_status",
"jacs_hai_free_chaotic_run",
"jacs_hai_pro_run",
"jacs_hai_submit_response",
"jacs_hai_benchmark_run",
"jacs_hai_search_docs",
"jacs_audit",
"jacs_hai_create_email_template",
"jacs_hai_list_email_templates",
"jacs_hai_search_email_templates",
"jacs_hai_get_email_template",
"jacs_hai_update_email_template",
"jacs_hai_delete_email_template",
"jacs_create_agentstate",
"jacs_sign_file_as_state",
"jacs_verify_agentstate",
"jacs_create_commitment",
"jacs_update_commitment",
"jacs_dispute_commitment",
"jacs_revoke_commitment",
"jacs_create_todo",
"jacs_add_todo_item",
"jacs_update_todo_item",
"jacs_start_conversation",
"jacs_send_message"
],
"skills": [
"src/skills/moltyjacs/SKILL.md"
],
"endpoints": [
"/.well-known/agent-card.json",
"/.well-known/jwks.json",
"/.well-known/jacs-agent.json",
"/.well-known/jacs-extension.json",
"/.well-known/jacs-pubkey.json",
"/jacs/agent",
"/jacs/status",
"/jacs/verify",
"/jacs/attestation"
],
"requirements": {
"openclaw": ">=2026.3.0"
}
}