pend

Fetch the most recent reply from a specified AI provider.

3.4k|329|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/bfly123/claude_code_bridge --skill pend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pend
Source: https://github.com/bfly123/claude_code_bridge/tree/main/claude_skills/pend
Command: npx skills add https://github.com/bfly123/claude_code_bridge --skill pend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly access the latest reply from your AI providers (Gemini, Codex, OpenCode, Droid, Claude) without hunting through history or logs.

Core Features & Use Cases

  • Retrieve the most recent reply from a specified provider.
  • Optionally limit to the latest N conversations for quick audits.
  • Works across multiple providers in a single workflow.

Quick Start

Run pend gemini to view the latest reply from Gemini.

Frequently Asked Questions about pend

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

FAQPage Schema
How do I view the latest AI provider reply in a multi-model workflow?

To view the latest AI provider reply, you can fetch the most recent response from a specified provider like Gemini, Codex, OpenCode, Droid, or Claude for quick review without searching through logs. It validates the provider name and deterministically outputs the selected reply.

How to retrieve the last N conversations from a specific AI provider?

To retrieve the last N conversations, you pass the provider name and an optional number N to limit the output. This allows you to quickly audit a specific number of recent entries from providers like Gemini or Claude deterministically.

What is the easiest way to check recent replies from multiple AI providers?

Checking recent replies from multiple AI providers involves using a CLI command that fetches the most recent response from a specified model. It works across Gemini, Codex, OpenCode, Droid, and Claude within a single workflow for quick access.

Can I limit the output when fetching the latest reply from Gemini or Claude?

Yes, you can limit the output when fetching the latest reply from Gemini or Claude by providing an optional N parameter. This restricts the output to the last N conversation entries, making quick audits more manageable.

Does this multi-provider reply retrieval tool require any specific dependencies?

No, this multi-provider reply retrieval tool requires no specific dependencies. It operates independently to validate inputs like the provider name and optional N, then deterministically outputs the selected reply from your chosen AI model.