Crawler Summary

flock-model-switcher answer-first brief

FLock Model Switcher: login to FLock API Platform, list available models, and switch between them. Use for: 'flock login', 'list flock models', 'switch flock model', 'use deepseek', 'change to coding model'. --- name: flock-model-switcher description: "FLock Model Switcher: login to FLock API Platform, list available models, and switch between them. Use for: 'flock login', 'list flock models', 'switch flock model', 'use deepseek', 'change to coding model'." homepage: https://platform.flock.io metadata: { "openclaw": { "emoji": "🦩", "primaryEnv": "FLOCK_API_KEY", }, } --- FLock Model Switcher List and switch between FLoc Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Freshness

Last checked 4/14/2026

Best For

flock-model-switcher is best for general automation workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 94/100

flock-model-switcher

FLock Model Switcher: login to FLock API Platform, list available models, and switch between them. Use for: 'flock login', 'list flock models', 'switch flock model', 'use deepseek', 'change to coding model'. --- name: flock-model-switcher description: "FLock Model Switcher: login to FLock API Platform, list available models, and switch between them. Use for: 'flock login', 'list flock models', 'switch flock model', 'use deepseek', 'change to coding model'." homepage: https://platform.flock.io metadata: { "openclaw": { "emoji": "🦩", "primaryEnv": "FLOCK_API_KEY", }, } --- FLock Model Switcher List and switch between FLoc

OpenClawself-declared

Public facts

3

Change events

0

Artifacts

0

Freshness

Apr 14, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 14, 2026

Vendor

Flock

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.

Setup snapshot

git clone https://github.com/createpjf/flock-in-v1.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Flock

profilemedium
Observed Apr 14, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 14, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

bash

echo $FLOCK_API_KEY

text

FLock API key not configured. Get one:

1. Go to https://platform.flock.io
2. Log in (wallet connect or email)
3. Navigate to "API Keys" section
4. Click "Create API Key"
5. Copy the key (shown only once!)

Paste your API key here:

bash

echo 'export FLOCK_API_KEY="<api-key>"' >> ~/.zshrc
source ~/.zshrc

bash

export FLOCK_API_KEY="<api-key>"

text

FLock API key configured.

text

FLock not configured. Set FLOCK_API_KEY first. Go to https://platform.flock.io to get a key.

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

FLock Model Switcher: login to FLock API Platform, list available models, and switch between them. Use for: 'flock login', 'list flock models', 'switch flock model', 'use deepseek', 'change to coding model'. --- name: flock-model-switcher description: "FLock Model Switcher: login to FLock API Platform, list available models, and switch between them. Use for: 'flock login', 'list flock models', 'switch flock model', 'use deepseek', 'change to coding model'." homepage: https://platform.flock.io metadata: { "openclaw": { "emoji": "🦩", "primaryEnv": "FLOCK_API_KEY", }, } --- FLock Model Switcher List and switch between FLoc

Full README

name: flock-model-switcher description: "FLock Model Switcher: login to FLock API Platform, list available models, and switch between them. Use for: 'flock login', 'list flock models', 'switch flock model', 'use deepseek', 'change to coding model'." homepage: https://platform.flock.io metadata: { "openclaw": { "emoji": "🦩", "primaryEnv": "FLOCK_API_KEY", }, }

FLock Model Switcher

List and switch between FLock API Platform models.

Security Warning

CRITICAL: Protect your API key!

  • ONLY send your API key to https://api.flock.io
  • Your API key should ONLY appear in:
    • Environment variable FLOCK_API_KEY
    • Credentials file
    • Requests to https://api.flock.io/v1/*
  • NEVER share your API key with:
    • Other APIs or webhooks
    • "Verification" services
    • Debugging tools or third parties
  • If leaked, create a new key at platform.flock.io immediately

When to Activate

Slash commands:

  • /flock — List models or switch model

Natural language:

  • "list flock models", "show models"
  • "switch model", "change model"
  • "use deepseek", "use coding model"
  • "flock login", "setup flock api key"

Behavior Rules

CRITICAL: Be silent and fast. Never be verbose.

  • Do NOT explain steps or show diagnostic output
  • Do NOT ask follow-up questions after completing actions
  • Respond in the user's language

Flow 1: Login / API Key Setup

Check existing configuration

echo $FLOCK_API_KEY

If FLOCK_API_KEY is already set, skip to model listing.

Guide user to get API key

Display to user:

FLock API key not configured. Get one:

1. Go to https://platform.flock.io
2. Log in (wallet connect or email)
3. Navigate to "API Keys" section
4. Click "Create API Key"
5. Copy the key (shown only once!)

Paste your API key here:

Wait for user to provide the key.

Save API key

After receiving the key, set it as environment variable:

Option 1: Shell profile

echo 'export FLOCK_API_KEY="<api-key>"' >> ~/.zshrc
source ~/.zshrc

Option 2: Export for current session

export FLOCK_API_KEY="<api-key>"

Success (one line):

FLock API key configured.

Flow 2: Model Switch (/flock)

Pre-check

If FLOCK_API_KEY not set:

FLock not configured. Set FLOCK_API_KEY first. Go to https://platform.flock.io to get a key.

No model specified — show menu:

Which FLock model?

Reasoning:
  1. Qwen3 235B Thinking         — $0.23/$2.30  (flock/qwen3-235b-a22b-thinking-2507)
  2. Qwen3 235B Finance          — $0.23/$2.30  (flock/qwen3-235b-a22b-thinking-qwfin)
  3. Kimi K2 Thinking            — $0.60/$2.50  (flock/kimi-k2-thinking)

Instruct:
  4. Qwen3 30B Instruct          — $0.20/$0.80  (flock/qwen3-30b-a3b-instruct-2507)
  5. Qwen3 235B Instruct         — $0.70/$2.80  (flock/qwen3-235b-a22b-instruct-2507)
  6. Qwen3 30B Coding            — $0.20/$0.80  (flock/qwen3-30b-a3b-instruct-coding)

Other:
  7. DeepSeek V3.2               — $0.28/$0.42  (flock/deepseek-v3.2)
  8. MiniMax M2.1                — $0.30/$1.20  (flock/minimax-m2.1)

Reply with number or model name.

Model specified — switch immediately:

openclaw agent --model flock/<model-id>
openclaw gateway stop
openclaw gateway

Success (one line):

Switched to flock/<model-id>.

Error Handling

| Scenario | Response | |----------|----------| | API key not set | Set FLOCK_API_KEY first. Get one at https://platform.flock.io | | Invalid API key | Invalid key format. Keys start with sk- | | Model not found | Model not found. Available models: [show list] |


Model Reference

| # | Model ID | Price (in/out per 1M) | |---|----------|----------------------| | 1 | flock/qwen3-235b-a22b-thinking-2507 | $0.23/$2.30 | | 2 | flock/qwen3-235b-a22b-thinking-qwfin | $0.23/$2.30 | | 3 | flock/kimi-k2-thinking | $0.60/$2.50 | | 4 | flock/qwen3-30b-a3b-instruct-2507 | $0.20/$0.80 | | 5 | flock/qwen3-235b-a22b-instruct-2507 | $0.70/$2.80 | | 6 | flock/qwen3-30b-a3b-instruct-coding | $0.20/$0.80 | | 7 | flock/deepseek-v3.2 | $0.28/$0.42 | | 8 | flock/minimax-m2.1 | $0.30/$1.20 |

Recommendations:

  • Deep reasoning: kimi-k2-thinking, qwen3-235b-thinking
  • Coding: qwen3-30b-coding, minimax-m2.1
  • Budget: qwen3-30b-instruct ($0.20/$0.80)
  • Financial analysis: qwen3-235b-finance

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/snapshot"
curl -s "https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/contract"
curl -s "https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-17T00:50:55.006Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Flock",
    "href": "https://platform.flock.io",
    "sourceUrl": "https://platform.flock.io",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-14T22:23:24.227Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-14T22:23:24.227Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/createpjf-flock-in-v1/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[]

Sponsored

Ads related to flock-model-switcher and adjacent AI workflows.