last30days-chat

Runs community research briefs and topic watches from jChat via plugin tools.

108|11|Updated Jun 26, 2026
One-click install
npx skills add https://github.com/db-aeon/joshu-oss --skill last30days-chat-db-aeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: last30days-chat
Source: https://github.com/db-aeon/joshu-oss/tree/main/arozos/subservice/last30days/skills/last30days-chat
Command: npx skills add https://github.com/db-aeon/joshu-oss --skill last30days-chat-db-aeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It lets the owner ask about community research, trending topics, and what people are saying about a subject directly in jChat, even when the last30days desktop app is closed, without inventing HTTP calls to internal APIs. ## Core Features & Use Cases - One-shot research briefs: Call last30days_research with a topic, optional days and depth, and receive an async reply in chat when the report completes. - Topic watching: Add, list, run, and remove watches with daily or weekly cadence; trending status (Trending / Steady / Quiet) appears after at least three completed runs. - Automatic query planning: The server builds the engine QueryPlan from the topic shape (named entity, concept, or comparison), so only the topic needs to be passed. - Use Case: The owner says "watch SpaceXAI" — the skill adds a daily watch, runs it once to seed the first snapshot, and scheduled jobs recheck it each morning. ## Quick Start Ask the assistant in jChat to research what people are saying about a topic over the last 30 days, or to start watching a topic daily.

Frequently Asked Questions about last30days-chat

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

FAQPage Schema
How do I research what people are saying about a topic from chat?

Call the last30days_research tool with the topic and optional days and depth parameters. The research runs asynchronously and Joshu replies in the same chat when the brief is complete, without adding a watch.

How do I start watching a topic for trending changes?

Use last30days_watch_add with the topic and a daily or weekly cadence, then call last30days_watch_run once to seed the first snapshot. Trending status requires at least three completed runs before it leaves the Building baseline state.

What is the difference between research and watching in last30days?

Research is a one-shot report that does not update the trending baseline. A watch is a subscription rechecked on a 7-day window by scheduled daily or weekly jobs, producing Trending, Steady, or Quiet status over time.

Can I customize the search query plan or sources manually?

No. The QueryPlan is built server-side based on topic shape — named entity, concept phrase, or comparison — so you only pass the topic plus optional days and depth. Subreddits and source overrides are never specified manually.

Why does a new watch show no trending status yet?

Trending, Steady, and Quiet labels require at least three completed watch runs to build a baseline. Until then the watch shows Building baseline, and the first add shows was 0/0 until snapshot number one lands.