interaction-logging

Log supplier interactions into a structured, queryable system.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/GetStimulus/stimulus-plugin --skill interaction-logging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interaction-logging
Source: https://github.com/GetStimulus/stimulus-plugin/tree/main/skills/interaction-logging
Command: npx skills add https://github.com/GetStimulus/stimulus-plugin --skill interaction-logging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent or incomplete supplier interaction records cause missed follow-ups, lost context, and degraded supplier relationships; this Skill captures structured interaction data and surfaces next steps to keep procurement workflows on track.

Core Features & Use Cases

  • Parse freeform interaction descriptions into structured fields: company name or ID, event type, date, notes, outcome, next steps, and follow-up date.
  • Resolve ambiguous company names by calling supplier_search, persist interactions via log_interaction, and refresh engagement metrics with supplier_performance.
  • Use Case: After a negotiation call, automatically log the meeting, record action items, recommend a follow-up timeline, and update supplier health and interaction counts.

Quick Start

Log a call with Acme Corp on 2026-03-01 about contract renewal, record outcome as positive, note action items to negotiate pricing, and schedule a follow-up two weeks later.

Frequently Asked Questions about interaction-logging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log supplier interactions and schedule follow-ups after a procurement meeting?

To log supplier interactions, parse freeform meeting notes into structured fields like event type, date, and outcome, then schedule follow-ups to keep procurement workflows on track.

What is the best way to record supplier calls and track action items during vendor onboarding?

Recording supplier calls involves extracting company identifiers and event metadata, resolving them via supplier search, and persisting the interaction to update engagement metrics and track onboarding progress.

Can I log a supplier interaction if I only have an ambiguous company name instead of an ID?

Yes, you can log interactions with ambiguous company names by automatically resolving them to correct company IDs through a supplier search before persisting the interaction record.

How do I track supplier performance metrics after logging a negotiation call?

Track supplier performance metrics by invoking the supplier performance function after logging an interaction; this refreshes engagement counts and updates supplier health data automatically.

Does logging supplier interactions support different event types like emails and site visits?

Logging supplier interactions supports various event types including calls, meetings, emails, and site visits to capture comprehensive engagement data during vendor management workflows.

What data do I need to provide to log a supplier interaction and schedule a follow-up date?

You need to provide a company name or ID, event type, date, notes, outcome, and next steps; the system parses this data to record the interaction and schedule a follow-up date.