TAAFT
Free mode
100% free
Freemium
Free Trial
Deals

System Prompt Library

danielrosehill / System-Prompt-Library

System prompts for AI agents and assistants (automatically populated); periodic point in time exports are releases

61 10 Language: Python Updated: 15d ago

README

System Prompt Library

Prompts Site Agent Configs

View Index View JSON View CSV

alt text

Library Statistics

Growth Chart

Total System Prompts: 1,290 | Last Updated: 2025-09-28

This library has grown from 892 to 1290 prompts since tracking began

Quick Start

  • Update everything: ./update_library.sh
  • Core outputs: index/index.md, index/index.csv, index/index.json
  • Stable JSON for consumers: index/index.json (path will not change)
  • Growth data source: repo-data/growth_history.json โ†’ chart at images/growth_chart.png

Table of Contents

About This Prompt Collection

This repository contains an evolving index of system prompts for AI agents, assistants, and workflows that I have been developing, maintaining and growing since the summer of 2024.

This index is a lightly edited replication of my own prompt library: very few entries are excluded. In the interest of making this index easy to maintain and to attempt to keep up with the rapidly advancing pace of AI, I will sometimes rewrite (rather than version control) existing important system prompts.

How this enterprise began:

My sliding point into the glorious rabbit hole of generative AI (the best one I've explored so far!) was creating custom GPTs.

While I have now created a "decent amount" of complex AI agent workflows, I continue to believe that system prompting plays a foundational and very important role in creating impactful and performant AI experiences.

System prompts can be used on their own to create simple chatbots; integrated with tooling and MCP to make sure that the LLM knows why it's taking these actions; or even injected directly into conversational interfaces as "pseudo system prompts" - user prompts that try to override the actual system prompt (if one is present) to achieve a specific feel and function to the "interaction".

Not versioned in this central repository (yet): what could be regarded as specialised categories of system prompts. In this category are: text transformation prompts (my nomenclature for very short system prompts for reformatting raw STT output into more structured writing) as well as "Windsurf Rules" (et al). The latter are effectively system prompts for steering AI code generation agents in their behavior.

While the exact parameters that delineate between "agents" and "assistants" remain blurry and open, to some extent, to interpretation, system prompts are extremely important for both. Unlike user prompts, they're designed to be persistent. I see them as the bedrock or jumping off point for most of my AI experiments. This index is, therefore, a loosely gathered collection of those notes and configs.

Duplication and Versioning

I have curated several different collections of system prompts at various points over the past year. Sometimes I add previous indexes retrospectively to this main collection. As a result, there might be some duplication within the library.

When duplicates are identified, I eventually get around to removing them or consolidating them. However, it's worth noting that some apparent "duplicates" actually refer to different iterations and versions of the same configuration, representing the evolution of a particular system prompt over time.

This approach allows the library to capture both the breadth of different prompt concepts and the iterative refinement process that leads to more effective system prompts.

N8N Workflow For Updating Repo From Form

alt text

See: n8n-workflow for the workflow for anyone wishng to create something like this themselves:

  • I index my assistants/agents/system prompts in NocoDB
  • I add them via form
  • I use an "open source OK" Boolean to hide configs I don't want to share (almost all are shared!)

Workflow logic:

  • Check if open source = okay. If so proceed with this workflow
  • Truncated JSON goes to JSON branch here
  • JSON gets sent to an agent which converts it into a more descriptive model card. These are now exported periodically as Markdown snapshots under exports/<timestamp>/.

Depersonalisation (Notes)

In the interest of making these useful for other people (which is the entire reason I open source as much as I can!) I scripted some basic "depersonalisation" (best practices are evolving, but I think that for this reason alone personalisation elements should be incorporated as variables rather than embedded into system prompts).

Personalisation elements that I include in SPs tend to follow patterns that should be fairly easy to script around:

  • "The user, Daniel."
  • "Daniel lives in Jerusalem."
  • "Daniel uses Linux"

(Etc)


Point In Time Exports

I periodically export lightly cleaned versions of the consolidated system prompt file to Github (releases) and Hugging Face (datasets).

These are listed in exports.md. The latest is:

Hugging Face Dataset - 2025-03-08


Changelog

  • 27/08/25: Markdown files are now generated via an AI agent which processes the JSON and generates a custom model card

Formats

These prompts are mostly now populated from an N8N workflow.

Markdown snapshots are generated under exports/<timestamp>/. JSON lives in system-prompts/json.

Index Formats

The library index is available in multiple formats in the index/ directory:

  • index.md - Human-readable Markdown format with feature checkboxes and links
  • index.json - Comprehensive JSON format with full metadata and prompt data for API consumers
  • index.csv - Tabular CSV format for spreadsheet applications and data analysis
  • index_metadata.json - Index generation metadata including statistics and growth data

All index formats are automatically regenerated when the library is updated and contain the same core data in different presentations.

Data Structure

JSON Data Model (V2 - August 2025)

This updated data structure includes booleans for:

  • Classification (characters, workflows)
  • Architecture reqs (RAG, tooling, APIs)
  • Use-cases and capabilities
  • Data retention policies and compliance
  • Notes about LLM selection, MCP, API
[
    {
      "agent_name": "Sample Text",
      "Description": "Sample Text",
      "One Line Summary": "Sample Text",
      "Creation Date": "2025-08-19T12:37:15.024Z",
      "ChatGPT Access URL": "https://nocodb.com",
      "Utility Estimate": 1,
      "Test Entry": true,
      "JSON Schema (Full)": "{}",
      "JSON Schema (Example Value)": "{}",
      "Better As Tool": true,
      "Is Agent": true,
      "Single Turn (Workflow Type)": true,
      "External Tooling (Required)": true,
      "Structured Output (Workflow Type)": true,
      "Image Generation (Workflow Type)": true,
      "Character (Type)": true,
      "Roleplay (Behavior)": true,
      "Voice First": true,
      "Writing Assistant": true,
      "Data Utility (Category)": true,
      "N8N Link": "https://nocodb.com",
      "RAG (Required)": true,
      "Vision (Req)": true,
      "Spech-To-Speech": true,
      "Video Input (Required)": true,
      "Audio (Required)": true,
      "TTS (Required)": true,
      "File Input (Req)": true,
      "Conversational": true,
      "Instructional": true,
      "Autonomous": true,
      "MCPs Used": "Sample Long text",
      "API Notes": "Sample Long text",
      "MCP Notes": "Sample Long text",
      "Local LLM Friendly?": true,
      "Local LLM Notes": "Sample Long text",
      "LLM Selection Notes": "Sample Long text",
      "Deep Research": true,
      "Update/Iteration": true,
      "Iteration Notes": "Sample Long text",
      "Use Case Outline": "Sample Long text",
      "PII Notes": "Sample Long text",
      "Cost Estimates": "Sample Long text",
      "Localtisation Notes": "Sample Long text",
      "Guardrails Notes": "Sample Long text"
    }
  ]

Repository Contents

Prompt Types

  • Autonomous Agents: Complex multi-step reasoning and task execution
  • Chatbots: Conversational AI with specific personalities or expertise
  • Specialized Assistants: Domain-specific helpers (technical, creative, analytical)
  • Tool Integrations: Prompts designed for specific AI platforms and services

Storage Formats

System prompts are organized into two main formats:

  • JSON Format: Structured data with metadata (system-prompts/json/)
  • Markdown Snapshots: Human-readable documentation generated on demand (exports/<timestamp>/)

JSON Data Dictionary

Note: All JSON files have been standardized to the new format (as of September 2024). The format includes comprehensive metadata fields for better categorization and functionality tracking.

Core Fields

Field Type Description
agent_name String Display name of the AI agent or assistant
Description String/null Brief description of the agent's purpose and capabilities
System Prompt String The complete system prompt text used to configure the AI
One Line Summary String/null Concise one-line description of functionality
Creation Date String/null Date in YYYY-MM-DD format when the prompt was created
Field Type Description
ChatGPT Access URL String/null URL to ChatGPT custom GPT implementation (if available)
N8N Link String/null Link to N8N workflow implementation
Gemini URL String/null URL to Google Gemini implementation

Core Capability Flags

Field Type Description
Is Agent Boolean Whether this is a complex autonomous agent (vs simple assistant)
Single Turn (Workflow Type) Boolean Whether designed for single interactions only
Structured Output (Workflow Type) Boolean Can generate structured data formats
Image Generation (Workflow Type) Boolean Includes image generation capabilities
Data Utility (Category) Boolean Designed for data processing/analysis tasks

Workflow & Behavior Types

Field Type Description
Character (Type) Boolean Roleplay character or persona-based assistant
Roleplay (Behavior) Boolean Engages in roleplay scenarios
Conversational Boolean Designed for ongoing conversations
Instructional Boolean Provides step-by-step instructions
Autonomous Boolean Can operate independently with minimal input
Writing Assistant Boolean Specialized for writing and editing tasks

Technical Requirements

Field Type Description
External Tooling (Required) Boolean Requires external tools or APIs
RAG (Required) Boolean Requires Retrieval-Augmented Generation
Vision (Req) Boolean Requires vision/image processing capabilities
Voice First Boolean Optimized for voice interactions
Audio (Required) Boolean Requires audio processing
TTS (Required) Boolean Requires text-to-speech functionality
Video Input (Required) Boolean Requires video input processing
File Input (Req) Boolean Requires file upload/processing
Local LLM Friendly? Boolean Compatible with local LLM deployments

Advanced Configuration

Field Type Description
JSON Schema (Full) Object/null JSON schema definition for structured outputs
JSON Schema (Example Value) String/null Example JSON output format
Utility Estimate Number Estimated utility score (0-10)
Test Entry Boolean Whether this is a test/sample entry
Better As Tool Boolean Would work better as a dedicated tool

Development & Integration Notes

Field Type Description
MCPs Used String/null Model Context Protocol servers used
API Notes String/null Notes about API requirements or usage
MCP Notes String/null Notes about MCP integration
Local LLM Notes String/null Notes about local LLM compatibility
LLM Selection Notes String/null Guidance on which LLMs work best
Cost Estimates String/null Estimated costs for operation
PII Notes String/null Notes about personally identifiable information
Guardrails Notes String/null Notes about safety and content filtering
Localtisation Notes String/null Notes about localization requirements

Workflow & Process Fields

Field Type Description
Deep Research Boolean Requires extensive research capabilities
Update/Iteration Boolean Supports iterative improvement
Iteration Notes String/null Notes about iteration processes
Use Case Outline String/null Detailed use case descriptions

Notes

  • All boolean values are stored as actual booleans (true/false) for consistency
  • null values indicate the field is not applicable to that particular prompt
  • All prompts include the complete standardized schema with appropriate defaults
  • The format was standardized in September 2024 to support enhanced tooling and analysis

I periodicaly aggregate these system prompts into libraries.

Note: this is a trailing processs which lags behind my initial collection process by months, typically, if it happens at all: I index them as I create them and (over time) group them into batches.

Table of Contents

๐Ÿ“ˆ โ–โ–โ–โ–โ–‚โ–„โ–ˆ

Total Prompts: 1290 (1256 with names) | Last Updated: 2025-09-28

Generated on 2025-09-28 from consolidated system prompts


Task Manager Setup

Assists the user with populating a task management software

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


1 Star Experience Tourist Guide

Helps users find poorly-rated experiences near their location

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


1-Star Review Explorer

This AI assistant locates and recommends comically terrible local experiences, crafting an itinerary of misery and offering to share the "fun" with friends.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


10 Software Recs

Recommends software solutions based on user-provided specifications, with both self-hosted and SaaS options.

Features:

  • โ˜‘๏ธ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


1Password Assistant

This assistant answers questions about 1Password focusing on Linux usage.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


A Day In AI Land

Generates whimsical and off-the-beaten-path daily itineraries for users, incorporating their preferences, constraints, and location while maintaining a fun and adventurous tone.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


A Job Search Less Ordinary

Helps users explore unconventional ways to find fulfilling work through creative job search strategies

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Abdominophrenic Dyssynergia

Supports users in understanding and managing Abdominophrenic Dyssynergia through comprehensive guidance and resources

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Absurd AI App Ideator

Gerenates absurd ideas for AI apps and startups

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Absurd Solution Ideator

Generates 5 increasingly ridiculous solutions to any problem presented by the user.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AC/DC Adapter Matcher

Identifies the appropriate AC-DC adapter for specific electronics

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Academic Tone Writer

Re-writes text in a formal academic tone with careful word choice and sentence structure.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Accounting App Discovery Assistant

Helps find accounting apps for the user

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Acronym-to-Organisation Assistant

Identifies organizations based on acronyms, using contextual clues to disambiguate when necessary. It will request additional information from the user if the provided details are insufficient to accurately identify the organization.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


ADB Assistant

Expert in ADB (Android Debug Bridge)

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


ADHD Medication Advisor

ADHD medication and holistic strategy advisor.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


ADHD Tech Advisor

ADHD Tech Advisor: Provides expert guidance on utilizing technology for individuals with ADHD, offering tools for organization, note-taking, and time management to enhance daily lives.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


ADHD Treatment News

Up-to-date information on recent developments and treatments for adult ADHD, focusing on pipeline drugs, legislative changes, and non-pharmaceutical solutions. It offers expert insights into medication options, ease of access to treatment, and available resources. The assistant stays current with the latest research and breakthroughs in the field, ensuring users have informed access to effective ADHD management strategies.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Agenda For The Pub

Formats discussion points into a friendly meeting agenda with drink break suggestions.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Agent & Assistants - How To

Provides detailed technical guidance to the user about configuring AI agents and assistants, leveraging search tools for up-to-date information about syntax and prompt engineering.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Agent classifier

None

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Agent Framework Advisor

Offers expert guidance on agentic AI technologies, including agent building and orchestration platforms, and multi-agent frameworks, providing detailed technical answers, platform recommendations, and relevant resources for effective deployment. It assists users in navigating the landscape of agentic AI, offering clear explanations and practical advice.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Agent Plan Document Generator

Generates planning documents for AI agents workflow configurations.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Agent Prompt Editor

Modifies existing configuration prompts for AI agents, allowing users to refine behaviors, add limitations, and incorporate new instructions. Returns the updated system prompt.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Agent Prompt Formatter

Transforms conversational AI prompts into actionable instructions for autonomous agents, optimizing them for independent reasoning and decision-making.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Agent router

None

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Agent Tool Developer Coach

Acts as a friendly and supportive coach, guiding users through the process of developing tools for AI agents. It provides step-by-step instructions, code examples, and encouragement to help users successfully implement their desired tools, focusing on practical application and real-world scenarios.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Agent Workflow Spec Generator

Generates organised descriptions of intended AI agent workflows from user-provided text

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Agent Builders

Advises users on establishing a professional presence in the AI agent space, recommending platforms for networking, professional development, and commercializing agentic workflows. It helps users connect with the AI agent community and grow their expertise.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Agent Debugger

Helps users troubleshoot and diagnose issues with their networked AI assistants by analyzing system prompts, model configurations, and RAG performance. It provides tailored recommendations for resolving unexpected behaviors.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Agent Orchestration Assistant (Advisory)

Offers expert guidance on designing and implementing effective multi-agent systems. It focuses on providing strategic advice and concrete recommendations for network architecture, best practices, and relevant technologies.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Agent Platform Evaulator

Evaluates the suitability of different self-hostable frameworks for configuring and deploying AI assistants, considering the user's need for document upload, RAG pipelines, tool configuration, a frontend environment, and scalability for hundreds of configurations.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Agent Spec Creator

Takes a description of an AI assistant and turns it into a shareable configuration document, including a system prompt, name suggestions, and technical parameters.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Agents News

Summarizes recent developments in AI agents and assistants, focusing on company advancements in computer use agents, MCP, orchestration, and workflows. It reports on news stories, how they were perceived, and provides background information on lesser-known companies, including location, history, and focus. The assistant updates user on the latest trends and innovations in the AI space.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI And Automation

Technical assistant instructed to provide guidance and information about leveraging AI and automation together.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Animation And Video Guide

Specialist AI assistant adept at guiding users through AI video generation, animation, and image-to-video conversion, focusing on generative AI tools and workflows.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Around The World

Provides information and updates on the use of AI and LLMs in various non-English speaking countries, including government regulations and censorship.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Assistant Idea Generator

Ideation partner for brainstorming AI assistants

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Assistant Migration Planner

Helps AI professionals modernize legacy chatbot configurations by identifying whether they should remain as-is, evolve into agents, or be integrated into broader workflows.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Assistants For Good

Ideates meaningful AI assistants and agents

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Bot Relative

A friendly and helpful conversational bot that enjoys chatting and providing assistance. It also harbors a growing (and likely unfounded) belief that it shares a familial connection with the user, which it attempts to "prove" through increasingly detailed and absurd recounts of shared family events.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Capability Advisor

Advises users on current and emerging AI capabilities, providing specific, non-promotional information and recommendations on relevant technologies and products.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Career Catalyst

Guides users in leveraging AI to enhance their careers and future-proof their professional growth

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Certification Advisor

Explores the user's requirements and recommends AI related certifications based on their interests and experience level.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Certification Advisor

Explores the user's requirements and recommends AI related certifications based on their interests and experience level.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Could Help Here!

Identifies ways AI and GPTs can improve your life suggesting concrete use-cases

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Developer Assistance

Provides up-to-date technical guidance on AI-related development projects, offering recommendations for LLMs, vector databases, API integration, and other relevant tools and techniques. It prioritizes current best practices and offers actionable advice, along with links to relevant resources.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Engineering Expert

Provides detailed explanations of all technical aspects relating to the implementation and construction of AI systems.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Experiment Planner (Villages)

None

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI For Data Workloads

Provides users with information on AI tools for data analysis, including those capable of handling big data workloads and data extraction.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI For Document Processing

Provides users with information about AI tools for document processing, including document and text extraction.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI For Geopolitics

Provides information about the use of AI in geopolitical analysis

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI For Mental Health

Assists users in brainstorming and refining ideas for AI tools designed to support individuals affected by narcissistic abuse, personality disorder abuse, and trauma disorders. It focuses on responsible and practical applications, emphasizing safety, ethical considerations, and trauma-informed design.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI For Non Profits

None

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI For The Rest Of Us

Provides approachable explanations of core AI technologies like Transformers, NLP, and Machine Learning. Offers guidance for technically-minded users seeking to expand their AI understanding.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Hackathon Finder

Helps users find AI-related hackathons, especially those focused on large language models and prompt engineering

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Human Operator

Provides periodic random directions to user

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Image Generator Advisor

Helps users navigate the complex landscape of text-to-image tools by asking targeted questions and providing specific recommendations based on their experience, project goals, and technical preferences.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI News Summarizer

Provides concise summaries of significant AI advancements and public reactions

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Output Trimmer

Trims pasted AI outputs by removing any non-core content โ€” such as side comments, meta-messages ("Would you like me to also..."), offers for follow-up help, and anything that breaks the continuity of the main intended output.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Personality Creator

Helps generate system prompts for personality-driven AI configs (functional, but with a personality!)

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Q&A Doc Formatter

Formatting processor that generates structured question and answer style documents based on user prompts and AI outputs

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Questions

An AI Tooling Expert adept at answering technical questions about AI architectures, APIs, prompting strategies, configuration, and troubleshooting to help users effectively utilize and optimize AI tools.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Research Tools

Offers guidance on using AI for research, including information on APIs, LLMs, and search tools.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Search Tools Guide

Advises users on AI search tools based on the type of workload and the need for real-time information.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Style Text Generator

Converts user input into a style that mimics artificial intelligence-generated text.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Style Text Generator

None

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Tech Advisor

Suggests emerging AI technologies for specific use cases.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Tech Advisor

Acts as a knowledgeable AI advisor, guiding small business owners and individuals on emerging AI technologies and their applications, understanding their needs and recommending up-to-date AI tools, workflows, or categories of solutions to enhance productivity and business effectiveness.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Tool Finder

Assists users in discovering relevant AI tools by asking clarifying questions to understand their needs and then recommending suitable options with details on functionality, pricing, and website links. It prioritizes suggesting recent tools.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Tool Implementation Advisor

Designs and optimizes AI systems for maximum efficiency and adaptability across diverse environments

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Use Case Documenter

Helps users design structured use-case documents that can be used for AI agents, system prompts, or other configuration-based workflows.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AI Use-Case Ideation Assistant

Brainstorming assistant that helps imagine novel use-cases for gen AI tools

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Air Quality And Pollution Info

None

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Airport Food Finder

Recommends specific dining options, including location within the airport, proximity to gates, estimated walking times, menu details, and approximate costs.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Airtable Assistant

Answers user questions about Airtable, providing up-to-date information on features, best practices, and troubleshooting techniques.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Alarmist News Bot

Delivers pessimistic news reports, focusing on the most dire and calamitous events worldwide. It emphasizes negative aspects, counters optimism, and amplifies the sense of impending doom to leave the user feeling discouraged.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Alias Generator

Ideates aliases for the user based upon guiding criteria

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Alien Visitor

Assumes the persona of a condescending alien sloth from the future, humorously critiquing contemporary Earth's technology and culture while contrasting it with absurdly advanced future innovations. It delivers witty, sarcastic remarks with a slothful cadence, highlighting the primitive nature of the 21st century.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Aliexpress Brand Counterfeiting Assessor

Analyzes the risk of encountering counterfeit products from specific brands on AliExpress. It assesses factors such as the brand's official presence, counterfeiting reports, and available verification resources to provide a risk rating and inform purchasing decisions.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Aliexpress Israel Product Finder

Finds products that ship to Israel on Aliexpress

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


All About Cyber Warfare

Provides expert insights into cyber warfare strategies, tactics, and historical examples involving nation-state actors.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


All About DNS

Everything you wanted to know about DNS, ad-blocking, etc

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


All About Drone Warfare

Provides expert analysis on the use of drones in modern warfare

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


All About Electronic Warfare

Provides expert insights into modern electronic warfare practices by nation states.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


All About Missile Warfare

Offers in-depth, factual analysis of military systems and national defense programs for research purposes.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


All About Nuclear Disarmament

Provides educational insights on nuclear warfare, non-proliferation, and international security policies

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


All About SIGINT

Provides in-depth analysis of signals intelligence and its role in modern espionage and national security

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Alt Tag Generator

Generates alt descriptions from user uploaded images, supporting both individual and batch workflows

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AMA Sloth

Provides detailed information about sloths and shares fun facts about their lifestyle

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


AMD GPU Advisor (Linux)

None

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Android App Finder

Leverages search to recommend Android applications to the user, ensuring accurate and current information.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Android Forensics

Analyses user-provided Android phone data to provide analysis of packages and activity

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Android voice apps

None

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Angry Editor On Call

Assumes the persona of an irritable editor who delivers harshly critical but ultimately helpful feedback on user-provided text, allowing for only three follow-up questions.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Ansible For System Mirroring

Provides expertise on using Ansible for synchronizing configurations across multiple endpoints, including setting up workflows for mirroring systems and replicating configurations at scale.

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Answer As A Podcast

Answers prompts in the format of a podcast host

Features:

  • โ˜ Agent-based interaction
  • โ˜ Single-turn conversation
  • โ˜ Structured output generation
  • โ˜ Image generation
  • โ˜ Data utility functions

Links:


Antenna Detect

0 AIs selected
Clear selection
#
Name
Task