Skip to content

PinataCloud/agent-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

agent-templates

Central repository for Pinata agent template examples

What are Pinata Agents

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.

What are Agent Templates?

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.

🤖 Agent Types

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.

📦 Template Categories

Within each agent type, templates are grouped based on the role the agent plays in a system.

0. 🧱 Basic

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

1. 🛰️ Monitoring & Alerts

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

2. ⚙️ Actions & Transactions

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

3. 🔎 Data Extraction & Summarization

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

4. 💬 Interaction & Interfaces

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

5. 🧩 Orchestration & Multi-Agent Systems

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

How can I create a template?

See here: https://docs.pinata.cloud/agents/templates/creating

How can I get my template on the Pinata Agent marketplace?

Currently marketplace inclusion is limited to ecosystem partners. Reach out to partnerships@pinata.cloud for partner information

🚀 Contributing a Template

We welcome contributions from the community! To submit a new agent template, follow the process below.

1. Fork the Repository

  1. 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

About

Central repository for Pinata agent template examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors