social-media-trends-research

安装方式
CLI
npx skills add https://github.com/drshailesh88/integrated_content_os --skill social-media-trends-research

使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。

最后更新于 4/22/2026

Integrated Content Operating System

Single source of truth for Dr. Shailesh Singh's content creation, research,
and writing workflows.

Fresh Machine Setup (Required)

  1. Create .env from .env.example and set NCBI_API_KEY (plus other keys).
  2. Install PubMed MCP dependencies:
    cd pubmed-mcp-server
    npm install
    
  3. MCP config is already wired in .mcp.json and points to
    pubmed-mcp-server/dist/index.js.

Quick Start

python pipelines/twitter-content/generate.py "What are statin side effects?"
python research-engine/run_pipeline.py --quick
python rag-pipeline/src/knowledge_pipeline.py --query "SGLT2 heart failure"

Notes

  • .env is intentionally not committed.
  • PubMed MCP is mandatory for research outputs.