René's URL Explorer Experiment


Title: 【案例】group-daily(WaytoAGI-EDU):教育社群故事化群日报 · Issue #11 · modelstudioai/modelstudioai.github.io · GitHub

Open Graph Title: 【案例】group-daily(WaytoAGI-EDU):教育社群故事化群日报 · Issue #11 · modelstudioai/modelstudioai.github.io

X Title: 【案例】group-daily(WaytoAGI-EDU):教育社群故事化群日报 · Issue #11 · modelstudioai/modelstudioai.github.io

Description: 我做了什么 我把原本面向微信群的 group-daily Skill 改造成了 group-daily(WaytoAGI-EDU) 教育版:它可以把用户主动提供的群聊素材整理成一份故事化群日报,并输出带 WaytoAGI-EDU 视觉体系的 HTML + PNG 长图。 这个版本强调低风险离线素材模式:公开仓库不包含微信群原始记录、数据库、缓存或私密素材;用户可以把自己有权处理的聊天片段放到 input/,再用百炼 CLI 生成 story.json,最后渲染成长图。 ...

Open Graph Description: 我做了什么 我把原本面向微信群的 group-daily Skill 改造成了 group-daily(WaytoAGI-EDU) 教育版:它可以把用户主动提供的群聊素材整理成一份故事化群日报,并输出带 WaytoAGI-EDU 视觉体系的 HTML + PNG 长图。 这个版本强调低风险离线素材模式:公开仓库不包含微信群原始记录、数据库、缓存或私密素材;用户可以把自己有权处理的聊天片段放到...

X Description: 我做了什么 我把原本面向微信群的 group-daily Skill 改造成了 group-daily(WaytoAGI-EDU) 教育版:它可以把用户主动提供的群聊素材整理成一份故事化群日报,并输出带 WaytoAGI-EDU 视觉体系的 HTML + PNG 长图。 这个版本强调低风险离线素材模式:公开仓库不包含微信群原始记录、数据库、缓存或私密素材;用户可以把自己有权处理的聊天片段放到...

Opengraph URL: https://github.com/modelstudioai/modelstudioai.github.io/issues/11

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"【案例】group-daily(WaytoAGI-EDU):教育社群故事化群日报","articleBody":"## 我做了什么\n\n我把原本面向微信群的 `group-daily` Skill 改造成了 `group-daily(WaytoAGI-EDU)` 教育版:它可以把用户主动提供的群聊素材整理成一份故事化群日报,并输出带 WaytoAGI-EDU 视觉体系的 HTML + PNG 长图。\n\n这个版本强调低风险离线素材模式:公开仓库不包含微信群原始记录、数据库、缓存或私密素材;用户可以把自己有权处理的聊天片段放到 `input/`,再用百炼 CLI 生成 `story.json`,最后渲染成长图。\n\nGitHub 仓库:https://github.com/Elianyang/group-daily-waytoagi-edu\n\n## 使用的工具\n\n- 阿里云百炼 CLI:`bl text chat`,用于把手动群聊素材结构化成 `story.json`\n- Agent Skill:`group-daily(WaytoAGI-EDU)`,沉淀故事结构、品牌规范、日报工作流\n- Python 渲染脚本:`scripts/make_daily.py`、`scripts/render_html.py`、`scripts/html_to_png.py`\n- WaytoAGI-EDU 教育版视觉素材:紫金配色、小鹿吉祥物、贴纸体系\n\n## 效果展示\n\n仓库内置了可公开展示的示例素材和效果图:\n\n- 示例素材:`input/chat_manual_demo.txt`\n- 示例结构化日报:`examples/story_waytoagi_edu_demo.json`\n- 效果图:`assets/examples/waytoagi-edu-daily-style-confirmed.png`\n\n![WaytoAGI-EDU 群日报效果图](https://raw.githubusercontent.com/Elianyang/group-daily-waytoagi-edu/main/assets/examples/waytoagi-edu-daily-style-confirmed.png)\n\n本地复现命令:\n\n```bash\ngit clone https://github.com/Elianyang/group-daily-waytoagi-edu.git\ncd group-daily-waytoagi-edu\nbash install.sh\n\npython3 scripts/generate_story_with_bl.py \\\n  --chat input/chat_manual_demo.txt \\\n  --out output/story.json \\\n  --group \"WaytoAGI-EDU 情报局\" \\\n  --date 2026-06-11 \\\n  --time-range \"09:18 → 20:10\"\n\npython3 scripts/make_daily.py \\\n  --story output/story.json \\\n  --out-dir output \\\n  --name-suffix _workshop \\\n  --no-open\n```\n\n## 踩坑记录(可选)\n\n1. 群日报很容易写成会议纪要,所以我把 Skill 的核心约束改成“故事化群报”:保留角色、冲突、产出和当天最有共鸣的一句话。\n2. 公开仓库不能依赖微信数据库读取,也不能上传原始聊天记录,所以我把默认入口改成手动素材 / 成员主动提交 / 少量截图等低风险输入。\n3. 百炼 CLI 适合接在“素材 → 结构化 story.json”这一步;渲染和出图仍由本地 Python 完成,职责更清楚,也方便别人 fork 后复用。\n","author":{"url":"https://github.com/Elianyang","@type":"Person","name":"Elianyang"},"datePublished":"2026-06-11T08:45:09.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/11/modelstudioai.github.io/issues/11"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:19aca534-f249-5cbe-4f8c-0208199a608f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD000:FE4E0:2EC4B:3B1C0:6A52E124
html-safe-nonce860c44951c5d4662c2c5edefff19a6daef77830ae565f8f0ce4853423015bca7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMDAwOkZFNEUwOjJFQzRCOjNCMUMwOjZBNTJFMTI0IiwidmlzaXRvcl9pZCI6IjY1NzI5MjIzMDI2NjA1MzQ1NjQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacc89fc6ae91ae3c94b865e6c91c4adb076769e68259e35924781d44a196ebb10d
hovercard-subject-tagissue:4638806917
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/modelstudioai/modelstudioai.github.io/11/issue_layout
twitter:imagehttps://opengraph.githubassets.com/260414e5876cb277cd2d2a1b34a14be9202b493c0f1681df90fc6bea9dabdcce/modelstudioai/modelstudioai.github.io/issues/11
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/260414e5876cb277cd2d2a1b34a14be9202b493c0f1681df90fc6bea9dabdcce/modelstudioai/modelstudioai.github.io/issues/11
og:image:alt我做了什么 我把原本面向微信群的 group-daily Skill 改造成了 group-daily(WaytoAGI-EDU) 教育版:它可以把用户主动提供的群聊素材整理成一份故事化群日报,并输出带 WaytoAGI-EDU 视觉体系的 HTML + PNG 长图。 这个版本强调低风险离线素材模式:公开仓库不包含微信群原始记录、数据库、缓存或私密素材;用户可以把自己有权处理的聊天片段放到...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameElianyang
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/modelstudioai/modelstudioai.github.io git https://github.com/modelstudioai/modelstudioai.github.io.git
octolytics-dimension-user_id283556804
octolytics-dimension-user_loginmodelstudioai
octolytics-dimension-repository_id1263703297
octolytics-dimension-repository_nwomodelstudioai/modelstudioai.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1263703297
octolytics-dimension-repository_network_root_nwomodelstudioai/modelstudioai.github.io
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelstudioai/modelstudioai.github.io/issues/11#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fmodelstudioai.github.io%2Fissues%2F11
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fmodelstudioai.github.io%2Fissues%2F11
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=modelstudioai%2Fmodelstudioai.github.io
Reloadhttps://github.com/modelstudioai/modelstudioai.github.io/issues/11
Reloadhttps://github.com/modelstudioai/modelstudioai.github.io/issues/11
Reloadhttps://github.com/modelstudioai/modelstudioai.github.io/issues/11
Please reload this pagehttps://github.com/modelstudioai/modelstudioai.github.io/issues/11
modelstudioai https://github.com/modelstudioai
modelstudioai.github.iohttps://github.com/modelstudioai/modelstudioai.github.io
Notifications https://github.com/login?return_to=%2Fmodelstudioai%2Fmodelstudioai.github.io
Fork 2 https://github.com/login?return_to=%2Fmodelstudioai%2Fmodelstudioai.github.io
Star 3 https://github.com/login?return_to=%2Fmodelstudioai%2Fmodelstudioai.github.io
Code https://github.com/modelstudioai/modelstudioai.github.io
Issues 8 https://github.com/modelstudioai/modelstudioai.github.io/issues
Pull requests 0 https://github.com/modelstudioai/modelstudioai.github.io/pulls
Actions https://github.com/modelstudioai/modelstudioai.github.io/actions
Projects https://github.com/modelstudioai/modelstudioai.github.io/projects
Security and quality 0 https://github.com/modelstudioai/modelstudioai.github.io/security
Insights https://github.com/modelstudioai/modelstudioai.github.io/pulse
Code https://github.com/modelstudioai/modelstudioai.github.io
Issues https://github.com/modelstudioai/modelstudioai.github.io/issues
Pull requests https://github.com/modelstudioai/modelstudioai.github.io/pulls
Actions https://github.com/modelstudioai/modelstudioai.github.io/actions
Projects https://github.com/modelstudioai/modelstudioai.github.io/projects
Security and quality https://github.com/modelstudioai/modelstudioai.github.io/security
Insights https://github.com/modelstudioai/modelstudioai.github.io/pulse
【案例】group-daily(WaytoAGI-EDU):教育社群故事化群日报https://github.com/modelstudioai/modelstudioai.github.io/issues/11#top
showcased已收录上线https://github.com/modelstudioai/modelstudioai.github.io/issues?q=state%3Aopen%20label%3A%22showcased%22
https://github.com/Elianyang
Elianyanghttps://github.com/Elianyang
on Jun 11, 2026https://github.com/modelstudioai/modelstudioai.github.io/issues/11#issue-4638806917
https://github.com/Elianyang/group-daily-waytoagi-eduhttps://github.com/Elianyang/group-daily-waytoagi-edu
https://raw.githubusercontent.com/Elianyang/group-daily-waytoagi-edu/main/assets/examples/waytoagi-edu-daily-style-confirmed.png
showcased已收录上线https://github.com/modelstudioai/modelstudioai.github.io/issues?q=state%3Aopen%20label%3A%22showcased%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.