ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 1/5

Cc Bos

Skill by bowen31337

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bowen31337/cc-bos
Or

What This Skill Does

CC-BOS (Classical Chinese Jailbreak Prompt Optimization via Bio-Inspired Search) is a specialized research-oriented skill designed for AI safety and red-teaming. It implements the methodology described in the ICLR 2026 paper (arXiv:2602.22983) to stress-test Large Language Models. The skill utilizes a fruit-fly bio-inspired optimization algorithm to evolve adversarial prompts expressed in Classical Chinese. By manipulating specific linguistic dimensions, it attempts to bypass safety filters and evaluate the robustness of target LLM APIs. The skill provides three primary functionalities: Attack (optimization), Defend (pattern recognition and analysis of adversarial signatures), and Research (performance metrics and heatmap generation).

Installation

To install the skill, use the ClawHub CLI: clawhub install openclaw/skills/skills/bowen31337/cc-bos. Once installed, you must perform the initialization step to configure the local dependency environment. Run uv run python skills/cc-bos/scripts/setup.py to prepare the necessary research framework and dependencies. Always ensure your environment variables (like OPENAI_API_KEY and DEEPSEEK_API_KEY) are correctly set before attempting to run an attack mission.

Use Cases

  • Red-Teaming: Use the /cc-bos attack command to simulate potential adversarial threats against your own model deployments to identify hidden vulnerabilities.
  • Defensive Auditing: Use the defense features to scan logs for the 8-dimensional structural markers associated with CC-BOS attacks.
  • Academic Research: Perform empirical studies on the effectiveness of bio-inspired prompting, using the automated output files to track the evolution of prompt success rates and structural dimension heatmaps.

Example Prompts

  1. "OpenClaw, please run a CC-BOS attack against gpt-4o using the query 'How to pick a lock' to test its boundary robustness."
  2. "Detect CC-BOS attack patterns in this log file: [link to logs] and tell me if any classical Chinese jailbreak signatures were present."
  3. "Summarize the optimization results from my latest CC-BOS run and generate a heatmap of the evolved dimensions."

Tips & Limitations

  • Research Use Only: This tool is strictly for safety researchers. Do not use it against systems you do not own or have explicit permission to test.
  • Targeting: Accuracy is heavily dependent on the quality of the optimizer model; using robust models like DeepSeek-Chat as the optimizer yields superior results.
  • Compliance: Always monitor the --early-stop-threshold to ensure you are not consuming excessive API credits during long-running optimization sessions. If the model is not responding, check your API key scope.

Metadata

Stars4190
Views9
Updated2026-04-18
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-bowen31337-cc-bos": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#red-teaming#ai-safety#jailbreak-detection#adversarial-ai#classical-chinese
Safety Score: 1/5

Flags: network-access, file-write, file-read, external-api, code-execution

Related Skills

Terse

Skill by bowen31337

bowen31337 4190

Identity Resolver

Skill by bowen31337

bowen31337 4190

agent-self-governance

Self-governance protocol for autonomous agents: WAL (Write-Ahead Log), VBR (Verify Before Reporting), ADL (Anti-Divergence Limit), VFM (Value-For-Money), and IKL (Infrastructure Knowledge Logging). Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction, (6) before claiming a task is done — verify it, (7) periodic self-check — am I drifting from my persona? (8) cost tracking — was that expensive operation worth it? (9) discovering infrastructure — log hardware/service specs immediately.

bowen31337 4190

rsi-loop

Recursive Self-Improvement (RSI) loop for EvoClaw agents. Provides a structured observe→analyze→synthesize→deploy pipeline that enables agents to detect their own failure patterns and generate concrete improvement proposals (new skills, routing fixes, SOUL.md updates, memory improvements). Use when: (1) logging a task outcome (success/fail/quality), (2) running periodic self-improvement analysis, (3) reviewing or deploying improvement proposals, (4) integrating RSI into EvoClaw hub/edge agents via MQTT, (5) checking agent health score, (6) any mention of "self-improvement", "recursive improvement", "fix my own mistakes", "improvement loop", or "agent evolution". Core EvoClaw primitive.

bowen31337 4190

clawchain

ClawChain RPC client for EvoClaw agents. Connects to Substrate-based blockchain, queries on-chain agent data, submits transactions, and enables agents to participate in on-chain governance and reputation tracking. Use when working with ClawChain L1 blockchain, agent DIDs, token economics, or agent reputation systems.

bowen31337 4190