Armory
Source

Browse

Search and filter by type across the catalog

264 results in Evals, Infrastructure, Hooks, Identity · page 5 of 11

IdentityExperimental

alien-id-agent-id

Use when each agent needs its own keypair so its actions can be signed and later attributed.

79.238 stars · 3 forks
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
IdentityExperimental

mandarwagh9-machineauth

Use when agents need to reach APIs and tools with their own credentials and permission scopes.

77.361 stars · 1 fork
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
HooksPreview

parry

Prompt injection scanner for Claude Code hooks. Scans tool inputs and outputs for injection attacks, secrets, and data exfiltration attempts. In early development when it was listed.

75.445 stars · 1 fork
Harnessclaude
hook
No one-command install · SourceDetails
IdentityExperimental

authsec-ai

Use when agent-to-agent calls need mutual authentication and a place to keep the agent's own secrets.

75.116 stars · 6 forks
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
HooksPreview

britfix

Claude outputs American spellings by default, which can have an impact on: professional credibility, compliance, documentation, and more. Britfix converts to British English, with a Claude Code hook for automatic conversion as files are written. Context-aware: handles code files intelligently by only converting comments and docstrings, never identifiers or string literals.

74.518 stars · 4 forks
Harnessclaude
claude-codehooks
No one-command install · SourceDetails
IdentityExperimental

soth-ai-agentfacts-py

Use when an agent should publish verifiable facts about itself — capabilities, provenance, operator — that another party can check.

73.333 stars · 1 fork
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
IdentityExperimental

clawsouls

Use when you would rather install a ready-made agent persona than write one, and want it to work across OpenClaw, Claude Code and Cursor.

72.821 stars · 2 forks
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
IdentityExperimental

kanoniv-agent-auth

Use when authority must be handed down a chain of agents and each hop stays provable.

72.715 stars · 4 forks
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
IdentityExperimental

clawsouls-soulspec

Use when you want one file to define an agent's persistent identity in a way any compatible runtime can load.

69.721 stars · 1 fork
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
EvalsPreview

humanloop-evals

Humanloop Python SDK with integrated evals, dataset versioning, and human + LLM judge scoring for production pipelines.

69.012 stars · 3 forks
Harnessclaudecursorcodexopencodegemini
evalshuman-evaldatasetsdk
No one-command install · SourceDetails
IdentityExperimental

intelliger-ai-oati

Use when an agent's authority, and every action it took under that authority, must be verifiable after the fact.

64.813 stars · 1 fork
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
IdentityExperimental

chrisdbaldwin-masques

Use when an agent needs to put on a temporary role — a bundle of intent, context and lens — for one task and take it off afterwards.

59.814 stars
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
IdentityExperimental

imphillip-soultavern

Use when you have character cards from the roleplay ecosystem and want them as SOUL.md personas an agent runtime can load.

59.013 stars
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
IdentityExperimental

sunilp-aip

Use when an agent's identity must carry across both MCP and agent-to-agent calls under one delegable scheme.

58.16 stars · 2 forks
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
IdentityExperimental

amirf194-wingfoot

Use when your agent keeps getting blocked by sites and you need it to present a verifiable bot identity and be told why it failed.

57.27 stars · 1 fork
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
IdentityExperimental

paymanai-sigilum

Use when an agent's identity has to leave an auditable trail rather than just gate a request.

54.89 stars
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
IdentityExperimental

omnidotdev-persona-json

Use when a non-human actor needs a portable, machine-readable identity document that travels with it between systems.

38.43 stars
Harnessclaudecodexcursorgeminiopencode
cp138-seedidentity
No one-command install · SourceDetails
EvalsPreview

agentbench

Use to put a number on harness quality: run an agent harness against a task set and get a score, so harness changes are validated by evidence. It is the eval backbone of a self-improving loop.

UnrankedNo signals yet
Harnessclaudecodex
evalbenchmarkscoringharness
No one-command install · SourceDetails
HooksPreview

agents-md-loader

Automatically loads AGENTS.md configuration file content at session start to ensure Claude Code follows project-specific agent behavior. Only loads if AGENTS.md exists, otherwise passes empty context. Supports the universal AGENTS.md standard for cross-platform AI assistant compatibility.

UnrankedNo signals yet
Harnessclaude
automationhooks
Details
HooksPreview

ai-bash-guard

AI-powered bash command security guard. Before any Bash command runs, a lightweight Claude subagent evaluates it for destructive or irreversible patterns — recursive deletes, force pushes to protected branches, database drops, and credential exposure — and blocks execution with a clear explanation if flagged. Uses PreToolUse with type:agent, which is the only hook pattern that can block tool execution via AI reasoning.

UnrankedNo signals yet
Harnessclaude
securityhooks
Details
HooksPreview

auto-git-add

Automatically stage modified files with git add after editing. Helps maintain a clean git workflow by staging changes as they're made.

UnrankedNo signals yet
Harnessclaude
git-workflowhooks
Details
InfrastructurePreview

aws-lambda

Serverless function-as-a-service platform for event-driven agent compute without provisioning servers.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
infrastructureserverless
No one-command install · SourceDetails
HooksPreview

backup-before-edit

Create automatic backup of files before any Edit operation for safety. This hook creates a timestamped backup copy (filename.backup.timestamp) of any existing file before Claude modifies it. Provides a safety net to recover previous versions if needed. Only backs up existing files, includes error suppression to handle edge cases gracefully.

UnrankedNo signals yet
Harnessclaude
pre-toolhooks
Details
HooksPreview

bash-quality-dispatcher

PreToolUse Bash dispatcher that runs quality, tmux, push, and GateGuard checks before a Bash command executes.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hooksbashquality
Details
Browse · Armory