Central repository for Pinata agent template examples
Pinata Agents are hosted AI agent instances that can run code, search the web, manage files, and connect to external services. Each agent runs in its own isolated container with a persistent workspace.
Templates are the fastest way to get a working agent. Instead of configuring everything yourself, pick a template that does what you need - it comes with the right skills, settings, and personality already set up. Just add your API keys and deploy.
Templates are organized by agent type — the underlying runtime or framework that powers the agent. Each agent type has its own folder at the top level, and within it, templates are grouped by the role the agent plays.
OpenClaw agents run in isolated containers with a persistent workspace. They can run code, search the web, manage files, and connect to external services.
More agent types coming soon.
Within each agent type, templates are grouped based on the role the agent plays in a system.
Starter templates that provide a vanilla foundation for building any kind of agent.
Use this for:
- Getting started with Pinata Agents
- Learning the manifest and workspace structure
- Scaffolding a new agent from scratch
Examples:
- Useful Assistant
Agents that observe systems, detect changes, and notify or trigger actions.
Use this for:
- Price / market monitoring
- Wallet or transaction tracking
- System health checks
- Event detection and alerting
Examples:
- Financial tracker
- API uptime monitor
- Activity alert agent
Agents that take actions on behalf of a user or system, especially involving external services or state changes.
Use this for:
- Purchasing / payments
- Executing workflows
- Writing to external systems
- Triggering side effects
Examples:
- Purchasing agent
- Trading agent
- CRM update agent
Agents that read, process, and condense information into usable outputs.
Use this for:
- Summarization
- Parsing structured/unstructured data
- Report generation
- Indexing / transforming data
Examples:
- Graph summarizer
- PDF summarization agent
- Log analysis agent
Agents that directly interact with users or act as an interface layer.
Use this for:
- Chatbots
- Assistants
- Conversational workflows
- User-facing AI tools
Examples:
- Slack assistant
- Customer support bot
Agents that coordinate other agents, tools, or workflows.
Use this for:
- Multi-step pipelines
- Agent coordination
- Tool routing / decision engines
- Complex workflow composition
Examples:
- Research pipeline orchestrator
- Multi-agent task runner
- Tool selection / routing agent
See here: https://docs.pinata.cloud/agents/templates/creating
Currently marketplace inclusion is limited to ecosystem partners. Reach out to partnerships@pinata.cloud for partner information
We welcome contributions from the community! To submit a new agent template, follow the process below.
- Create a fork of this repository and clone it locally
git clone https://github.com/YOUR-USERNAME/pinata-agent-templates.git
cd pinata-agent-templates
2) Create your agent template inside the appropriate agent type folder (e.g., `openclaw/`)
3) Submit a PR to the repository