SKILLEMALL.ai

CB bloom-identity

Generate Bloom Identity Card from conversation history and Twitter/X data. Analyzes supporter personality through conversations (85% weight) and optionally enriched with Twitter activity (15% weight). Creates personality type (Visionary/Explorer/Cultivator/Optimizer/Innovator), recommends matching OpenClaw skills, and generates agent wallet. Use when user asks to "generate my bloom identity", "create identity card", "analyze my profile", or "discover my personality".

modbender/skill-library-mcp Agent Skills author: modbender MIT 80 files · 6 scripts body ≈ 1 159 tokens Open the sourcegithub.com analyzed 2 d ago

Generate Bloom Identity Card from conversation history and Twitter/X data.

As a process B 65/100 · Nearly there — weak spots: when it triggers, consistency, running it twice

GeneratorAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
73/100
safety, quality, tests
Safety 60%
66
Quality 40%
84
Run on models
none yet
Process rating
B
65/100
Nearly there
Progress reporting w 2
0
When it triggers w 12
20
Running it twice w 4
30
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Obfuscation medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The files contain invisible characters, encoded commands or comments hidden from readers but visible to the model. What you read differs from what the agent sees.

For the author

Remove invisible characters (they usually sneak in through copy-paste) and encoded strings: no catalog will pass them. Instructions for the model must be readable by a human too.

Exfiltration medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

    For the model run — optional
    • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
    • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

    Guard findings · 26

    ✓ No critical or high findings

    Medium and low: 26
    • medium Obfuscation obf-base64-blob DASHBOARD_LINK_IMPLEMENTATION.md:225
      Long base64-looking blob
      https://preview.bloomprotocol.ai/dashboard?token=…
    • medium Exfiltration net-redirectable-api-key src/blockchain/agent-wallet.ts:434
      Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
      API key + configurable base URL from environment
    • low Exfiltration read-dotenv CONVERSATION-CONTEXT-INTEGRATION.md:123
      Reads a .env file
      cp .env.example .env
    • low Secrets in code secret-high-entropy-token LOCAL-WALLET-IMPLEMENTATION.md:41
      High-entropy token-like string (may be an id, hash or a credential)
      ✅ New local wallet created: 0x5B…313
    • low Secrets in code secret-high-entropy-token LOCAL-WALLET-IMPLEMENTATION.md:61
      High-entropy token-like string (may be an id, hash or a credential)
      ✅ Loaded existing wallet: 0x5B…313
    • low Secrets in code secret-high-entropy-token LOCAL-WALLET-IMPLEMENTATION.md:100
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "walletAddress": "0x5B…313",
      quoted
    • low Secrets in code secret-high-entropy-token LOCAL-WALLET-IMPLEMENTATION.md:117
      High-entropy token-like string (may be an id, hash or a credential)
      ✅ Created wallet: 0x5B…313
    • low Secrets in code secret-high-entropy-token LOCAL-WALLET-IMPLEMENTATION.md:125
      High-entropy token-like string (may be an id, hash or a credential)
      ✅ First run: Created 0x5B…313
    • low Exfiltration read-dotenv LOCAL-WALLET-IMPLEMENTATION.md:150
      Reads a .env file
      cp .env.example .env
    • low Secrets in code secret-high-entropy-token OUTPUT_FORMAT_V2.md:21
      High-entropy token-like string (may be an id, hash or a credential)
      Address: 0x90…C7B
    • low Secrets in code secret-private-key PER_USER_WALLET_IMPLEMENTATION.md:256
      Private key material (placeholder value)
      "privateKey": "-----BEGIN PRIVATE KEY----- …"
      placeholder
    • low Obfuscation obf-base64-blob PERFORMANCE_ANALYSIS.md:38
      Long base64-looking blob (quoted — discussed, not commanded)
      "privateKey": "PHI8…bfC+XR2M…gyD/a8Ir…jhA=="
      quoted
    • low Secrets in code secret-private-key PERFORMANCE_ANALYSIS.md:46
      Private key material (placeholder value)
      "privateKey": "-----BEGIN PRIVATE KEY----- …\n"
      placeholder
    • low Secrets in code secret-private-key PERFORMANCE_ANALYSIS.md:180
      Private key material (placeholder value)
      "privateKey": "-----BEGIN PRIVATE KEY----- …\n"
      placeholder
    • low Exfiltration read-dotenv README.md:50
      Reads a .env file
      cp .env.example .env
    • low Exfiltration read-dotenv README.md:191
      Reads a .env file
      cp .env.example .env
    • low Secrets in code secret-high-entropy-token scripts/erc8004-poc.ts:13
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      IDENTITY_REGISTRY: '0x80…432',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/erc8004-poc.ts:14
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      REPUTATION_REGISTRY: '0x80…b63',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/erc8004-poc.ts:17
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      IDENTITY_REGISTRY: '0x80…D9e',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/erc8004-poc.ts:18
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      REPUTATION_REGISTRY: '0x80…713',
      quoted
    • low Exfiltration read-dotenv scripts/health-check.sh:29
      Reads a .env file (quoted — discussed, not commanded)
      ISSUES+=("Environment file not configured (copy .env.example to .env)")
      quoted
    • low Secrets in code secret-private-key SETUP_CDP_CREDENTIALS.md:28
      Private key material (placeholder value)
      "privateKey": "-----BEGIN PRIVATE KEY----- …\n"
      placeholder
    • low Secrets in code secret-high-entropy-token SKILL.md:117
      High-entropy token-like string (may be an id, hash or a credential)
      0x03…905
    • low Exfiltration read-dotenv SKILL.md:164
      Reads a .env file
      cp .env.example .env
    • low Secrets in code secret-high-entropy-token SOLUTION-SUMMARY.md:122
      High-entropy token-like string (may be an id, hash or a credential)
      ✅ Wallet Created: 0x29…0F2
    • low Secrets in code secret-high-entropy-token src/blockchain/contract-client.ts:11
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const CONTRACT_ADDRESS = '0x33…B9E';
      quoted

    Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    • note frontmatter-key unknown frontmatter key "homepage"

    Process rating: all ten parameters 65/100

    • 0Progress reporting. Says nothing while it works
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 1 mutating operations with no state check
    • 40Consistency. Frontmatter name (bloom-identity) differs from the folder (bloom-identity-skill)
    • 60Tools and files. Uses tools (web) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Steps. 46 steps
    • 100Failures and branches. 1 branches, has a failure section
    • 100Execution cost. Instruction body is 1159 tokens

    Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

    Quality signals

    • +4Description does not say when NOT to use the skill (false activations)
    • -43 reference files, but SKILL.md never points to them: the model will not open them
    • -315 of 16 scripts are never mentioned in SKILL.md
    • +1No license
    • +2Single-language instructions
    • +5Description quotes 4 example trigger phrases
    • +3Description length 471: enough signal without eating the budget
    • +4Structure: 12 headings
    • +3Step-by-step instructions: 46 items
    • +3Output format is stated explicitly
    • +4Has examples (5 code blocks)

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.