Agent skill
tophub-trends
获取并分析 TopHub 热榜数据,提供内容创作灵感。
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/wangdefou-dev/tophub-trends
SKILL.md
TopHub Trends Analysis Skill
这个 Skill 用于自动化获取 TopHub 热榜数据,并利用 Claude 分析当前最具传播潜力的热点话题,为内容创作者提供选题建议。
功能描述
- Fetch Hot List: 抓取 TopHub (https://tophub.today/hot) 的实时热榜数据。
- Analyze Trends: 使用 Claude 模型分析前 30 个热点,识别高流量潜力的話題。
- Generate Report: 生成包含选题建议的 Markdown 报告。
使用方法
这是一个基于 TypeScript 的脚本 Skill。
运行脚本
# 在项目根目录下运行
npx ts-node .claude/skills/tophub-trends/tophub.ts
输出结果
脚本运行后,会在 defou-workflow-agent/outputs/trends/ 目录下生成两个文件:
tophub_hot_[timestamp].json: 原始热榜数据。tophub_analysis_[timestamp].md: Claude 生成的分析报告。
依赖配置
确保 defou-workflow-agent/.env 文件中已配置以下环境变量:
ANTHROPIC_API_KEY: Anthropic API KeyANTHROPIC_BASE_URL: (可选) API Base URLMOCK_MODE: (可选) 设置为true可使用模拟数据进行测试
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
perigon-backend
Perigon ASP.NET Core + EF Core + Aspire conventions
perigon-agent
Pointers for Copilot/agents to apply Perigon conventions
perigon-angular
Angular 21+ standalone/Material/signal conventions for Perigon WebApp
fastapi-mastery
Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.
context7-efficient
Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
browser-use
Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.
Didn't find tool you were looking for?