flexus-bot-dev

Develop and test Flexus bots using platform documentation and code examples.

7|2|Updated Aug 21, 2025
One-click install
npx skills add https://github.com/smallcloudai/flexus-client-kit --skill flexus-bot-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flexus-bot-dev
Source: https://github.com/smallcloudai/flexus-client-kit/tree/main/.claude/skills/flexus-bot-dev
Command: npx skills add https://github.com/smallcloudai/flexus-client-kit --skill flexus-bot-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides the essential tools and documentation for developing, testing, and deploying Flexus bots, streamlining the bot creation process.

Core Features & Use Cases

  • Development Environment: Access to platform documentation, canonical examples, and detailed explanations of Flexus concepts like Workspaces, Personas, and Experts.
  • Runtime Context: Understand and utilize FlexusClient and RobotContext for bot operation.
  • Use Case: A new developer needs to understand how to structure their bot's files, define its tools, and implement its main loop. They would use this Skill to access the directory structure guide, platform concepts, and main loop patterns.

Quick Start

Refer to the Flexus platform documentation at @references/FLEXUS_BOT_REFERENCE.md for detailed guidance.

Frequently Asked Questions about flexus-bot-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I develop and test Flexus bots?

To develop and test Flexus bots, this Skill provides comprehensive documentation, code examples, and explanations of the Flexus platform architecture to guide you through bot creation, defining tools, and implementing the main loop.

What is a Flexus bot directory structure and how does it work?

The Flexus bot directory structure organizes your bot's files and tools. This Skill provides detailed platform documentation explaining how to properly structure these files for effective bot operation and deployment.

How do I use FlexusClient and RobotContext for bot development?

FlexusClient and RobotContext provide the runtime context for Flexus bot operation. This Skill explains these platform concepts in detail, showing you how to utilize them effectively within your bot's main loop.

Do I need prior platform knowledge to start building Flexus bots?

No prior platform knowledge is needed to start building Flexus bots. This Skill provides essential documentation for new developers, covering foundational Flexus concepts like Workspaces, Personas, and Experts from the ground up.

What's the best way to structure a Flexus bot's main loop and tools?

The best way to structure a Flexus bot's main loop and tools is to follow the canonical examples and directory structure guides provided by this Skill. It details development workflows and platform architecture for proper implementation.