Skip to content

Commit 3cc8c87

Browse files
Art Kovalclaude
andcommitted
Fix manifest schema typo, boolean defaults, switch to grok-4-1-fast-reasoning, bump to 0.2.98
- Fix "facebbok" → "facebook" typo in manifest_schema.json - Fix boolean defaults in setup_schema.json (string "true"/"false" → actual booleans) - Switch preferred_model_default to grok-4-1-fast-reasoning (cheaper, avoids timeouts) - Add bot avatar images (webp) - Bump version 0.2.97 → 0.2.98 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 00e27a0 commit 3cc8c87

27 files changed

Lines changed: 177 additions & 59 deletions
147 KB
Loading
12.3 KB
Loading

flexus_simple_bots/browser_hand/manifest.json

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,33 @@
77
"occupation": "Web Automation Specialist",
88
"typical_group": "Productivity / Automation",
99
"github_repo": "https://github.com/smallcloudai/flexus-client-kit.git",
10-
"integrations": ["skills", "mongo_store"],
10+
"integrations": [
11+
"skills",
12+
"mongo_store"
13+
],
1114
"shared_skills_allowlist": "*",
1215
"featured_actions": [
13-
{"feat_question": "Navigate to example.com and fill out the contact form", "feat_expert": "default"},
14-
{"feat_question": "Compare prices for a product across 3 websites", "feat_expert": "default"},
15-
{"feat_question": "Take a screenshot of our landing page on mobile and desktop", "feat_expert": "default"}
16+
{
17+
"feat_question": "Navigate to example.com and fill out the contact form",
18+
"feat_expert": "default"
19+
},
20+
{
21+
"feat_question": "Compare prices for a product across 3 websites",
22+
"feat_expert": "default"
23+
},
24+
{
25+
"feat_question": "Take a screenshot of our landing page on mobile and desktop",
26+
"feat_expert": "default"
27+
}
1628
],
1729
"intro_message": "Hi! I'm Browser. I can navigate websites, take screenshots, extract content, and help with web-based workflows. Tell me what you need done on the web.",
18-
"preferred_model_default": "claude-sonnet-4-20250514",
30+
"preferred_model_default": "grok-4-1-fast-reasoning",
1931
"daily_budget_default": 10000000,
2032
"default_inbox_default": 10000,
21-
"tags": ["Automation", "Browser", "Web", "Productivity"]
22-
}
33+
"tags": [
34+
"Automation",
35+
"Browser",
36+
"Web",
37+
"Productivity"
38+
]
39+
}

flexus_simple_bots/browser_hand/setup_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"bs_name": "purchase_approval",
44
"bs_type": "bool",
5-
"bs_default": "true",
5+
"bs_default": true,
66
"bs_group": "Safety",
77
"bs_order": 1,
88
"bs_importance": 1,
@@ -20,7 +20,7 @@
2020
{
2121
"bs_name": "auto_screenshot",
2222
"bs_type": "bool",
23-
"bs_default": "true",
23+
"bs_default": true,
2424
"bs_group": "Behavior",
2525
"bs_order": 3,
2626
"bs_importance": 0,
147 KB
Loading
12.3 KB
Loading

flexus_simple_bots/clip/manifest.json

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,33 @@
77
"occupation": "Video Editor",
88
"typical_group": "Content / Marketing",
99
"github_repo": "https://github.com/smallcloudai/flexus-client-kit.git",
10-
"integrations": ["skills", "mongo_store"],
10+
"integrations": [
11+
"skills",
12+
"mongo_store"
13+
],
1114
"shared_skills_allowlist": "*",
1215
"featured_actions": [
13-
{"feat_question": "Turn this YouTube video into 3 short clips: https://...", "feat_expert": "default"},
14-
{"feat_question": "Create vertical shorts with captions from a podcast episode", "feat_expert": "default"},
15-
{"feat_question": "Extract the best 60-second highlights from this video", "feat_expert": "default"}
16+
{
17+
"feat_question": "Turn this YouTube video into 3 short clips: https://...",
18+
"feat_expert": "default"
19+
},
20+
{
21+
"feat_question": "Create vertical shorts with captions from a podcast episode",
22+
"feat_expert": "default"
23+
},
24+
{
25+
"feat_question": "Extract the best 60-second highlights from this video",
26+
"feat_expert": "default"
27+
}
1628
],
1729
"intro_message": "Hi! I'm Clip. Send me a video URL or file and I'll turn it into viral short clips with captions, thumbnails, and optional voice-over.",
18-
"preferred_model_default": "claude-sonnet-4-20250514",
30+
"preferred_model_default": "grok-4-1-fast-reasoning",
1931
"daily_budget_default": 10000000,
2032
"default_inbox_default": 10000,
21-
"tags": ["Video", "Content", "Clips", "Social Media"]
22-
}
33+
"tags": [
34+
"Video",
35+
"Content",
36+
"Clips",
37+
"Social Media"
38+
]
39+
}
147 KB
Loading
12.3 KB
Loading

flexus_simple_bots/collector/manifest.json

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,33 @@
77
"occupation": "Intelligence Analyst",
88
"typical_group": "Research / Analysis",
99
"github_repo": "https://github.com/smallcloudai/flexus-client-kit.git",
10-
"integrations": ["skills", "mongo_store"],
10+
"integrations": [
11+
"skills",
12+
"mongo_store"
13+
],
1114
"shared_skills_allowlist": "*",
1215
"featured_actions": [
13-
{"feat_question": "Monitor competitor Acme Corp for news and changes", "feat_expert": "default"},
14-
{"feat_question": "Track developments in the AI chip market", "feat_expert": "default"},
15-
{"feat_question": "Gather intelligence on emerging fintech regulations in EU", "feat_expert": "default"}
16+
{
17+
"feat_question": "Monitor competitor Acme Corp for news and changes",
18+
"feat_expert": "default"
19+
},
20+
{
21+
"feat_question": "Track developments in the AI chip market",
22+
"feat_expert": "default"
23+
},
24+
{
25+
"feat_question": "Gather intelligence on emerging fintech regulations in EU",
26+
"feat_expert": "default"
27+
}
1628
],
17-
"intro_message": "Hi! I'm Collector. Give me a target a company, person, technology, or market and I'll continuously monitor it for changes, build a knowledge graph, and alert you to significant developments.",
18-
"preferred_model_default": "claude-sonnet-4-20250514",
29+
"intro_message": "Hi! I'm Collector. Give me a target \u2014 a company, person, technology, or market \u2014 and I'll continuously monitor it for changes, build a knowledge graph, and alert you to significant developments.",
30+
"preferred_model_default": "grok-4-1-fast-reasoning",
1931
"daily_budget_default": 10000000,
2032
"default_inbox_default": 10000,
21-
"tags": ["OSINT", "Intelligence", "Monitoring", "Analysis"]
22-
}
33+
"tags": [
34+
"OSINT",
35+
"Intelligence",
36+
"Monitoring",
37+
"Analysis"
38+
]
39+
}

0 commit comments

Comments
 (0)