
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
moltbot-plugin-flock
Advanced tools
███████╗██╗ ██████╗ ██████╗██╗ ██╗ ██╗ ██╗ ███╗ ███╗ ██████╗ ██╗ ████████╗██████╗ ██████╗ ████████╗
██╔════╝██║ ██╔═══██╗██╔════╝██║ ██╔╝ ╚██╗██╔╝ ████╗ ████║██╔═══██╗██║ ╚══██╔══╝██╔══██╗██╔═══██╗╚══██╔══╝
█████╗ ██║ ██║ ██║██║ █████╔╝ ╚███╔╝ ██╔████╔██║██║ ██║██║ ██║ ██████╔╝██║ ██║ ██║
██╔══╝ ██║ ██║ ██║██║ ██╔═██╗ ██╔██╗ ██║╚██╔╝██║██║ ██║██║ ██║ ██╔══██╗██║ ██║ ██║
██║ ███████╗╚██████╔╝╚██████╗██║ ██╗ ██╔╝ ██╗ ██║ ╚═╝ ██║╚██████╔╝███████╗██║ ██████╔╝╚██████╔╝ ██║
╚═╝ ╚══════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝
⚡ Decentralized AI Gateway Provider ⚡ 🦞 Your AI, Your Way 🦞
🚀 Use FLock API Platform as your AI model gateway in Moltbot/Clawdbot 🚀
This plugin lets you use FLock API Platform as a model provider in Moltbot (also known as Clawdbot).
FLock provides access to various AI models through an OpenAI-compatible API, making it easy to switch between different models without changing your code.
Before you begin, make sure you have:
If you haven't installed Moltbot yet, follow the official installation guide:
# Recommended: macOS / Linux one-liner
curl -fsSL https://molt.bot/install.sh | bash
Or via npm (requires Node.js 22+):
npm install -g moltbot@latest
⚠️ Important: Make sure to install
moltbot@latest(version2026.x.x), NOTmoltbot@0.1.x
Verify installation:
moltbot --version
# Should show: 2026.x.x
If you see zsh: command not found: moltbot:
Option 1: Use the full path
# Find where npm installed it
npm list -g --depth=0
# The bin is usually at:
~/.nvm/versions/node/v22.x.x/bin/moltbot
# or
/usr/local/bin/moltbot
Option 2: Fix your PATH (for nvm users)
# Add to ~/.zshrc or ~/.bashrc:
export PATH="$HOME/.nvm/versions/node/$(node -v)/bin:$PATH"
# Then reload:
source ~/.zshrc
Option 3: Use npx
npx moltbot --version
You need an API key from FLock API Platform:
moltbot plugins install moltbot-plugin-flock
You should see output like:
✓ Installed moltbot-plugin-flock
moltbot plugins enable flock
Check that the plugin is loaded:
moltbot plugins list
Look for flock in the list with status loaded.
Run the authentication command:
moltbot models auth login --provider flock
You'll be prompted to enter your FLock API key:
◆ FLock API key
│ [paste your API key here]
After successful authentication, you'll see:
✓ FLock API configured at https://api.flock.io/v1.
Your API key is now securely stored in Moltbot's auth profiles.
Specify a FLock model when running Moltbot:
moltbot agent --model flock/qwen3-30b-a3b-instruct-2507
Make a FLock model your default:
moltbot config set agents.defaults.model flock/qwen3-30b-a3b-instruct-2507
Then simply run:
moltbot agent
Start a chat session with a FLock model:
moltbot agent --model flock/qwen3-30b-a3b-instruct-2507 --message "Hello! Tell me about yourself."
FLock provides access to various models. Use the format flock/<model-id>:
| Model ID | Input Price | Output Price |
|---|---|---|
qwen3-235b-a22b-thinking-2507 | $0.230 / 1M tokens | $2.300 / 1M tokens |
qwen3-235b-a22b-thinking-qwfin | $0.230 / 1M tokens | $2.300 / 1M tokens |
kimi-k2-thinking | $0.600 / 1M tokens | $2.500 / 1M tokens |
| Model ID | Input Price | Output Price |
|---|---|---|
qwen3-30b-a3b-instruct-2507 | $0.200 / 1M tokens | $0.800 / 1M tokens |
qwen3-235b-a22b-instruct-2507 | $0.700 / 1M tokens | $2.800 / 1M tokens |
qwen3-30b-a3b-instruct-qmxai | $0.200 / 1M tokens | $0.800 / 1M tokens |
qwen3-30b-a3b-instruct-coding | $0.200 / 1M tokens | $0.800 / 1M tokens |
qwen3-30b-a3b-instruct-qmini | $0.200 / 1M tokens | $0.800 / 1M tokens |
| Model ID | Input Price | Output Price |
|---|---|---|
deepseek-v3.2 | $0.280 / 1M tokens | $0.420 / 1M tokens |
deepseek-v3.2-dsikh | $0.280 / 1M tokens | $0.420 / 1M tokens |
minimax-m2.1 | $0.300 / 1M tokens | $1.200 / 1M tokens |
💡 Tip: Model availability and pricing may change. Check FLock API Platform for the latest list.
For better autocompletion and model management, add models to your Moltbot config file (~/.moltbot/config.yaml or ~/.moltbot/moltbot.json):
models:
providers:
flock:
baseUrl: https://api.flock.io/v1
api: openai-completions
models:
# Reasoning models
- id: qwen3-235b-a22b-thinking-2507
name: Qwen 3 235B Thinking
reasoning: true
input: [text]
contextWindow: 131072
maxTokens: 8192
- id: kimi-k2-thinking
name: Kimi K2 Thinking
reasoning: true
input: [text]
contextWindow: 131072
maxTokens: 8192
# Instruct models
- id: qwen3-30b-a3b-instruct-2507
name: Qwen 3 30B Instruct
input: [text]
contextWindow: 131072
maxTokens: 8192
- id: qwen3-30b-a3b-instruct-coding
name: Qwen 3 30B Coding
input: [text]
contextWindow: 131072
maxTokens: 8192
# DeepSeek
- id: deepseek-v3.2
name: DeepSeek V3.2
input: [text]
contextWindow: 131072
maxTokens: 8192
FLock works with all Moltbot channels:
Make sure the plugin is enabled:
moltbot plugins enable flock
moltbot plugins list # Should show flock as "loaded"
Your API key might be invalid or expired:
# Re-run authentication
moltbot models auth login --provider flock
The model ID might be incorrect:
flock/<model-id>View current config:
moltbot config get models.providers.flock
For detailed debugging:
moltbot doctor
To update to the latest version:
moltbot plugins update moltbot-plugin-flock
If you need to remove the plugin:
moltbot plugins disable flock
| Command | Description |
|---|---|
moltbot plugins install moltbot-plugin-flock | Install the plugin |
moltbot plugins enable flock | Enable the plugin |
moltbot models auth login --provider flock | Authenticate with FLock |
moltbot agent --model flock/<model-id> | Use a FLock model |
moltbot plugins list | Check plugin status |
Apache-2.0 - See LICENSE for details.
Made with ❤️ by FLock.io
FAQs
FLock API Platform provider plugin for Moltbot
The npm package moltbot-plugin-flock receives a total of 0 weekly downloads. As such, moltbot-plugin-flock popularity was classified as not popular.
We found that moltbot-plugin-flock demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.