ai-influence-digest

Generate a weekly AI influence digest as Markdown and poster images.

319|38|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/koffuxu/ai-influence-digest --skill ai-influence-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-influence-digest
Source: https://github.com/koffuxu/ai-influence-digest/tree/main
Command: npx skills add https://github.com/koffuxu/ai-influence-digest --skill ai-influence-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, jinja2, playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps content creators and researchers automate the generation of a weekly AI influence digest without using the X API, by scanning a predefined list of accounts for past seven days, filtering high-value content, and producing a structured Chinese weekly report plus a poster-ready image workflow.

Core Features & Use Cases

  • No X API required: uses read-only Google/Twitter search and syndication for discovery.
  • Structured output: weekly Markdown report plus candidate extraction and scoring to highlight immediately usable content.
  • Poster rendering: generates a full-page poster image using a template for TG/星球/Notion sharing.

Quick Start

Run python3 scripts/scan_x_weekly.py with your accounts file and a seven-day window to collect candidates and generate the initial data.

Frequently Asked Questions about ai-influence-digest

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

FAQPage Schema
How to generate a weekly AI influence digest from social accounts without using the X API?

You can generate a weekly AI influence digest without the X API by using read-only Google/Twitter search and syndication for discovery, then fetching post content via oEmbed. The workflow scans accounts over a seven-day window, scores and deduplicates results, and outputs a structured Markdown report.

Does this workflow support rendering a Markdown report into a poster-ready image for distribution?

Yes, the workflow supports rendering a poster-ready image. It uses a template to generate a full-page image suitable for sharing on platforms like TG, Notion, or Planet, alongside the structured Markdown weekly report.

Can I use Playwright to fetch social media post content via oEmbed and syndication?

Yes, Playwright is included as a dependency to support the workflow. It helps fetch post content via oEmbed or syndication, enabling read-only discovery of social accounts without requiring the X API.

What is the best way to automate a Chinese weekly AI report from Twitter search results?

The best way to automate a Chinese weekly AI report is to run a Python script that scans a predefined accounts file using opencli Google/Twitter search. It filters high-value content, scores candidates, and produces a structured Chinese weekly report plus a poster image.

Do I need to configure anything specific to run discovery with opencli for a seven-day window?

You need to provide an accounts file and specify a seven-day window when running the Python scan script. The workflow satisfies requirements to run discovery with minimal config, collecting candidates and generating initial data automatically.

Why does the workflow deduplicate and score results when collecting a weekly AI digest?

The workflow deduplicates and scores results to filter high-value content from the collected social posts. This ensures the final structured Markdown report highlights immediately usable content, avoiding redundant entries in the weekly AI influence digest.