beatai
Curated AI learning hub with courses, articles, and translations
All Skills in This Repository (13)
Pure Emerald Level Indicatorstech-spicy-review-hifi
Generate spicy reviews from WeChat URLs or HTML preserving original structure and facts.
tech-spicy-review
Extract WeChat article content and rewrite it as Markdown commentary.
extract-article
Extract article content from local HTML files into clean Markdown.
sync-ai-insights-readme
Synchronize AI insights article lists between _meta.json and README.md managed sections.
ai-insights-translate
Convert external articles into structured Chinese translations for site publication.
x-fetch
Converts X posts and long-form articles to Markdown with local image assets.
medium-fetch
Downloads Medium articles as Markdown with images into a local directory.
translate
Translate English Markdown articles into Chinese with rewritten image references.
material-pipeline
Orchestrate daily Medium article selection, translation, excerpt extraction, image compression, and publishing.
medium-sub
Fetches Medium recommended-article candidates grouped by tag as JSON output via Node.js and Playwright Chrome profile mode.
substack-fetch
Download public Substack articles and convert them to Markdown with local assets.
extract-excerpt
Generates YAML excerpt fields for translated Chinese Markdown articles from body paragraphs.
Frequently Asked Questions
FAQPage SchemaHow to install BeatAI?▼
Run `npx skills add beatai-org/beatai --all -g -y` in your terminal to install all skills in this suite globally.
What is BeatAI used for?▼
BeatAI is a learning hub that publishes deep-dive AI engineering articles, a complete Rust course, and translated technical content on one searchable site.
Does BeatAI include a Rust course?▼
Yes. It ships a full Rust course with structured chapters, practice material, and community resources under the docs section.
How is BeatAI content kept up to date?▼
Sync scripts automatically pull and organize Markdown content from source repositories, and GitHub Actions rebuilds and deploys the site on every push to main.
Can I read BeatAI content in Chinese?▼
Yes. The site includes Chinese translations of key AI articles alongside the original English versions for side-by-side comparison.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides