skill-everyday
每天抓取 Clawhub 热门技能,深入分析并生成报告。每次执行获取一个未分析过的热门技能,避免重复。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autoxj/skill-everydayWhat This Skill Does
skill-everyday is an automated intelligence agent designed for the OpenClaw ecosystem to monitor and analyze the Clawhub platform. By leveraging the power of Playwright and Chromium, this skill periodically scans the Clawhub trending skills leaderboard. It intelligently filters out previously analyzed content using a local JSON-based state manager, ensuring that every execution yields fresh insights into the most popular AI agent tools currently available. Beyond mere data collection, it performs a deep dive into the architecture and functionality of these skills, generating comprehensive Markdown reports that detail how they work, why they are popular, and their potential use cases. This creates an automated knowledge base of OpenClaw's evolving capabilities, helping users stay informed about cutting-edge agent developments without manual curation.
Installation
To install, ensure you have Node.js installed in your environment. Navigate to your OpenClaw skills directory and run: clawhub install openclaw/skills/skills/autoxj/skill-everyday. After installation, verify the environment has the necessary dependencies by running npm install in the skill's root directory. Finally, execute npx playwright install chromium to ensure the headless browser is properly set up for data scraping.
Use Cases
This skill is ideal for AI developers, researchers, and early adopters who want to keep track of the rapidly shifting AI agent landscape. By automating the analysis process, users can generate a daily feed of technical documentation for new tools. It serves as an excellent reference tool for understanding how top-performing agents are structured, providing a template-driven analysis that breaks down complex logic into understandable sections. It is particularly useful for those building their own agents who need to benchmark their designs against top-performing industry standards.
Example Prompts
- "分析一个 Clawhub 技能"
- "skill-everyday"
- "run daily analysis for latest clawhub trends"
Tips & Limitations
- Persistence: The skill manages its state in
data/analyzed.json. Do not manually delete this file if you wish to avoid duplicate reports. - Performance: As it uses Playwright, ensure your environment allows for headless browser execution. This might be restricted in some highly locked-down cloud containers.
- Depth: The report generation quality depends on the complexity of the target skill; highly custom architectures may require manual verification of the generated reports for absolute accuracy.
- Network: The skill requires active internet access to query the Clawhub public APIs and skill pages.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autoxj-skill-everyday": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
deepwiki-ask
通过 DeepWiki MCP 查询仓库信息。支持提问、获取结构、获取文档内容。Query a repository via DeepWiki MCP: ask questions, get structure, get documentation. 用户提供 owner/repo 时触发。
gitcode-release-notes
Generate release notes for GitCode repositories from commits (by tag range or since-date), grouped as feat/fix/docs/other, output Markdown for Release pages. 按 tag 区间或日期拉取提交并生成版本发布公告 Markdown。Python 3.7+ standard library only.
gitcode-pr-audit
Quality audit for merged GitCode PRs: sample by time range or repo list, check compliance (labels, comments, tests, size, etc.), output table. Use when user asks to 抽检/质量检查 已合入的 PR 规范性、多仓库 PR、或 将结果整理成表格. Multi-repo (owner/repo). Python 3.7+ stdlib only.
gitcode
Fetch and query data from GitCode platform via its REST API: repositories, branches, issues, pull requests, commits, tags, users, organizations, search, webhooks, members, releases and more. 查询 GitCode 上的仓库、分支、议题、PR、提交、标签、用户、组织等数据。Python 3.7+ standard library only.
pr-comment-fix
按 GitCode PR 检视意见修改代码。需 GITCODE_TOKEN。Use when 用户要修改 PR 检视意见。