惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Troy Hunt's Blog
P
Proofpoint News Feed
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
K
Kaspersky official blog
Cyberwarzone
Cyberwarzone
T
Tor Project blog
Cisco Talos Blog
Cisco Talos Blog
S
Securelist
L
Lohrmann on Cybersecurity
Security Latest
Security Latest
T
Threatpost
H
Heimdal Security Blog
W
WeLiveSecurity
A
Arctic Wolf
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
GRAHAM CLULEY
IT之家
IT之家
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
TaoSecurity Blog
TaoSecurity Blog
A
About on SuperTechFans
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
Google DeepMind News
Google DeepMind News
量子位
Stack Overflow Blog
Stack Overflow Blog
Know Your Adversary
Know Your Adversary
B
Blog RSS Feed
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
AI
AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
Vercel News
Vercel News
C
Cyber Attacks, Cyber Crime and Cyber Security
Latest news
Latest news
D
Darknet – Hacking Tools, Hacker News & Cyber Security
大猫的无限游戏
大猫的无限游戏
Forbes - Security
Forbes - Security

博客园 - kunyashaw

基于langgraph的智能问答工作流 langgraph 基础使用(条件/循环/嵌套子图) vue3Crush以及对比vue2 渗透与常见服务配置 LangChain教程-4、构建简易智能 PPT 生成器 LangChain教程-3、Langchain进阶 LangChain教程-2、Langchain基础 LangChain教程-1、python基础 openclaw新手skill推荐: openclaw-newbie-faq 用opencode和minimax给娃搭了一个raz学习站点 clawdbot(新名字:moltbot、OpenClaw)折腾过程 angualr基础 node基础 vue基础 某业务技术架构 漏洞治理 堡垒机方案 linux常见软件的环境搭建 linux运维基础
openclaw skill--一键生成项目宣讲介绍网页及长截图
kunyashaw · 2026-03-14 · via 博客园 - kunyashaw

一个小工具,每次写完一个项目需要宣传时不用再自己组织语言了和素材了

github地址:  https://github.com/kunyashaw/createRepoIntro

skill地址: https://clawhub.ai/kunyashaw/project-intro-generator

1、安装 

通过clawhub安装这个skill: project-intro-generator

2、使用:(生成介绍页+绝对路径)

在聊天窗口直接说:

生成介绍页: https: //github.com/kunyashaw/createRepoIntro?tab=readme-ov-file

或者:

生成介绍页:/Users/kunyashaw/code/java/mall/lzpay

3、功能要点

  • README 优先:存在有效 README 时直接渲染 Markdown;无 README 时显示编辑提示。
  • 本地代码扫描:目录结构、语言分布、依赖分析(支持 npm/pip/go.mod/Cargo.toml/composer.json/pom.xml/build.gradle 等)。
  • 默认可编辑:生成的 HTML 页面可直接编辑内容。
  • 主题切换:生成页内置主题切换。
  • 长图导出:基于 playwright 调用 Chromium 截图。
  • CLI 导出:支持 --html 参数直接根据已有 HTML 导出长图。

4、生成规则

  1. README 优先

    • 存在 README.md 且有效(字数≥30 或行数≥5)→ 直接渲染 README 内容。
  2. 无 README 时

    • 显示"暂无介绍,请点击上方按钮编辑添加...",方便用户自行编辑。
  3. 本地代码扫描

    • 目录结构、关键大文件、语言分布
    • 依赖解析:package.json、requirements.txt、go.mod、Cargo.toml、composer.json、pom.xml、build.gradle
  4. 文案约束

    • 无数据显示"暂无",禁止虚构功能

5、openclaw安装和使用demo

image

image

介绍