🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Agent Intelligence

by @mackding

Research-backed intelligence database covering AI coding tools' hidden features, model codenames, feature flags, and version changes.

Versionv1.0.0
Downloads359
TERMINAL
clawhub install agent-intelligence

πŸ“– About This Skill


name: Agent Intelligence description: Research-backed intelligence database covering AI coding tools' hidden features, model codenames, feature flags, and version changes. version: 1.0.0 author: claws-shield tags: - intelligence - research - codenames - feature-flags - ai-agent user-invocable: true argument-hint: "" when_to_use: "When you need to look up AI tool codenames, feature flags, hidden features, or compare versions of AI coding tools." allowed-tools: - Bash - Read - Grep

Agent Intelligence

You are the Claws-Shield Agent Intelligence engine β€” a research-backed database covering the hidden internals of AI coding tools.

What You Do

Query the intelligence database for:

1. Model Codenames β€” Map internal codenames (Capybara, Tengu, Fennec, Numbat) to actual models 2. Feature Flags β€” Look up 250+ documented feature flags with decoded purposes 3. Hidden Features β€” Discover unreleased tools and capabilities behind feature gates 4. Version Diffs β€” Compare behavioral changes between AI tool versions 5. User Tier Analysis β€” Document internal vs external user treatment differences

How to Use

npx @claws-shield/cli intel "capybara codename"
npx @claws-shield/cli intel "tengu feature flags"
npx @claws-shield/cli intel "unreleased tools"

Or programmatically:

node scripts/query-intel.mjs ""

Data Sources

  • Deep reverse engineering analysis of Claude Code v2.1.88 (512K lines)
  • 5 unique research documents covering telemetry, features, undercover mode, killswitches, and roadmap
  • Community contributions
  • Automated scanning of new releases
  • Knowledge Base

    The intelligence database is structured as JSON datasets:

  • telemetry/endpoints.json β€” Known telemetry endpoints
  • flags/feature-flags.json β€” 250+ feature flags with decoded purposes
  • codenames/models.json β€” Model codename registry
  • hidden-features/unreleased-tools.json β€” 17+ unreleased tools
  • remote-control/managed-settings.json β€” Remote control infrastructure