
jaschadub skills on Remote OpenClaw
3 skills published by jaschadub. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
agentpin
AgentPin is a domain-anchored cryptographic identity protocol for AI agents. Organizations publish identity documents at a .well-known URL, issue short-lived ES256 JWT credentials, and verify agent identity through a 12-step protocol covering signature validation, TOFU key pinning, revocation, and delegation chains. SDKs are available for Rust, JavaScript, and Python.
symbiont
Symbiont is an agent runtime for building secure, policy-enforced AI agents using a declarative DSL. It implements a typestate-enforced ORGA reasoning loop (Observe-Reason-Gate-Act), Cedar-based authorization, and multi-tier sandboxing via Docker, gVisor, and Firecracker. Compliance patterns for HIPAA, SOC2, and GDPR are built in.
schemapin
SchemaPin prevents "MCP Rug Pull" attacks by letting developers cryptographically sign tool schemas with ECDSA P-256 and clients verify those signatures haven't been tampered with. It uses Trust-On-First-Use key pinning and RFC 8615 `.well-known` endpoints for public key discovery. Available in Python, JavaScript, Go, and Rust.