Agent Skills
› evolution-foundation/evo-nexus
› social-linkedin-report
social-linkedin-report
GitHub通过调用LinkedIn接口采集个人资料、帖子及组织统计数据,生成HTML分析报告并保存。适用于用户请求LinkedIn报告或分析场景。
Trigger Scenarios
linkedin report
linkedin analytics
LinkedIn performance
Install
npx skills add evolution-foundation/evo-nexus --skill social-linkedin-report -g -y
SKILL.md
Frontmatter
{
"name": "social-linkedin-report",
"description": "LinkedIn analytics report — profile data, posts (when available), org stats. Use when user says 'linkedin report', 'linkedin analytics', or any reference to LinkedIn performance."
}
LinkedIn Report — Analytics
Routine that pulls data from LinkedIn via /int-linkedin and generates a report.
Always respond in English.
Workflow
Step 1 — Collect data
python3 {project-root}/.claude/skills/int-linkedin/scripts/linkedin_client.py summary
python3 {project-root}/.claude/skills/int-linkedin/scripts/linkedin_client.py my_posts 1 10
If my_posts returns a permission error, inform that approval is needed and use available data.
Step 2 — Generate report
Use template .claude/templates/html/custom/social-analytics-report.html with available data. Mark sections without data as "Pending — requires LinkedIn Advertising API approval".
Step 3 — Save
workspace/social/reports/linkedin/[C] YYYY-MM-DD-linkedin-report.html
Step 4 — Telegram
Notify with available data.
Version History
- 7f5dd76 Current 2026-07-25 04:58


