
from aminer-rec311
Run a local pipeline to build a ResearchProfile and dispatch personalized paper recommendations via Feishu using AMiner, arXiv, and LLM enrichment.
This skill runs a local recommendation pipeline to build a unified ResearchProfile for a user and dispatch personalized paper suggestions to Feishu. It accepts structured inputs (aminer_user_id, scholar, org, papers, papers_file, topics) or free-form topic text, enriches results via AMiner/arXiv and LLMs, and returns a NO_REPLY sentinel after dispatch. The repository provides a single supported entrypoint script for handling triggers.
Invoke this skill for explicit user requests to generate paper recommendations (e.g., /aminer-rec5 or /skill aminer-rec5). It's built for integrations where the agent is allowed to run the pipeline, read provided files, and post Feishu cards back to users. Not for casual conversational queries — it's an execution-oriented skill.
scripts/handle_trigger.py entrypoint (single-run pipeline).Intended for agents that can run local Python scripts and interact with Feishu (OpenClaw runner or hosted agents with Feishu credentials).
This skill has not been reviewed by our automated audit pipeline yet.