ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Fis Architecture

Skill by muselinn

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/muselinn/fis-architecture
Or

FIS (Federal Intelligence System) Architecture Skill

Version: 3.2.6
Name: Federal Intelligence System (联邦智能系统)
Description: File-based multi-agent workflow framework. Core: JSON tickets + Markdown knowledge (no Python required). Optional: Python helpers in lib/ for badge generation. Integrates with OpenClaw QMD for semantic search.

Security: See SECURITY.md for subprocess usage, resource permissions, and sandboxing guidelines.

Note: Legacy FIS 3.1 components (memory_manager, skill_registry, etc.) are preserved in GitHub repo history but not included in this release. See repo for historical reference.
Status: ✅ Stable — Simplified architecture with QMD integration


Before You Install

Core workflow: Pure file-based (JSON tickets, Markdown). No Python required for basic use.

Optional components (review before use):

  • lib/*.py — Badge generation helpers (require pip install Pillow qrcode)
  • lib/fis_lifecycle.py — CLI helpers for ticket management

Required: mcporter CLI (included with OpenClaw), openclaw CLI

Security: Review SECURITY.md before running Python scripts or granting ticket resources permissions.


Core Principle: FIS Manages Workflow, QMD Manages Content

FIS 3.2 is a radical simplification of FIS 3.1. We removed components that overlapped with QMD (Query Model Direct) semantic search capabilities:

ComponentFIS 3.1FIS 3.2Reason
Task ManagementPython classes + memory_managerTicket files (JSON)Simpler, audit-friendly
Memory/Retrievalmemory_manager.pyQMDQMD has native semantic search
Skill Discoveryskill_registry.pySKILL.md + QMDQMD indexes SKILL.md files
Knowledge Graphexperimental/kg/QMDQMD covers knowledge discovery
Deadlock Detectiondeadlock_detector.pySimple conventionsRarely needed in practice

What's Kept: Only the unique workflow capabilities that FIS provides.


What's New in 3.2.0

Simplified Architecture

  • Core workflow: File-based (JSON tickets, Markdown knowledge) — no Python required
  • Optional helpers: Python scripts in lib/ for badge generation (auditable, optional)
  • Official integration: Uses OpenClaw QMD for semantic search — see https://docs.openclaw.ai/concepts/memory
  • Badge generator: Visual identity for subagents (requires Pillow, optional)

Directory Structure

Metadata

Author@muselinn
Stars1335
Views0
Updated2026-02-23
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-muselinn-fis-architecture": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.