Home/Tools/@thomasdavis/compliments

timeTravelerTool

@thomasdavis/compliments

Delivers compliments as if from an awestruck time traveler who journeyed eons just to meet them

Official
ai-ml
v0.0.2
MIT

Interactive Playground

Test @thomasdavis/compliments (timeTravelerTool) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @thomasdavis/compliments
pnpm add @thomasdavis/compliments
yarn add @thomasdavis/compliments
bun add @thomasdavis/compliments
deno add npm:@thomasdavis/compliments

2. Import the tool

import { timeTravelerTool } from '@thomasdavis/compliments';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { timeTravelerTool } from '@thomasdavis/compliments';

const result = await generateText({
  model: openai('gpt-4o'),
  tools: { timeTravelerTool },
  prompt: 'Your prompt here...',
});

console.log(result.text);

Signature

(name: string) => Promise<unknown>

Tags

ai-ml
ai-sdk
awestruck
compliments
delivers
eons
humor
journeyed
meet
time
tpmjs-tool
traveler

Parameters

Available configuration options

Auto-extracted
name
Required
Type: string

The name of the legendary person being visited by time travelers

Schema extracted: 3/1/2026, 4:25:35 AM

README

@thomasdavis/compliments

AI SDK tools for compliments

Installation

pnpm add @thomasdavis/compliments

Tools

This package provides 2 tools for the AI SDK:

  • exampleTool: An example tool - customize this for your use case
  • anotherTool: Another example tool - add your implementation here

Usage

import { exampleTool } from '@thomasdavis/compliments';
import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';

const result = await generateText({
  model: openai('gpt-4'),
  prompt: 'Process this text for me',
  tools: {
    exampleTool,
  },
});

console.log(result.text);

Development

# Install dependencies
pnpm install

# Build the package
pnpm build

# Type-check
pnpm type-check

# Watch mode
pnpm dev

Publishing

  1. Update the version in package.json
  2. Build the package: pnpm build
  3. Publish to npm: pnpm publish --access public
  4. Your tools will appear on tpmjs.com within 2-15 minutes

License

MIT

Statistics

Downloads/month

11

GitHub Stars

0

Quality Score

51%

Bundle Size

NPM Keywords

tpmjs-tool
ai-sdk
ai-ml
compliments
humor

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)
timeTravelerTool | TPMJS | TPMJS