Get started in seconds
Three commands from zero to a working AI agent with community skills.
Install the CLI
One command to get the toolkit
Scaffold an agent
Get a working LangGraph agent
Add a skill & run
Install triks from the registry
Building AI Agents is hard.
Extending them shouldn't be.
Security risks
External data can hijack your agent through prompt injection. One malicious API response can override all your instructions.
Wasted tokens
Your agent burns tokens discovering APIs, reading docs, and debugging failures. A simple task costs dozens of LLM calls.
Reinventing the wheel
Every team builds the same integrations from scratch. No standard way to package or share agent capabilities.
TrikHub solves this with Triks — complete, secure, reusable agent skills distributed like npm packages.
Still your agent, but on Steroids
Install community-built triks and compose them safely into your agent's workflow.
Why TrikHub?
Built for security, transparency, and developer experience.
Secure by Default
Triks use type-directed privilege separation. Your agent only sees structured, safe data — never raw text that could contain malicious instructions.
GitHub Native
Every trik is a GitHub repo. Audit the code, fork it, improve it. True open source, not just open-access.
Works with Everything
TypeScript, Python, LangChain, LangGraph. Mix languages, mix frameworks. One CLI to manage them all.
Use with
Featured Triks
View allWhat's New
All updatesGateway Events & Agent UX
Lifecycle events for handoff observability, pretty markdown rendering in generated agents, and dynamic trik reload.
Security & Resource Isolation
Scoped trik identity, capability enforcement at publish/install/runtime, and trik management capability.
Containerized Trik Execution
Triks can now run inside Docker containers with sandboxed filesystem and shell access.
In Progress
Cloud Agents
Hosted agents for non-developers — use triks without writing code.
Agent-to-Agent Conversation
Let agents talk to each other directly, enabling multi-agent collaboration and delegation chains.