Agent Intelligence
by @mackding
Research-backed intelligence database covering AI coding tools' hidden features, model codenames, feature flags, and version changes.
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: "
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
Knowledge Base
The intelligence database is structured as JSON datasets:
telemetry/endpoints.json β Known telemetry endpointsflags/feature-flags.json β 250+ feature flags with decoded purposescodenames/models.json β Model codename registryhidden-features/unreleased-tools.json β 17+ unreleased toolsremote-control/managed-settings.json β Remote control infrastructure